summaryrefslogtreecommitdiffstats
path: root/xfce4-panel/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 16:50:17 +0200
committerpiernov <piernov@piernov.org>2012-05-13 20:08:34 +0200
commitc50a73b26c9dd2ffdae7cb1277e45786252f4803 (patch)
tree2d462a68a7ee116190259b010c9f052d41d83edd /xfce4-panel/Pkgfile
parent9214c3d6d7846679c31f5f1443612afd33186114 (diff)
downloadnutyx-extra-c50a73b26c9dd2ffdae7cb1277e45786252f4803.tar.gz
nutyx-extra-c50a73b26c9dd2ffdae7cb1277e45786252f4803.tar.bz2
nutyx-extra-c50a73b26c9dd2ffdae7cb1277e45786252f4803.tar.xz
nutyx-extra-c50a73b26c9dd2ffdae7cb1277e45786252f4803.zip
xfce4-panel, 4.10.0-1
(cherry picked from commit 1e84e7ed6634a54fb21d30e71d9684dc2d85e045)
Diffstat (limited to 'xfce4-panel/Pkgfile')
-rwxr-xr-xxfce4-panel/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce4-panel/Pkgfile b/xfce4-panel/Pkgfile
index 432962a89..21153970d 100755
--- a/xfce4-panel/Pkgfile
+++ b/xfce4-panel/Pkgfile
@@ -1,14 +1,14 @@
# Description: Panel de Xfce
# URL: http://www.xfce.org/projects/xfce4-panel/
# Maintainer: git.xfce.org/xfce/xfce4-panel
-# Packager: thierryn1 at hispeed dot ch
+# Packager: tyrry33 at gmail dot com
# Depends on: xorg-libxdamage, cairo, dbus-glib, libwnck, exo, garcon, libxfce4ui, libxfce4util, libwnck, startup-notification, xfconf
# Run on: cairo,dbus-glib,exo,libxfce4util,libwnck,startup-notification,xfconf
name=xfce4-panel
-version=4.9.0
+version=4.10.0
release=1
-source=(http://archive.xfce.org/src/xfce/$name/4.9/$name-$version.tar.bz2)
+source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)
build() {
cd $name-$version
@@ -19,6 +19,5 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/{gtk-doc,doc}
}