summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-panel/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/xfce4-panel/Pkgfile')
-rwxr-xr-xxfce/xfce4-panel/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/xfce/xfce4-panel/Pkgfile b/xfce/xfce4-panel/Pkgfile
deleted file mode 100755
index fe7ae7304..000000000
--- a/xfce/xfce4-panel/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Panel de Xfce
-# URL: http://www.xfce.org/projects/xfce4-panel/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxdamage, cairo, dbus-glib, libwnck, exo, garcon, libxfce4ui, libxfcegui4, libxfce4util, libwnck, startup-notification, xfconf
-# Run on: cairo,dbus-glib,exo,libxfcegui4,libxfce4util,libwnck,startup-notification,xfconf
-
-name=xfce4-panel
-version=4.8.6
-release=1
-source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/{gtk-doc,doc}
-}
-