summaryrefslogtreecommitdiffstats
path: root/libxfce4ui/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libxfce4ui/Pkgfile')
-rwxr-xr-xlibxfce4ui/Pkgfile14
1 files changed, 8 insertions, 6 deletions
diff --git a/libxfce4ui/Pkgfile b/libxfce4ui/Pkgfile
index 33143e524..de976ca7c 100755
--- a/libxfce4ui/Pkgfile
+++ b/libxfce4ui/Pkgfile
@@ -1,14 +1,14 @@
# Description: Librairie de l'interface graphique pour Xfce4
# URL: http://www.xfce.org/projects/libraries/
-# Maintainer: NuTyX core team
+# Maintainer: git.xfce.org/xfce/libxfce4ui
# Packager: thierryn1 at hispeed dot ch
-# Depends on: exo, startup-notification, xfconf
-# Run on: exo,startup-notification,xfconf
+# Depends on: startup-notification, xfconf
+# Run on: startup-notification,xfconf
name=libxfce4ui
-version=4.8.1
+version=4.10.0
release=1
-source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.8/$name-$version.tar.bz2)
+source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)
build() {
cd $name-$version
@@ -19,5 +19,7 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
+for i in usr/bin/xfce4-about usr/share/applications/xfce4-about.desktop usr/share/icons/hicolor/48x48/apps/xfce4-logo.png
+do rm $PKG/$i
+done
}