diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:22:19 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:22:19 +0100 |
commit | e0431f6a14ad9aceee7493c8fdf5e75027e0f368 (patch) | |
tree | 6886c74434c7141cf26e97696f9de6c727fc0bf0 /xfce/libxfce4ui/Pkgfile | |
parent | 7b202676f547998b44af5f679a88bb37eaa7d97b (diff) | |
download | nutyx-extra-e0431f6a14ad9aceee7493c8fdf5e75027e0f368.tar.gz nutyx-extra-e0431f6a14ad9aceee7493c8fdf5e75027e0f368.tar.bz2 nutyx-extra-e0431f6a14ad9aceee7493c8fdf5e75027e0f368.tar.xz nutyx-extra-e0431f6a14ad9aceee7493c8fdf5e75027e0f368.zip |
libxfce4ui, maj 4.8.0-1
Diffstat (limited to 'xfce/libxfce4ui/Pkgfile')
-rwxr-xr-x | xfce/libxfce4ui/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce/libxfce4ui/Pkgfile b/xfce/libxfce4ui/Pkgfile index d034b1e1d..db8f8aa7d 100755 --- a/xfce/libxfce4ui/Pkgfile +++ b/xfce/libxfce4ui/Pkgfile @@ -6,9 +6,9 @@ # Run on: exo,startup-notification,xfconf name=libxfce4ui -version=4.7.6 +version=4.8.0 release=1 -source=(http://archive.xfce.org/src/xfce/$name/4.7/$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 } - |