summaryrefslogtreecommitdiffstats
path: root/xfce/libxfcegui4/Pkgfile
diff options
context:
space:
mode:
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
}
-