[csw-devel] SF.net SVN: gar:[5181] csw/mgar/pkg/pygobject/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Jun 5 18:56:41 CEST 2009


Revision: 5181
          http://gar.svn.sourceforge.net/gar/?rev=5181&view=rev
Author:   valholla
Date:     2009-06-05 16:56:41 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
pycompile class

Modified Paths:
--------------
    csw/mgar/pkg/pygobject/trunk/Makefile

Modified: csw/mgar/pkg/pygobject/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pygobject/trunk/Makefile	2009-06-05 16:46:18 UTC (rev 5180)
+++ csw/mgar/pkg/pygobject/trunk/Makefile	2009-06-05 16:56:41 UTC (rev 5181)
@@ -9,8 +9,9 @@
 
 MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += fixme.sh
 
+STRIP_LIBTOOL = 1
+
 PACKAGES = CSWpygobject
 REQUIRED_PKGS_CSWpygobject  = CSWpython CSWggettextrt CSWglib2
 
@@ -20,10 +21,17 @@
 ## patch to change zero sized struct to zero-sized sub-object
 PATCHFILES = pygobject.diff
 
-# We define upstream file regex so we can be notifed of new upstream software release
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
+PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
+SPKG_CLASSES = none cswpycompile
+REQUIRED_PKGS += CSWcswclassutils
+
 CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --without-ffi
 
 ## Tests require gtk, but gtk requries gobject
 #TEST_TARGET = check
@@ -31,7 +39,3 @@
 
 include gar/category.mk
 
-post-configure-$(MODULATION):
-	@(echo "~~~ Fixing Libtool ~~~")
-	@$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
-	$(DONADA)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list