Revision: 4026
          http://gar.svn.sourceforge.net/gar/?rev=4026&view=rev
Author:   wbonnet
Date:     2009-03-28 21:40:39 +0000 (Sat, 28 Mar 2009)

Log Message:
-----------
Update to 1.24.0

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

Property Changed:
----------------
    csw/mgar/pkg/pango/trunk/


Property changes on: csw/mgar/pkg/pango/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/pango/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pango/trunk/Makefile   2009-03-28 21:33:09 UTC (rev 4025)
+++ csw/mgar/pkg/pango/trunk/Makefile   2009-03-28 21:40:39 UTC (rev 4026)
@@ -1,8 +1,8 @@
 GARNAME = pango
-GARVERSION = 1.4.0
+GARVERSION = 1.24.0
 CATEGORIES = lib
 
-DESCRIPTION = A framework for the layout and rendering of international text.
+DESCRIPTION = A framework for the layout and rendering of international text
 define BLURB
   The goal of the Pango project is to provide an Open Source framework for the
   layout and rendering of internationalized text. It uses Unicode for all of 
its
@@ -10,27 +10,33 @@
   languages.
 endef
 
-MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/pango/1.4/
+MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/pango/1.24/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 DISTFILES += $(call admfiles,CSWpango,)
 
 # We define upstream file regex so we can be notifed of new upstream software 
release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UPSTREAM_MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/pango/
+UFILES_REGEX = (\d+(?:\.\d+)*)
 
-LIBDEPS += lib/xft
+# Dynamic gspec
+PACKAGES                     = CSWlibpango CSWlibpangodevel
+CATALOGNAME_CSWlibpango      = libpango
+CATALOGNAME_CSWlibpangodevel = libpango_devel
+SPKG_DESC_CSWlibpango           = $(DESCRIPTION)
+SPKG_DESC_CSWlibpangodevel   = $(DESCRIPTION) development package
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-debug=yes
 
-TEST_TARGET = check
+# Do not execute make test step
+TEST_SCRIPTS   = none
 
 include gar/category.mk
 
-CFLAGS := -g $(CFLAGS)
-CXXFLAGS := -g $(CXXFLAGS)
-export CFLAGS CXXFLAGS
+# CFLAGS := -g $(CFLAGS)
+# CXXFLAGS := -g $(CXXFLAGS)
+# export CFLAGS CXXFLAGS
 
 # Disable -- it works, but ild gives symbol errors
-pre-configure:
-       @( cd $(WORKSRC)/pango/opentype ; \
-               $(PERL) -i.bak -plne 
's/^(\...@build_ot_tests_true\@noinst_PROGRAMS = ottest)/#$$1/' Makefile.in )
+# pre-configure:
+#      @( cd $(WORKSRC)/pango/opentype ; \
+#              $(PERL) -i.bak -plne 
's/^(\...@build_ot_tests_true\@noinst_PROGRAMS = ottest)/#$$1/' Makefile.in )


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to