diff options
author | piernov <piernov@piernov.org> | 2011-10-02 13:28:01 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-02 13:28:01 +0200 |
commit | 788cba7ad970a85e1b51c07c7162c5a38622e6ec (patch) | |
tree | 550b61115aca44fec7a2eb9b092aec4f0262e9f7 /at-spi/Pkgfile | |
parent | 194786260b00a16cddcf5d8d64ef232c1dacdb9d (diff) | |
parent | e17527f4998ea02366a2044547828a1990a94fbc (diff) | |
download | gnome3-788cba7ad970a85e1b51c07c7162c5a38622e6ec.tar.gz gnome3-788cba7ad970a85e1b51c07c7162c5a38622e6ec.tar.bz2 gnome3-788cba7ad970a85e1b51c07c7162c5a38622e6ec.tar.xz gnome3-788cba7ad970a85e1b51c07c7162c5a38622e6ec.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/gnome3
Diffstat (limited to 'at-spi/Pkgfile')
-rwxr-xr-x | at-spi/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/at-spi/Pkgfile b/at-spi/Pkgfile index fe67f7a..436cf70 100755 --- a/at-spi/Pkgfile +++ b/at-spi/Pkgfile @@ -8,15 +8,16 @@ name=at-spi version=1.32.0 -release=1 +release=2 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version PYTHON=python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/$name \ - --sysconfdir=/etc \ - --disable-gtk-doc + --enable-relocate \ + --libexecdir=/usr/lib/$name \ + --sysconfdir=/etc \ + --disable-gtk-doc make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install |