summaryrefslogtreecommitdiff
path: root/community/wbar
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/wbar
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/wbar')
-rw-r--r--community/wbar/PKGBUILD28
-rw-r--r--community/wbar/wbar.changelog12
2 files changed, 40 insertions, 0 deletions
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
new file mode 100644
index 000000000..3d20bcbd6
--- /dev/null
+++ b/community/wbar/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 76682 2012-09-26 19:34:38Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=wbar
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A quick launch bar developed with speed in mind"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/wbar"
+license=('GPL')
+depends=('libglade' 'imlib2' 'gcc-libs')
+makedepends=('intltool')
+source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tgz)
+sha256sums=('46a69849e4436529aefb5cfb2c94b520d05a53c237e7773b90207f67f97a93e3')
+
+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..95467b033
--- /dev/null
+++ b/community/wbar/wbar.changelog
@@ -0,0 +1,12 @@
+2012-09-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * wbar 2.3.4-1
+
+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