summaryrefslogtreecommitdiff
path: root/community/lxpanel/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-16 22:03:54 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-16 22:03:54 +0100
commitd503056ff0810f0e9a4d7430dd9a99ef666240d9 (patch)
treece61331f893f95b1d3ae90eb3ea8e00adf2aa546 /community/lxpanel/PKGBUILD
parent0f2c3b17c081339b0c78fc54aa64a13a6b7e7c6e (diff)
parent99c34471cedb5de3afae4e33c48239abbe1410c7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gtk-engine-unico/PKGBUILD community/libfm/PKGBUILD community/lxlauncher/PKGBUILD community/lxpanel/PKGBUILD community/ncmpcpp/PKGBUILD community/sshguard/PKGBUILD
Diffstat (limited to 'community/lxpanel/PKGBUILD')
-rw-r--r--community/lxpanel/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD
index 7e37715c5..0d4c55688 100644
--- a/community/lxpanel/PKGBUILD
+++ b/community/lxpanel/PKGBUILD
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD 72336 2012-06-12 05:13:20Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# $Id: PKGBUILD 80057 2012-11-15 19:23:02Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxpanel
pkgver=0.5.10
-pkgrel=1
-pkgdesc="Panel of the LXDE Desktop"
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
-url="http://lxde.org/"
+url='http://lxde.org/'
groups=('lxde')
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
makedepends=('wireless_tools')
optdepends=('wireless_tools: netstat plugin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
-md5sums=('86a87723ec15274d4c0fe191e8a2fa52')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('1bf3cce2a2d01c211f6897c42e8dd0bc')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $srcdir/$pkgname-$pkgver
- CFLAGS+=" -lgmodule-2.0" ./configure --sysconfdir=/etc --prefix=/usr
- make
+ CFLAGS+=' -lgmodule-2.0' ./configure --sysconfdir=/etc --prefix=/usr
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}