jhbuild r2674 - in trunk: . jhbuild/versioncontrol modulesets



Author: callum
Date: Tue Jan 27 00:47:22 2009
New Revision: 2674
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2674&view=rev

Log:
Adjust gnome-applets to automatically build the mixer and remove the explicit gstreamer-0.10 argument to configure.

Modified:
   trunk/ChangeLog
   trunk/jhbuild/versioncontrol/cvs.py
   trunk/modulesets/gnome-suites-2.26.modules

Modified: trunk/jhbuild/versioncontrol/cvs.py
==============================================================================
--- trunk/jhbuild/versioncontrol/cvs.py	(original)
+++ trunk/jhbuild/versioncontrol/cvs.py	Tue Jan 27 00:47:22 2009
@@ -294,7 +294,7 @@
 
     def checkout(self, buildscript):
         if not inpath('cvs', os.environ['PATH'].split(os.pathsep)):
-            raise CommandError(_('%s not found') % 'cvs')
+            raise RuntimeError(_('%s not found') % 'cvs')
         if self.checkout_mode in ('clobber', 'export'):
             self._wipedir(buildscript)
             if self.checkout_mode == 'clobber':

Modified: trunk/modulesets/gnome-suites-2.26.modules
==============================================================================
--- trunk/modulesets/gnome-suites-2.26.modules	(original)
+++ trunk/modulesets/gnome-suites-2.26.modules	Tue Jan 27 00:47:22 2009
@@ -564,7 +564,7 @@
     </suggests>
   </autotools>
 
-  <autotools id="gnome-applets" autogenargs="--enable-gstreamer=0.10">
+  <autotools id="gnome-applets" autogenargs="--enable-mixer-applet">
     <branch/>
     <dependencies>
       <dep package="intltool"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]