summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-10-16 15:16:31 +0200
committerKalev Lember <kalevlember@gmail.com>2014-10-16 15:21:09 +0200
commite719f2e9bd9d70d0a782015e726ca65c3c9535cb (patch)
tree835b7e1815510eca2f8607e9b4601dd2e38edcae /gtk3.spec
parentUpdate to 3.14.3 (diff)
downloadgtk3-classic-build-gtk3-e719f2e9bd9d70d0a782015e726ca65c3c9535cb.tar.gz
gtk3-classic-build-gtk3-e719f2e9bd9d70d0a782015e726ca65c3c9535cb.tar.bz2
gtk3-classic-build-gtk3-e719f2e9bd9d70d0a782015e726ca65c3c9535cb.zip
Backport a patch to fix status icons in XFCE
https://bugzilla.redhat.com/show_bug.cgi?id=1134663
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index e36a9ed..b24b8e3 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,7 +18,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.14.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -26,6 +26,9 @@ URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gtk+/3.14/gtk+-%{version}.tar.xz
+# Backported upstream patch to fix status icons in XFCE
+Patch0: 0001-Revert-gtktrayicon-x11-Stop-using-set_double_buffere.patch
+
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: at-spi2-atk-devel
@@ -143,6 +146,7 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
+%patch0 -p1
%build
@@ -313,6 +317,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Thu Oct 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-2
+- Backport a patch to fix status icons in XFCE (#1134663)
+
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.3-1
- Update to 3.14.3
bgstack15