[banshee] [build] bundle theme index, locale, gtk modules



commit 7329fe37870fd2685de4e61fad81cda6a3517847
Author: Aaron Bockover <abockover novell com>
Date:   Tue Jan 19 11:21:48 2010 -0500

    [build] bundle theme index, locale, gtk modules

 build/bundle/profile.darwin.py |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/build/bundle/profile.darwin.py b/build/bundle/profile.darwin.py
index e5ccc5e..07c6ef8 100755
--- a/build/bundle/profile.darwin.py
+++ b/build/bundle/profile.darwin.py
@@ -18,16 +18,20 @@ class BansheeDarwinProfile (DarwinProfile, BansheePackages):
 		self.bundle_from_build = [
 			'bin/mono',
 			'bin/banshee-1',
-			'bin/pango-querymodules',
-			'bin/gtk-demo',
 			'lib/banshee-1',
 			'lib/pango',
+			'lib/gtk-2.0/2.10.0/loaders',
+			'lib/gtk-2.0/2.10.0/engines',
+			'lib/gtk-2.0/2.10.0/immodules',
 			'lib/gstreamer-0.10',
 			'share/banshee-1',
+			'share/locale',
 			'etc/mono/config',
 			'etc/mono/1.0/machine.config',
 			'etc/mono/2.0/machine.config',
-			'etc/mono/2.0/settings.map'
+			'etc/mono/2.0/settings.map',
+			'share/icons/hicolor/index.theme',
+			'share/icons/Tango/index.theme'
 		]
 
 		self.bundle_from_build.extend ([
@@ -45,7 +49,6 @@ class BansheeDarwinProfile (DarwinProfile, BansheePackages):
 		])
 
 		DarwinProfile.bundle (self)
-		self.configure_pango ()
 
 		import shutil
 		import glob



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