Resolves: #1398556 - fix screenshot function under Wayland session
This commit is contained in:
parent
865c9ec653
commit
87b261e8a6
10202
gimp-2.8.22-fix-screenshot-in-wayland.patch
Normal file
10202
gimp-2.8.22-fix-screenshot-in-wayland.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -82,7 +82,7 @@ Summary: GNU Image Manipulation Program
|
||||
Name: gimp
|
||||
Epoch: 2
|
||||
Version: 2.8.22
|
||||
Release: %{?prerelprefix}1%{dotprerel}%{dotgitrev}%{?dist}
|
||||
Release: %{?prerelprefix}2%{dotprerel}%{dotgitrev}%{?dist}
|
||||
|
||||
# Compute some version related macros.
|
||||
# Ugly, need to get quoting percent signs straight.
|
||||
@ -204,6 +204,9 @@ Patch0: gimp-%{version}%{dashprerel}-git%{gitrev}.patch.bz2
|
||||
# Fedora specific.
|
||||
Patch1: gimp-2.8.2-cm-system-monitor-profile-by-default.patch
|
||||
|
||||
#Fix screenshot feature in wayland
|
||||
Patch2: gimp-2.8.22-fix-screenshot-in-wayland.patch
|
||||
|
||||
# use external help browser directly if help browser plug-in is not built
|
||||
Patch100: gimp-2.8.6-external-help-browser.patch
|
||||
|
||||
@ -289,6 +292,7 @@ EOF
|
||||
%endif
|
||||
|
||||
%patch1 -p1 -b .cm-system-monitor-profile-by-default
|
||||
%patch2 -p1 -b .fix-screenshot-in-wayland
|
||||
|
||||
%if ! %{with helpbrowser}
|
||||
%patch100 -p1 -b .external-help-browser
|
||||
@ -641,6 +645,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 10 2017 Josef Ridky <jridky@redhat.com> - 2:2.8.22-2
|
||||
- fix screenshot function under Wayland session (#1398556)
|
||||
|
||||
* Wed May 10 2017 Nils Philippsen <nils@redhat.com> - 2:2.8.22-1
|
||||
- version 2.8.22
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user