summaryrefslogtreecommitdiffstats
path: root/xfce/libxfcegui4/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-21 23:23:32 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-21 23:23:32 +0100
commit5e557b557a98db7988544ef1e3b285c62816a896 (patch)
treec6485ad5bff5e1eed9058184feda72cdb57e82b2 /xfce/libxfcegui4/Pkgfile
parente0431f6a14ad9aceee7493c8fdf5e75027e0f368 (diff)
downloadnutyx-extra-5e557b557a98db7988544ef1e3b285c62816a896.tar.gz
nutyx-extra-5e557b557a98db7988544ef1e3b285c62816a896.tar.bz2
nutyx-extra-5e557b557a98db7988544ef1e3b285c62816a896.tar.xz
nutyx-extra-5e557b557a98db7988544ef1e3b285c62816a896.zip
libxfcegui4, maj 4.8.0-1
Diffstat (limited to 'xfce/libxfcegui4/Pkgfile')
-rwxr-xr-xxfce/libxfcegui4/Pkgfile6
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
}
-