Revision: 12462
http://sourceforge.net/p/plplot/code/12462
Author: airwin
Date: 2013-08-01 04:25:44 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Initial commit of a bash script to update all the pango-generated
build configurations.
Added Paths:
-----------
trunk/cmake/build_projects/update_pango_packages.sh
Added: trunk/cmake/build_projects/update_pango_packages.sh
===================================================================
--- trunk/cmake/build_projects/update_pango_packages.sh (rev 0)
+++ trunk/cmake/build_projects/update_pango_packages.sh 2013-08-01 04:25:44 UTC (rev 12462)
@@ -0,0 +1,20 @@
+#!/bin/bash
+# Update build configurations of pango packages that are described by
+# GTK+ jhbuild build configuration
+
+GTK_VERSION=3.9.4
+rm -rf $GTK_VERSION
+mkdir $GTK_VERSION
+cd $GTK_VERSION
+# This downloads all the relevant xml build configuration files
+# for the given version of GTK
+wget -nd ftp://ftp.acc.umu.se/pub/GNOME/teams/releng/$GTK_VERSION/*
+cd ..
+./gtk_xml_recursive_process.py \
+$GTK_VERSION/gnome-apps-$GTK_VERSION.modules \
+>|gtk_packages_$GTK_VERSION.xml
+rm -rf $GTK_VERSION
+patch --no-backup-if-mismatch gtk_packages_$GTK_VERSION.xml patch_gtk_packages.xml
+
+./gtk_transform.py pango 1 <gtk_packages_$GTK_VERSION.xml 1>| pango_packages.data
+cmake -DFILENAME:FILEPATH=pango_packages.data -P configure_bp.cmake
Property changes on: trunk/cmake/build_projects/update_pango_packages.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Revision
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|