[csw-devel] SF.net SVN: gar:[5204] csw/mgar/pkg/pygtk/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Jun 8 18:29:56 CEST 2009


Revision: 5204
          http://gar.svn.sourceforge.net/gar/?rev=5204&view=rev
Author:   valholla
Date:     2009-06-08 16:29:56 +0000 (Mon, 08 Jun 2009)

Log Message:
-----------
fix fetch url

Modified Paths:
--------------
    csw/mgar/pkg/pygtk/trunk/Makefile
    csw/mgar/pkg/pygtk/trunk/checksums

Modified: csw/mgar/pkg/pygtk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pygtk/trunk/Makefile	2009-06-08 15:04:01 UTC (rev 5203)
+++ csw/mgar/pkg/pygtk/trunk/Makefile	2009-06-08 16:29:56 UTC (rev 5204)
@@ -1,34 +1,29 @@
 GARNAME = pygtk
-GARVERSION = 2.12.1
+GARVERSION = 2.14.1
 CATEGORIES = lang
+RELVER = $(shell echo $(GARVERSION) |gsed 's/\(^[0-9].*\.[0-9].*\)\.[0-9]*/\1/')
 
 DESCRIPTION = pygtk support for Python
 define BLURB
   This is a Python language binding for gobject.
 endef
 
-MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.15/
+MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/pygtk/$(RELVER)/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += fixme.sh
+STRIP_LIBTOOL = 1
 
 PACKAGES = CSWpygtk
 REQUIRED_PKGS_CSWpygtk  = CSWpython 
 
-EXTRA_CFLAGS = -I../../pygobject/work/install-isa-sparcv8/usr/local/include/pygtk-2.0
-EXTRA_LINKER_FLAGS = -L../../pygobject/work/install-isa-sparcv8/usr/local/lib
-
 CATALOGNAME_CSWpygtk = py_gtk
 SPKG_DESC_CSWpygtk = pygtk support for Python
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = (\d+(?:\.\d+)*).tar.bz2
 
 #TEST_TARGET = check
 TEST_SCRIPTS = 
 
 include gar/category.mk
 
-post-configure-modulated:
-	@(echo "~~~ Fixing Libtool ~~~")
-	@$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
-	$(DONADA)

Modified: csw/mgar/pkg/pygtk/trunk/checksums
===================================================================
--- csw/mgar/pkg/pygtk/trunk/checksums	2009-06-08 15:04:01 UTC (rev 5203)
+++ csw/mgar/pkg/pygtk/trunk/checksums	2009-06-08 16:29:56 UTC (rev 5204)
@@ -1,2 +1 @@
-a816346d750d61e3fa67a200e4292694  download/pygtk-2.12.1.tar.bz2
-70771682427d524354d50482371edca5  download/fixme.sh
+c27a7d21b87910e80605d9135d220592  download/pygtk-2.14.1.tar.bz2


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