summaryrefslogtreecommitdiffstats
path: root/libxfcegui4/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libxfcegui4/Pkgfile')
-rw-r--r--[-rwxr-xr-x]libxfcegui4/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/libxfcegui4/Pkgfile b/libxfcegui4/Pkgfile
index 5299bec22..455e96f45 100755..100644
--- a/libxfcegui4/Pkgfile
+++ b/libxfcegui4/Pkgfile
@@ -1,15 +1,14 @@
# Description: Librairie de l'interface graphique pour Xfce4
# URL: http://www.xfce.org/projects/libraries/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
+# Maintainer: git.xfce.org/xfce/libxfcegui4/
+# Packager: tyrry33 at gmail dot com
# Depends on: dbh, gtk, hicolor-icon-theme, libglade, libxfce4util, startup-notification, xfconf
# Run on: atk,cairo,expat,fontconfig,freetype,glib,glitz,gtk,libpng,libxfce4util,pango,pcre,startup-notification
name=libxfcegui4
-version=4.8.1
+version=4.10.0
release=1
-source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
-
+source=(http://archive.xfce.org/src/xfce/$name/4.10/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
@@ -19,5 +18,4 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
}