Bumprev for pkgs depending on xulrunner.
This commit is contained in:
parent
00ad9fdfb7
commit
0c38432293
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=0.7.14
|
version=0.7.14
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gnome-shell'
|
# Template file for 'gnome-shell'
|
||||||
pkgname=gnome-shell
|
pkgname=gnome-shell
|
||||||
version=3.0.0.2
|
version=3.0.0.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-schemas-install --disable-schemas-compile
|
configure_args="--disable-schemas-install --disable-schemas-compile
|
||||||
|
@ -122,10 +123,7 @@ Add_dependency full desktop-file-utils
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
# XXX Don't forget to change this if xulrunner version is bumped!
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/gnome-bluetooth"
|
||||||
ldlibpaths="/usr/lib/xulrunner-1.9.2:/usr/lib/gnome-bluetooth"
|
|
||||||
export LDFLAGS="-Wl,-R/usr/lib/xulrunner-1.9.2 -Wl,-R/usr/lib/gnome-bluetooth"
|
|
||||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ldlibpaths"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
|
@ -337,6 +337,7 @@ libmozjs.so xulrunner xulrunner-devel
|
||||||
libdbusservice.so xulrunner xulrunner-devel
|
libdbusservice.so xulrunner xulrunner-devel
|
||||||
libimgicon.so xulrunner xulrunner-devel
|
libimgicon.so xulrunner xulrunner-devel
|
||||||
libxpcom.so xulrunner xulrunner-devel
|
libxpcom.so xulrunner xulrunner-devel
|
||||||
|
libmozalloc.so xulrunner xulrunner-devel
|
||||||
libcurl.so libcurl libcurl-devel
|
libcurl.so libcurl libcurl-devel
|
||||||
libcompizconfig.so libcompizconfig libcompizconfig-devel
|
libcompizconfig.so libcompizconfig libcompizconfig-devel
|
||||||
libpyglib-2.0-python.so pygobject
|
libpyglib-2.0-python.so pygobject
|
||||||
|
|
Loading…
Reference in a new issue