summaryrefslogtreecommitdiff
path: root/community/wbar
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-22 22:46:00 +0000
committerroot <root@rshg047.dnsready.net>2011-05-22 22:46:00 +0000
commit3837a11a2a471b9db222d8eb6ed7d2fb9d1778c6 (patch)
treeb16474ab1e00c05c11f602c89c6ea093f8d8f0d7 /community/wbar
parent0fdfc2325867395ad4262d06b2d89955ac3cf6a4 (diff)
Sun May 22 22:46:00 UTC 2011
Diffstat (limited to 'community/wbar')
-rw-r--r--community/wbar/PKGBUILD21
-rw-r--r--community/wbar/wbar.changelog9
2 files changed, 23 insertions, 7 deletions
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
index d02fa85b2..ffed2afe7 100644
--- a/community/wbar/PKGBUILD
+++ b/community/wbar/PKGBUILD
@@ -1,21 +1,28 @@
-# $Id: PKGBUILD 38239 2011-01-23 22:13:38Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# $Id: PKGBUILD 47294 2011-05-21 08:20:51Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=wbar
-pkgver=2.1.1
+pkgver=2.2.2
pkgrel=1
+pkgdesc="A quick launch bar developed with speed in mind"
arch=('i686' 'x86_64')
-depends=('imlib2' 'gcc-libs')
-optdepends=('libglade')
-pkgdesc="A quick launch bar developed with speed in mind."
url="http://code.google.com/p/wbar"
license=('GPL')
+depends=('libglade' 'imlib2' 'gcc-libs')
+makedepends=('intltool')
source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('637433fc2995a0e45e644fd992e970f6')
+sha256sums=('0d7ae78d02d52cdb046a47286341ad6ff42dd9aff667f7d389b4f352046d4db0')
build() {
cd $srcdir/$pkgname-$pkgver
+
./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
make
+}
+
+package () {
+ cd $srcdir/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/wbar/wbar.changelog b/community/wbar/wbar.changelog
new file mode 100644
index 000000000..17916badd
--- /dev/null
+++ b/community/wbar/wbar.changelog
@@ -0,0 +1,9 @@
+2011-05-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * wbar 2.2.2-1
+
+2011-01-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * wbar 2.1.1-1
+
+2008-10-13 Allan McRae <allan@archlinux.org>
+ * wbar 1.3.3-2
+ * Moved to [community] repo