mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
40 lines
1 KiB
Bash
40 lines
1 KiB
Bash
# $Id: PKGBUILD 61193 2011-12-24 11:33:27Z bpiotrowski $
|
|
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
|
|
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
|
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
# - rebuild for libpng - remove when bumped upstream
|
|
|
|
plugrel=1
|
|
|
|
pkgname=lxpanel
|
|
pkgver=0.5.8
|
|
pkgrel=2.1
|
|
pkgdesc="Panel of the LXDE Desktop"
|
|
arch=('i686' 'x86_64')
|
|
license=('GPL2')
|
|
url="http://lxde.org/"
|
|
groups=('lxde')
|
|
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data')
|
|
source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz
|
|
battery.patch)
|
|
optdepends=(pcmanfm)
|
|
|
|
build() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
patch -Np1 -i "$srcdir/battery.patch"
|
|
|
|
./configure --sysconfdir=/etc --prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
md5sums=('129fae75d1cd3983fd94542c573a70a1'
|
|
'5fadb4d5aca09c81138677e91f995d98')
|
|
md5sums=('129fae75d1cd3983fd94542c573a70a1'
|
|
'5fadb4d5aca09c81138677e91f995d98')
|