summaryrefslogtreecommitdiffstats
path: root/libxfce4ui/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 16:24:10 +0200
committerpiernov <piernov@piernov.org>2012-05-13 20:04:58 +0200
commit2b6dd384d6cbe8b441aa80ebe45fbe8f7b44a5c9 (patch)
tree03d183c30816912e28df0001593576cbc806ec8a /libxfce4ui/Pkgfile
parent0d7ac6231f97a119e6b5df1242cca138be657966 (diff)
downloadnutyx-extra-2b6dd384d6cbe8b441aa80ebe45fbe8f7b44a5c9.tar.gz
nutyx-extra-2b6dd384d6cbe8b441aa80ebe45fbe8f7b44a5c9.tar.bz2
nutyx-extra-2b6dd384d6cbe8b441aa80ebe45fbe8f7b44a5c9.tar.xz
nutyx-extra-2b6dd384d6cbe8b441aa80ebe45fbe8f7b44a5c9.zip
libxfce4ui, maj 4.10.0-1
(cherry picked from commit e49a3349245b548cb1d5af7b057f384014240ee4)
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
}