[libxfcegui4] Remove glade3 support. It's gtk3 only and this library shouldn't be used for new projects anyhow.

Kevin Fenzi kevin at fedoraproject.org
Sat Jan 21 06:53:27 UTC 2012


commit e46c3f0d64b8ddd767ec2ee8bb54d837f735050d
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Jan 20 23:53:24 2012 -0700

    Remove glade3 support. It's gtk3 only and this library shouldn't be used for new projects anyhow.

 libxfcegui4.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/libxfcegui4.spec b/libxfcegui4.spec
index 7cd5791..4d788c9 100644
--- a/libxfcegui4.spec
+++ b/libxfcegui4.spec
@@ -2,7 +2,7 @@
 
 Name:           libxfcegui4
 Version:        4.8.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        GTK widgets for Xfce
 
 Group:          System Environment/Libraries
@@ -19,7 +19,6 @@ BuildRequires:  gettext
 BuildRequires:  xfconf-devel
 BuildRequires:  startup-notification-devel
 BuildRequires:  libglade2-devel
-BuildRequires:  glade3-libgladeui-devel
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  intltool
 BuildRequires:  libSM-devel
@@ -40,7 +39,6 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       gtk2-devel
 Requires:       libxfce4util-devel
-Requires:       glade3-libgladeui-devel
 Requires:       pkgconfig
 
 %description devel
@@ -97,16 +95,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files devel
 %defattr(-, root,root,-)
 %{_libdir}/lib*.so
-%{_libdir}/glade3/modules/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/xfce4/*
 %doc %{_datadir}/gtk-doc
-%{_datadir}/glade3/catalogs/xfce4.xml
-%{_datadir}/glade3/catalogs/xfce4.xml.in
-%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
-
 
 %changelog
+* Fri Jan 20 2012 Kevin Fenzi <kevin at scrye.com> - 4.8.1-5
+- Remove glade3 support. It's gtk3 only and this library shouldn't be used for new projects anyhow.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list