summaryrefslogtreecommitdiff
path: root/community/lxpanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
committerroot <root@rshg054.dnsready.net>2013-01-28 00:05:59 -0800
commit1b9f6dc846379470b620b5dbb9d4d7acd1de148c (patch)
tree2305b950a3c94970b05c1a38af473f5cca95af02 /community/lxpanel
parentb9b96ada56ad38df20b1e528a095a1e86ab67a2b (diff)
Mon Jan 28 00:05:59 PST 2013
Diffstat (limited to 'community/lxpanel')
-rw-r--r--community/lxpanel/PKGBUILD22
-rw-r--r--community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch15
2 files changed, 30 insertions, 7 deletions
diff --git a/community/lxpanel/PKGBUILD b/community/lxpanel/PKGBUILD
index 0f67e0bd8..71eb369b8 100644
--- a/community/lxpanel/PKGBUILD
+++ b/community/lxpanel/PKGBUILD
@@ -1,26 +1,34 @@
-# $Id: PKGBUILD 80057 2012-11-15 19:23:02Z bpiotrowski $
+# $Id: PKGBUILD 83070 2013-01-27 10:16:43Z 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=2
+pkgver=0.5.12
+pkgrel=1
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=('wireless_tools')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('1bf3cce2a2d01c211f6897c42e8dd0bc')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+ lxpanel-0.5.12-automake-1.13-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+ 'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
build() {
cd $srcdir/$pkgname-$pkgver
+
+ patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch
+ ./autogen.sh
- CFLAGS+=' -lgmodule-2.0' ./configure --sysconfdir=/etc --prefix=/usr
+ CFLAGS+=' -lgmodule-2.0' ./configure \
+ --sysconfdir=/etc \
+ --prefix=/usr \
+ --enable-man
make
}
diff --git a/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch b/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
new file mode 100644
index 000000000..25916bbf6
--- /dev/null
+++ b/community/lxpanel/lxpanel-0.5.12-automake-1.13-support.patch
@@ -0,0 +1,15 @@
+--- autogen.sh.orig 2013-01-27 10:38:55.000000000 +0100
++++ autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+
+ if [ "$AM_INSTALLED_VERSION" != "1.10" \
+ -a "$AM_INSTALLED_VERSION" != "1.11" \
+- -a "$AM_INSTALLED_VERSION" != "1.12" ];then
++ -a "$AM_INSTALLED_VERSION" != "1.12" \
++ -a "$AM_INSTALLED_VERSION" != "1.13" ];then
+ echo
+- echo "You must have automake 1.10, 1.11, or 1.12 installed to compile lxpanel."
++ echo "You must have automake >=1.10 installed to compile lxpanel."
+ echo "Install the appropriate package for your distribution,"
+ echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+ exit 1