summaryrefslogtreecommitdiff
path: root/community/wbar
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/wbar
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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