[xfce4-panel] Build with GTK3 support

nonamedotc nonamedotc at fedoraproject.org
Sun Mar 1 00:15:39 UTC 2015


commit 59894cf620d5d61636d052a11187a983cbb329be
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Sat Feb 28 18:15:38 2015 -0600

    Build with GTK3 support

 xfce4-panel.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-panel.spec b/xfce4-panel.spec
index cd82999..3812141 100644
--- a/xfce4-panel.spec
+++ b/xfce4-panel.spec
@@ -2,7 +2,7 @@
 
 Name:           xfce4-panel
 Version:        4.12.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Next generation panel for Xfce
 
 Group:          User Interface/Desktops
@@ -17,6 +17,7 @@ Source2:        xfce4-clock.svg
 # FIXME: do the patch once SIG has decided about a panel layout
 ## Patch10:        xfce4-panel-4.8.2-defaults.patch
 
+BuildRequires:	gtk3-devel
 BuildRequires:  libxfce4ui-devel >= %{xfceversion}
 BuildRequires:  xfconf-devel >= %{xfceversion}
 BuildRequires:  garcon-devel >= 0.1.5
@@ -78,7 +79,7 @@ sed -i 's|Icon=office-calendar|Icon=xfce4-clock|g' plugins/clock/clock.desktop.i
 
 
 %build
-%configure --enable-gtk-doc --disable-static
+%configure --enable-gtk-doc --disable-static --enable-gtk3
 
 # Remove rpaths
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -157,6 +158,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/xfce4/libxfce4panel-*/
 
 %changelog
+* Sat Feb 28 2015 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 4.12.0-2
+- Build with GTK3 support
+
 * Sat Feb 28 2015 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 4.12.0-1
 - Update to stable release 4.12.0
 


More information about the scm-commits mailing list