[banshee] [build] use murrine as the theme engine on darwin



commit 5bf681313d3359faa0f072dbea5838e94995f8fc
Author: Aaron Bockover <abockover novell com>
Date:   Tue Jan 19 11:17:45 2010 -0500

    [build] use murrine as the theme engine on darwin

 build/bundle/packages.py         |    6 +++---
 build/bundle/packages/murrine.py |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build/bundle/packages.py b/build/bundle/packages.py
index bd8f553..c4adae0 100644
--- a/build/bundle/packages.py
+++ b/build/bundle/packages.py
@@ -33,12 +33,13 @@ class BansheePackages:
 			'packages/sqlite.py'
 		])
 
-		# Icons
+		# Theme
 		self.packages.extend ([
 			'packages/librsvg.py',
 			'packages/icon-naming-utils.py',
 			'packages/hicolor-icon-theme.py',
-			'packages/tango-icon-theme.py'
+			'packages/tango-icon-theme.py',
+			'packages/murrine.py'
 		])
 
 		# Codecs
@@ -78,7 +79,6 @@ 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/murrine.py b/build/bundle/packages/murrine.py
new file mode 100644
index 0000000..b621708
--- /dev/null
+++ b/build/bundle/packages/murrine.py
@@ -0,0 +1,3 @@
+GnomePackage ('murrine',
+	version_major = '0.90',
+	version_minor = '3')



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