packages: python-gnome-desktop/python-gnome-desktop.spec - drop evince and ...

lisu lisu at pld-linux.org
Fri Apr 8 19:05:26 CEST 2011


Author: lisu                         Date: Fri Apr  8 17:05:27 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop evince and brasero modules for now as they won't build due
  to evince and brasero being ported to gtk3

---- Files affected:
packages/python-gnome-desktop:
   python-gnome-desktop.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: packages/python-gnome-desktop/python-gnome-desktop.spec
diff -u packages/python-gnome-desktop/python-gnome-desktop.spec:1.65 packages/python-gnome-desktop/python-gnome-desktop.spec:1.66
--- packages/python-gnome-desktop/python-gnome-desktop.spec:1.65	Fri Apr  8 15:30:12 2011
+++ packages/python-gnome-desktop/python-gnome-desktop.spec	Fri Apr  8 19:05:18 2011
@@ -1,5 +1,10 @@
 # $Revision$, $Date$
 #
+# TODO: evince, brasero and mediaprofiles are disabled because these things have
+# been ported to GTK+3. It's not practical to mix GTK+2 and GTK+3 bindings
+# in gnome-python2-desktop, so for now we'll just have to disable the GTK+3
+# stuff.
+#
 # Conditional builds:
 %bcond_without	totem		# disable totem support
 #
@@ -16,9 +21,9 @@
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/2.32/%{module}-%{version}.tar.bz2
 # Source0-md5:	0e73fa80ace5c861777e0b523c6ead9d
 BuildRequires:	GConf2-devel >= 2.22.0
-BuildRequires:	brasero-devel >= 2.30.0
+#BuildRequires:	brasero-devel >= 2.30.0
 BuildRequires:	bug-buddy >= 2.22.0
-BuildRequires:	evince-devel >= 2.32.0
+#BuildRequires:	evince-devel >= 2.32.0
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	gnome-desktop-devel >= 2.10.0
 BuildRequires:	gnome-media-devel >= 2.22.0
@@ -111,6 +116,7 @@
 %description applet -l pl.UTF-8
 Wiązania Pythona do biblioteki GNOME Applet.
 
+%if 0
 %package brasero
 Summary:	Brasero bindings for Python
 Summary(pl.UTF-8):	Wiązania Pythona do bibliotek Brasero
@@ -132,6 +138,7 @@
 
 %description evince -l pl.UTF-8
 Wiązania Pythona do bibliotek Evince.
+%endif
 
 %package evolution
 Summary:	Evolution bindings for Python
@@ -323,14 +330,16 @@
 %defattr(644,root,root,755)
 #%%attr(755,root,root) %{py_sitedir}/gtk-2.0/gnomeapplet.so
 
+%if 0
 %files brasero
 %defattr(644,root,root,755)
-#%%attr(755,root,root) %{py_sitedir}/gtk-2.0/braseroburn.so
-#%%attr(755,root,root) %{py_sitedir}/gtk-2.0/braseromedia.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/braseroburn.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/braseromedia.so
 
 %files evince
 %defattr(644,root,root,755)
-#%%attr(755,root,root) %{py_sitedir}/gtk-2.0/evince.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/evince.so
+%endif
 
 %files evolution
 %defattr(644,root,root,755)
@@ -359,9 +368,11 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/gtk-2.0/wnck.so
 
+%if 0
 %files mediaprofiles
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/gtk-2.0/mediaprofiles.so
+%endif
 
 %files print
 %defattr(644,root,root,755)
@@ -384,6 +395,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2011/04/08 17:05:18  lisu
+- drop evince and brasero modules for now as they won't build due
+  to evince and brasero being ported to gtk3
+
 Revision 1.65  2011/04/08 13:30:12  lisu
 - commented out some files
 - non integer rel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-gnome-desktop/python-gnome-desktop.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list