diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lxpanel/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/lxpanel/PKGBUILD')
-rw-r--r-- | community/lxpanel/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD deleted file mode 100644 index d9e2cdaf5..000000000 --- a/community/lxpanel/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 93770 2013-07-10 07:14:37Z 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.12 -pkgrel=2 -pkgdesc='Lightweight X11 desktop panel for LXDE' -arch=('i686' 'x86_64') -license=('GPL2') -url='http://lxde.org/' -groups=('lxde') -depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck') -makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools') -optdepends=('wireless_tools: netstat plugin') -source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz - lxpanel-0.5.12-automake-1.14-support.patch) -sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b' - 'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1') - -prepare() { - cd $pkgname-$pkgver - patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch - ./autogen.sh -} - -build() { - cd $pkgname-$pkgver - CFLAGS+=' -lgmodule-2.0' ./configure \ - --sysconfdir=/etc \ - --prefix=/usr \ - --enable-man - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} |