[uim] Drop gnome-panel support as it's obsolete with gnome 3.8

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 14 19:05:43 UTC 2013


commit 8ffa118ffb70b55b9e9c3f919a3f68a93c307299
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Apr 14 20:05:32 2013 +0100

    Drop gnome-panel support as it's obsolete with gnome 3.8

 uim.spec |   29 +++++++----------------------
 1 files changed, 7 insertions(+), 22 deletions(-)
---
diff --git a/uim.spec b/uim.spec
index 709aec5..0d4fce3 100644
--- a/uim.spec
+++ b/uim.spec
@@ -3,16 +3,17 @@
 
 Name:		uim
 Version:	1.8.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 # uim itself is licensed under BSD
 # scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h}
 #   and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+
 # pixmaps/*.{svg,png} is licensed under BSD or LGPLv2
 License:	BSD and LGPLv2+ and (BSD or LGPLv2)
 URL:		http://code.google.com/p/uim/
+
 BuildRequires:	libXft-devel libX11-devel libXext-devel libXrender-devel libXau-devel libXdmcp-devel libXt-devel
 BuildRequires:	libgcroots-devel
-BuildRequires:	gtk2-devel gtk3-devel gnome-panel-devel ncurses-devel
+BuildRequires:	gtk2-devel gtk3-devel ncurses-devel
 BuildRequires:	anthy-devel Canna-devel eb-devel gettext desktop-file-utils
 BuildRequires:	qt3-devel kdelibs3-devel
 BuildRequires:	qt-devel cmake kdelibs-devel
@@ -54,12 +55,6 @@ Requires:	uim = %{version}-%{release}
 Requires(post):	gtk3
 Requires(postun): gtk3
 
-%package	gnome
-Summary:	GNOME Applet for Uim
-Group:		User Interface/Desktops
-Requires:	uim = %{version}-%{release}
-Requires:	uim-gtk3
-
 %package	qt
 Summary:	Qt4 support for Uim
 Group:		User Interface/Desktops
@@ -173,13 +168,6 @@ languages.
 
 This package provides the Gtk IM module and helper program.
 
-%description	gnome
-Uim is a multilingual input method library. Uim aims to
-provide secure and useful input methods for all
-languages.
-
-This package provides the GNOME panel applet.
-
 %description	qt
 Uim is a multilingual input method library. Uim aims to
 provide secure and useful input methods for all
@@ -247,7 +235,7 @@ export QTDIR=%{_libdir}/qt-3.3
 	--with-m17nlib \
 	--with-eb --with-eb-conf=%{_libdir}/eb.conf \
 	--without-scim \
-	--with-gtk2 --with-gnome2 --enable-gnome-applet \
+        --with-gtk2 --with-gnome2 \
 	--with-gtk3 --enable-gnome3-applet \
 	--with-qt --with-qt-immodule \
 	--with-qt4 --with-qt4-immodule \
@@ -477,12 +465,6 @@ fi
 %{_libexecdir}/uim-candwin-horizontal-gtk3
 %{_libexecdir}/uim-candwin-tbl-gtk3
 
-%files	gnome
-%doc AUTHORS COPYING ChangeLog* NEWS README
-%{_libexecdir}/uim-toolbar-applet-gnome3
-%{_datadir}/dbus-1/services/org.gnome.panel.applet.UimAppletFactory.service
-%{_datadir}/gnome-panel/4.0/applets/UimApplet.panel-applet
-
 %files qt
 %doc AUTHORS COPYING ChangeLog* NEWS
 %{_bindir}/uim-chardict-qt4
@@ -567,6 +549,9 @@ fi
 %dir %{_datadir}/uim
 
 %changelog
+* Sun Apr 14 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.8.5-1
+- Drop gnome-panel support as it's obsolete with gnome 3.8
+
 * Mon Apr  1 2013 Akira TAGOH <tagoh at redhat.com> - 1.8.5-1
 - New upstream release. (#946901)
 


More information about the scm-commits mailing list