[gtk-xfce-engine] Build GTK 3 engine

Christoph Wickert cwickert at fedoraproject.org
Wed Jan 4 15:36:59 UTC 2012


commit 310f92e17671d000b6b88da818ac4e84d3befeda
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Jan 4 16:36:53 2012 +0100

    Build GTK 3 engine

 gtk-xfce-engine.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gtk-xfce-engine.spec b/gtk-xfce-engine.spec
index 688e926..117e796 100644
--- a/gtk-xfce-engine.spec
+++ b/gtk-xfce-engine.spec
@@ -11,7 +11,8 @@ URL:            http://www.xfce.org/
 #VCS: git:git://git.xfce.org/xfce/gtk-xfce-engine
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  gtk2-devel >= 2.14.0
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.20.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 
 %description
 This package includes the Xfce GTK theme engine with various different themes.
@@ -39,11 +40,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
-%{_libdir}/gtk-2.0/2.10.0/engines/libxfce.so
+%{_libdir}/gtk-2.0/*/engines/libxfce.so
+%{_libdir}/gtk-3.0/*/theming-engines/libxfce.so
 %{_datadir}/themes/*
 
 
 %changelog
+* Wed Jan 04 2012 Christoph Wickert <cwickert at fedoraproject.org> - 2.99.0-2
+- Build GTK 3 engine
+
 * Sun Dec 18 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.99.0-1
 - Update to 2.99.0
 - Add VCS key


More information about the scm-commits mailing list