summaryrefslogtreecommitdiff
path: root/community/wbar
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/wbar
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/wbar')
-rw-r--r--community/wbar/PKGBUILD28
-rw-r--r--community/wbar/wbar.changelog12
2 files changed, 0 insertions, 40 deletions
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
deleted file mode 100644
index 3d20bcbd6..000000000
--- a/community/wbar/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $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
deleted file mode 100644
index 95467b033..000000000
--- a/community/wbar/wbar.changelog
+++ /dev/null
@@ -1,12 +0,0 @@
-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