summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-panel/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-21 23:24:49 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-21 23:24:49 +0100
commitb88590402ef30081fab0f85e52acdc907bdb9f5d (patch)
tree29827c54f6414a6191b7c4e8f95093aabbf1a36c /xfce/xfce4-panel/Pkgfile
parent5e557b557a98db7988544ef1e3b285c62816a896 (diff)
downloadnutyx-pakxe-b88590402ef30081fab0f85e52acdc907bdb9f5d.tar.gz
nutyx-pakxe-b88590402ef30081fab0f85e52acdc907bdb9f5d.tar.bz2
nutyx-pakxe-b88590402ef30081fab0f85e52acdc907bdb9f5d.tar.xz
nutyx-pakxe-b88590402ef30081fab0f85e52acdc907bdb9f5d.zip
xfce4-panel, maj 4.8.0-1
Diffstat (limited to 'xfce/xfce4-panel/Pkgfile')
-rwxr-xr-xxfce/xfce4-panel/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce/xfce4-panel/Pkgfile b/xfce/xfce4-panel/Pkgfile
index 67d0153fa..ef878c4fb 100755
--- a/xfce/xfce4-panel/Pkgfile
+++ b/xfce/xfce4-panel/Pkgfile
@@ -6,9 +6,9 @@
# Run on: cairo,dbus-glib,exo,libxfcegui4,libxfce4util,libwnck,startup-notification,xfconf
name=xfce4-panel
-version=4.7.7
+version=4.8.0
release=1
-source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
+source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2)
build() {
cd $name-$version
@@ -19,5 +19,6 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/{gtk-doc,doc}
}