jhbuild r2299 - in trunk: . modulesets patches



Author: fpeters
Date: Fri Aug 22 08:13:19 2008
New Revision: 2299
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2299&view=rev

Log:
* modulesets/gnome-external-deps-2.24.modules,
patches/hicolor-icon-theme.clean-target.patch: added a patch to provide
an empty clean target to hicolor-icon-theme, so building with makeclean
on doesn't fail on this module.



Added:
   trunk/patches/hicolor-icon-theme.clean-target.patch
Modified:
   trunk/ChangeLog
   trunk/modulesets/gnome-external-deps-2.24.modules

Modified: trunk/modulesets/gnome-external-deps-2.24.modules
==============================================================================
--- trunk/modulesets/gnome-external-deps-2.24.modules	(original)
+++ trunk/modulesets/gnome-external-deps-2.24.modules	Fri Aug 22 08:13:19 2008
@@ -149,7 +149,9 @@
              check-target="false">
     <branch module="hicolor-icon-theme-0.10.tar.gz" version="0.10"
 	    repo="icon-theme.freedesktop.org"
-            md5sum="3534f7b8e59785c7d5bfa923e85510a7" size="33616"/>
+            md5sum="3534f7b8e59785c7d5bfa923e85510a7" size="33616">
+      <patch file="hicolor-icon-theme.clean-target.patch" strip="1"/>
+    </branch>
   </autotools>
 
   <tarball id="icon-naming-utils" version="0.8.6">

Added: trunk/patches/hicolor-icon-theme.clean-target.patch
==============================================================================
--- (empty file)
+++ trunk/patches/hicolor-icon-theme.clean-target.patch	Fri Aug 22 08:13:19 2008
@@ -0,0 +1,11 @@
+--- hicolor-icon-theme-0.10-orig/Makefile.in	2008-08-22 10:09:01.000000000 +0200
++++ hicolor-icon-theme-0.10/Makefile.in	2008-08-22 10:09:27.000000000 +0200
+@@ -48,5 +48,7 @@
+ config.status: configure
+ 	./config.status --recheck
+ 
+-.PHONY: all install dist tag
++clean:
++
++.PHONY: all install dist tag clean
+ 



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