rpms/nodoka-theme-gnome/devel nodoka-theme-gnome.spec,1.10,1.11

Martin Sourada (mso) fedora-extras-commits at redhat.com
Tue May 20 14:20:01 UTC 2008


Author: mso

Update of /cvs/extras/rpms/nodoka-theme-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3638

Modified Files:
	nodoka-theme-gnome.spec 
Log Message:


Split nodoka-filesystem subpackage so that other nodoka packages need not 
to depend on gtk-nodoka-engine.

Add support for Nodoka notification theme.




Index: nodoka-theme-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/nodoka-theme-gnome/devel/nodoka-theme-gnome.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nodoka-theme-gnome.spec	10 Feb 2008 14:53:34 -0000	1.10
+++ nodoka-theme-gnome.spec	20 May 2008 14:19:15 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           nodoka-theme-gnome
 Version:        0.3.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Nodoka Theme Pack for Gnome
 
 Group:          System Environment/Libraries
@@ -18,6 +18,7 @@
 Requires:       gtk-nodoka-engine >= 0.3.1.1
 Requires:       nodoka-metacity-theme
 Requires:       fedora-icon-theme
+Requires:       notification-daemon-engine-nodoka
 
 %description
 The Nodoka Theme Pack for Gnome make use of Nodoka Metacity theme, Nodoka gtk2
@@ -35,15 +36,26 @@
 Requires:       metacity
 
 # needed for dir ownership
-Requires:       gtk-nodoka-engine 
+Requires:       nodoka-filesystem
 
 %description -n nodoka-metacity-theme
 The Nodoka theme for metacity. A clean theme featuring soft gradients and 
 Echoey look and feel.
 
+%package -n     nodoka-filesystem
+Summary:        The directory infrastructure for Nodoka
+Group:          System Environment/Libraries
+
+# Require the %{_datadir}/themes directory
+Requires:       filesystem
+Conflicts:      gtk-nodoka-engine < 0.7.0-2
+
+%description -n nodoka-filesystem
+The directory infrastructure needed by various Nodoka packages.
+
 %prep
 %setup -q
-
+echo 'NotificationTheme=nodoka' >> Nodoka/index.theme
 
 %build
 
@@ -71,8 +83,16 @@
 %defattr(-,root,root,-)
 %{nodoka_dir}/metacity-1
 
+%files -n nodoka-filesystem
+%defattr(-,root,root,-)
+%dir %{nodoka_dir}
 
 %changelog
+* Tue May 20 2008 Martin Sourada <martin.sourada at gmail.com> - 0.3.90-2
+- Split nodoka-filesystem subpackage so that Nodoka package need not 
+  to depend on gtk-nodoka-engine
+- Add NotificationTheme=nodoka to metatheme
+
 * Sun Feb 10 2008 Martin Sourada <martin.sourada at gmail.com> - 0.3.90-1
 - New release 0.4 beta
 




More information about the fedora-extras-commits mailing list