[banshee] [build] build gtk-quartz-engine



commit b7c6a496e6118e6d881e24bca068cc403484a740
Author: Aaron Bockover <abockover novell com>
Date:   Sun Jan 17 16:13:01 2010 -0500

    [build] build gtk-quartz-engine

 build/bundle/packages.py                   |    1 +
 build/bundle/packages/gtk-quartz-engine.py |   11 +++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/build/bundle/packages.py b/build/bundle/packages.py
index d7de5f3..bd8f553 100644
--- a/build/bundle/packages.py
+++ b/build/bundle/packages.py
@@ -78,6 +78,7 @@ class BansheePackages:
 
 		if isinstance (self, DarwinProfile):
 			self.packages.extend ([
+				'packages/gtk-quartz-engine.py',
 				'packages/ige-mac-integration.py',
 				'packages/ige-mac-integration-sharp.py'
 			])
diff --git a/build/bundle/packages/gtk-quartz-engine.py b/build/bundle/packages/gtk-quartz-engine.py
new file mode 100644
index 0000000..9bebb88
--- /dev/null
+++ b/build/bundle/packages/gtk-quartz-engine.py
@@ -0,0 +1,11 @@
+Package ('gtk-quartz-engine', 'master',
+	sources = [ 'git://github.com/jralls/gtk-quartz-engine.git' ],
+	override_properties = { 'configure':
+		'libtoolize --force --copy && '
+		'aclocal && '
+		'autoheader && '
+		'automake --add-missing && '
+		'autoconf && '
+		'./configure --prefix=%{prefix}'
+	}
+)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]