[xmonad-log-applet] Drop gnome-panel support as no longer supported

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 14 17:52:19 UTC 2013


commit 44219738c80d3234c4bfca7931703fccf9e186c6
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Apr 14 18:52:07 2013 +0100

    Drop gnome-panel support as no longer supported

 xmonad-log-applet.spec |   49 +++--------------------------------------------
 1 files changed, 4 insertions(+), 45 deletions(-)
---
diff --git a/xmonad-log-applet.spec b/xmonad-log-applet.spec
index bc8b655..625b386 100644
--- a/xmonad-log-applet.spec
+++ b/xmonad-log-applet.spec
@@ -1,6 +1,6 @@
 Name:           xmonad-log-applet
 Version:        2.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Panel applet to display Xmonad log information
 Group:          User Interface/X
 License:        BSD
@@ -13,7 +13,6 @@ BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
-BuildRequires:  pkgconfig(libpanelapplet-4.0)
 
 %description
 xmonad-log-applet is for Xmonad users who find the GNOME or XFCE panel useful.
@@ -23,7 +22,6 @@ or any other information you send it from your xmonad.hs.
 %package xfce
 Summary:        XFCE panel plugin to display Xmonad log information
 Conflicts:      %{name}-mate < %{version}-%{release}
-Conflicts:      %{name}-gnome < %{version}-%{release}
 # for directory ownership:
 Requires:       xfce4-panel
 
@@ -35,7 +33,6 @@ or any other information you send it from your xmonad.hs.
 %package mate
 Summary:        MATE panel applet to display Xmonad log information
 Conflicts:      %{name}-xfce < %{version}-%{release}
-Conflicts:      %{name}-gnome < %{version}-%{release}
 # for directory ownership:
 Requires:       mate-panel
 
@@ -44,18 +41,6 @@ xmonad-log-applet is for Xmonad users who find the MATE panel useful.
 The applet will show the active workspaces, the title of the selected window,
 or any other information you send it from your xmonad.hs.
 
-%package gnome
-Summary:        GNOME panel applet to display Xmonad log information
-Conflicts:      %{name}-xfce < %{version}-%{release}
-Conflicts:      %{name}-mate < %{version}-%{release}
-# for directory ownership:
-Requires:       gnome-panel
-
-%description gnome
-xmonad-log-applet is for Xmonad users who find the GNOME panel useful.
-The applet will show the active workspaces, the title of the selected window,
-or any other information you send it from your xmonad.hs.
-
 %prep
 %setup -q
 %patch1 -p1
@@ -64,7 +49,6 @@ automake
 autoconf
 cp -pr . ../xfce4
 cp -pr . ../mate
-cp -pr . ../gnome3
 
 %build
 # The upstream build only allows selecting one desktop environment, but 
@@ -80,11 +64,6 @@ make %{?_smp_mflags}
 make %{?_smp_mflags}
 )
 
-( cd ../gnome3
-%configure --with-panel=gnome3
-make %{?_smp_mflags}
-)
-
 %install
 ( cd ../xfce4
 make DESTDIR=%{buildroot} install
@@ -94,19 +73,12 @@ make DESTDIR=%{buildroot} install
 make DESTDIR=%{buildroot} install
 )
 
-( cd ../gnome3
-make DESTDIR=%{buildroot} install
-)
-
 %post xfce
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %post mate
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
-%post gnome
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
 %postun xfce
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
@@ -119,21 +91,12 @@ if [ $1 -eq 0 ] ; then
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
-%postun gnome
-if [ $1 -eq 0 ] ; then
-    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
-    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
 %posttrans xfce
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %posttrans mate
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-%posttrans gnome
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
 %files xfce
 %doc README.md LICENSE AUTHORS.md
 %{_libdir}/xfce4/panel/plugins/%{name}
@@ -147,14 +110,10 @@ fi
 %{_datadir}/mate-panel/applets/org.mate.panel.XmonadLogApplet.mate-panel-applet
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
-%files gnome
-%doc README.md LICENSE AUTHORS.md
-%{_libexecdir}/%{name}
-%{_datadir}/dbus-1/services/org.gnome.panel.applet.XmonadLogAppletFactory.service
-%{_datadir}/gnome-panel/4.0/applets/org.gnome.panel.XmonadLogApplet.panel-applet
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
-
 %changelog
+* Sun Apr 14 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.1.0-3
+- Drop gnome-panel support as no longer supported
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list