[csw-devel] SF.net SVN: gar:[5465] csw/mgar/pkg/pango/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 1 07:47:53 CEST 2009
Revision: 5465
http://gar.svn.sourceforge.net/gar/?rev=5465&view=rev
Author: dmichelsen
Date: 2009-07-01 05:47:52 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
pango: Update postinstall
Modified Paths:
--------------
csw/mgar/pkg/pango/trunk/Makefile
csw/mgar/pkg/pango/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/pango/trunk/files/CSWpango.postinstall
Modified: csw/mgar/pkg/pango/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pango/trunk/Makefile 2009-07-01 05:37:14 UTC (rev 5464)
+++ csw/mgar/pkg/pango/trunk/Makefile 2009-07-01 05:47:52 UTC (rev 5465)
@@ -13,6 +13,7 @@
MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/pango/1.24/
DISTNAME = pango-$(GARVERSION)
DISTFILES = $(DISTNAME).tar.bz2
+DISTFILES += CSWpango.postinstall
PACKAGES = CSWpango CSWpangodevel CSWpangodoc
CATALOGNAME_CSWpango = libpango
Modified: csw/mgar/pkg/pango/trunk/checksums
===================================================================
--- csw/mgar/pkg/pango/trunk/checksums 2009-07-01 05:37:14 UTC (rev 5464)
+++ csw/mgar/pkg/pango/trunk/checksums 2009-07-01 05:47:52 UTC (rev 5465)
@@ -1 +1,2 @@
+214c041500a6e1e3b84ff6f1ff51a6c7 download/CSWpango.postinstall
63979efe16fe5abaa93c8ea48959e8f3 download/pango-1.24.3.tar.bz2
Copied: csw/mgar/pkg/pango/trunk/files/CSWpango.postinstall (from rev 5399, csw/mgar/pkg/pango/tags/legacy/sources/libpango.postinstall)
===================================================================
--- csw/mgar/pkg/pango/trunk/files/CSWpango.postinstall (rev 0)
+++ csw/mgar/pkg/pango/trunk/files/CSWpango.postinstall 2009-07-01 05:47:52 UTC (rev 5465)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+umask 0022
+
+if [ "$PKG_ROOT_DIR" = "" ] ; then PKG_ROOT_DIR=/ ; fi
+
+echo 'Updating pango.modules...'
+test -x ${PKG_ROOT_DIR}/opt/csw/bin/pango-querymodules && chroot "${PKG_ROOT_DIR}" /opt/csw/bin/pango-querymodules >/opt/csw/etc/pango/pango.modules
+
+/bin/true
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