Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abockover@novell.com>2010-01-06 21:25:45 +0300
committerAaron Bockover <abockover@novell.com>2010-01-07 21:45:24 +0300
commit1f2c81eeb95d50586d80e89d2a32189986712696 (patch)
tree984340cb976c33865c61e272247bb1cfc47ba90d /packages
parente47b82a697a7fee95329efb80f55d23a16d5d3da (diff)
[build] generate a banshee-1 launcher per platform
Moved the old banshee-1.in launcher to banshee-1.linux.in, and added a Darwin launcher, banshee-1.darwin.in. Depending on the host type at configure time, banshee-1 will be generated from either banshee-1.linux.in or banshee-1.darwin.in. Also fixed pango to include basic-atsui, and work around some strange build ordering.
Diffstat (limited to 'packages')
-rw-r--r--packages/pango.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/pango.py b/packages/pango.py
index 72934ed..45ef478 100644
--- a/packages/pango.py
+++ b/packages/pango.py
@@ -7,7 +7,8 @@ package = {
'http://ftp.gnome.org/pub/gnome/sources/%{name}/%{version_major}/%{name}-%{version}.tar.gz'
],
'build': [
- '%{__configure} --without-x',
+ '%{__configure} --without-x --with-included-modules=basic-atsui',
+ '%{__make} -k -C modules || true',
'%{__make}'
]
}