mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
more build script cleanups
git-svn-id: svn://localhost/ardour2/branches/3.0@12425 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
74de4063c6
commit
0a5e13189a
1 changed files with 2 additions and 12 deletions
|
|
@ -289,31 +289,21 @@ fi
|
||||||
# Copy stuff that may be dynamically loaded
|
# Copy stuff that may be dynamically loaded
|
||||||
#
|
#
|
||||||
|
|
||||||
cp -R $GTKSTACK_ROOT/etc/fonts $Etc
|
|
||||||
cp -R $GTKSTACK_ROOT/etc/* $Etc
|
cp -R $GTKSTACK_ROOT/etc/* $Etc
|
||||||
echo "Copying all Pango modules ..."
|
echo "Copying all Pango modules ..."
|
||||||
cp -R $GTKSTACK_ROOT/lib/pango/1.6.0/modules/*.so $Modules
|
cp -R $GTKSTACK_ROOT/lib/pango/1.6.0/modules/*.so $Modules
|
||||||
echo "Copying all GDK Pixbuf loaders ..."
|
echo "Copying all GDK Pixbuf loaders ..."
|
||||||
cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
|
cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders
|
||||||
# charset alias file
|
# charset alias file
|
||||||
cp -R $GTKSTACK_ROOT/lib/charset.alias $Etc
|
|
||||||
|
|
||||||
pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.6.0/?@ROOTDIR@/?" > $Etc/pango.modules.in
|
pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.6.0/?@ROOTDIR@/?" > $Etc/pango.modules.in
|
||||||
gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.loaders.in
|
gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.loaders.in
|
||||||
|
|
||||||
# We sort of rely on clearlooks, so include a version
|
# We rely on clearlooks, so include a version from our own build tree
|
||||||
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
# this one is special - we will set GTK_PATH to $Libraries/clearlooks
|
||||||
|
|
||||||
clearlooks_so=${GTKLIB}/engines/libclearlooks.so
|
|
||||||
if [ ! -e $clearlooks.so ]; then
|
|
||||||
echo "!!! ERROR !!! - not able to locate libclearlooks.so"
|
|
||||||
echo ""
|
|
||||||
echo "Packager with exit"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Copying clearlooks ..."
|
echo "Copying clearlooks ..."
|
||||||
cp $clearlooks_so $Libraries
|
cp $BUILD_ROOT/lib/clearlooks-newer/libclearlooks.so $Libraries
|
||||||
mkdir -p $Libraries/clearlooks/engines
|
mkdir -p $Libraries/clearlooks/engines
|
||||||
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
(cd $Libraries/clearlooks/engines && ln -s ../../libclearlooks* libclearlooks.so )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue