summaryrefslogtreecommitdiffstats
path: root/extra/lxpanel/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:36 +0100
commitfd03b0b02331aa09ebc7652d405785ac5ea1b746 (patch)
treeec40db06ca0d6d756ae3a9ee58e7c56af66f3201 /extra/lxpanel/Pkgfile
parent22008a01c221d57d930adfcc711672b363240428 (diff)
downloadnutyx-pakxe-fd03b0b02331aa09ebc7652d405785ac5ea1b746.tar.gz
nutyx-pakxe-fd03b0b02331aa09ebc7652d405785ac5ea1b746.tar.bz2
nutyx-pakxe-fd03b0b02331aa09ebc7652d405785ac5ea1b746.tar.xz
nutyx-pakxe-fd03b0b02331aa09ebc7652d405785ac5ea1b746.zip
suppression de lxpanel
Diffstat (limited to 'extra/lxpanel/Pkgfile')
-rw-r--r--extra/lxpanel/Pkgfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/lxpanel/Pkgfile b/extra/lxpanel/Pkgfile
deleted file mode 100644
index 409981b9e..000000000
--- a/extra/lxpanel/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Description: Panel lxde
-# URL: http://lxde.org/
-# Maintainer:geanbrun
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk, menu-cache, alsa-lib
-# Run on: gtk,menu-cache,alsa-lib
-
-name=lxpanel
-version=0.5.5
-release=1
-
-source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/lxpanel-0.5.5-batt-01.patch \
- http://nutyx.meticul.eu/files/patchs/$name/volume.png)
-
-
-build() {
-cd $name-$version
-patch -Np1 -i ../lxpanel-0.5.5-batt-01.patch
-./configure --prefix=/usr
-make
-make DESTDIR=$PKG install
-install -D -m644 ../volume.png \
- $PKG/usr/share/lxpanel/images/volume.png
-}
-