diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:23:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:23:32 +0100 |
commit | 5e557b557a98db7988544ef1e3b285c62816a896 (patch) | |
tree | c6485ad5bff5e1eed9058184feda72cdb57e82b2 /xfce/libxfcegui4/Pkgfile | |
parent | e0431f6a14ad9aceee7493c8fdf5e75027e0f368 (diff) | |
download | nutyx-pakxe-5e557b557a98db7988544ef1e3b285c62816a896.tar.gz nutyx-pakxe-5e557b557a98db7988544ef1e3b285c62816a896.tar.bz2 nutyx-pakxe-5e557b557a98db7988544ef1e3b285c62816a896.tar.xz nutyx-pakxe-5e557b557a98db7988544ef1e3b285c62816a896.zip |
libxfcegui4, maj 4.8.0-1
Diffstat (limited to 'xfce/libxfcegui4/Pkgfile')
-rwxr-xr-x | xfce/libxfcegui4/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce/libxfcegui4/Pkgfile b/xfce/libxfcegui4/Pkgfile index 29a8785be..c184f6e57 100755 --- a/xfce/libxfcegui4/Pkgfile +++ b/xfce/libxfcegui4/Pkgfile @@ -6,9 +6,9 @@ # Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,pango,pcre,startup-notification name=libxfcegui4 -version=4.7.0 +version=4.8.0 release=1 -source=(http://archive.xfce.org/src/xfce/$name/4.6/$name-$version.tar.bz2) +source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2) build() { cd $name-$version @@ -19,5 +19,5 @@ cd $name-$version --disable-static make make DESTDIR=$PKG install + rm -r $PKG/usr/share/gtk-doc } - |