summaryrefslogtreecommitdiff
path: root/community/lxpanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-05 01:28:55 -0700
committerroot <root@rshg054.dnsready.net>2013-10-05 01:28:55 -0700
commit9478c3c735c37ebdda0eb99126f5925790fb3e55 (patch)
tree15eefbfb45c57203f177ece35f81ae6fe4cf1cdb /community/lxpanel
parenta1e8649c27451ac75f05b9b520d52b78e9f2913d (diff)
Sat Oct 5 01:28:41 PDT 2013
Diffstat (limited to 'community/lxpanel')
-rw-r--r--community/lxpanel/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD
index f06e08208..ba5c7dc83 100644
--- a/community/lxpanel/PKGBUILD
+++ b/community/lxpanel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96687 2013-09-03 02:37:13Z bgyorgy $
+# $Id: PKGBUILD 98054 2013-10-04 17:26:39Z 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
+pkgver=0.6.1
+pkgrel=1
pkgdesc='Lightweight X11 desktop panel for LXDE'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -14,16 +14,8 @@ groups=('lxde')
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
makedepends=('intltool' '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
-}
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz)
+sha256sums=('a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb')
build() {
cd $pkgname-$pkgver