[arch-commits] Commit in wbar/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Dec 6 19:15:08 UTC 2015
Date: Sunday, December 6, 2015 @ 20:15:08
Author: foutrelis
Revision: 149077
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
wbar/repos/community-staging-i686/
wbar/repos/community-staging-i686/PKGBUILD
(from rev 149076, wbar/trunk/PKGBUILD)
wbar/repos/community-staging-i686/wbar.changelog
(from rev 149076, wbar/trunk/wbar.changelog)
wbar/repos/community-staging-x86_64/
wbar/repos/community-staging-x86_64/PKGBUILD
(from rev 149076, wbar/trunk/PKGBUILD)
wbar/repos/community-staging-x86_64/wbar.changelog
(from rev 149076, wbar/trunk/wbar.changelog)
-----------------------------------------+
community-staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-staging-i686/wbar.changelog | 12 ++++++++++++
community-staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-staging-x86_64/wbar.changelog | 12 ++++++++++++
4 files changed, 80 insertions(+)
Copied: wbar/repos/community-staging-i686/PKGBUILD (from rev 149076, wbar/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 19:15:08 UTC (rev 149077)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=wbar
+pkgver=2.3.4
+pkgrel=3
+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
+}
Copied: wbar/repos/community-staging-i686/wbar.changelog (from rev 149076, wbar/trunk/wbar.changelog)
===================================================================
--- community-staging-i686/wbar.changelog (rev 0)
+++ community-staging-i686/wbar.changelog 2015-12-06 19:15:08 UTC (rev 149077)
@@ -0,0 +1,12 @@
+2012-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.3.4-1
+
+2011-05-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.2.2-1
+
+2011-01-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.1.1-1
+
+2008-10-13 Allan McRae <allan at archlinux.org>
+ * wbar 1.3.3-2
+ * Moved to [community] repo
Copied: wbar/repos/community-staging-x86_64/PKGBUILD (from rev 149076, wbar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 19:15:08 UTC (rev 149077)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=wbar
+pkgver=2.3.4
+pkgrel=3
+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
+}
Copied: wbar/repos/community-staging-x86_64/wbar.changelog (from rev 149076, wbar/trunk/wbar.changelog)
===================================================================
--- community-staging-x86_64/wbar.changelog (rev 0)
+++ community-staging-x86_64/wbar.changelog 2015-12-06 19:15:08 UTC (rev 149077)
@@ -0,0 +1,12 @@
+2012-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.3.4-1
+
+2011-05-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.2.2-1
+
+2011-01-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * wbar 2.1.1-1
+
+2008-10-13 Allan McRae <allan at archlinux.org>
+ * wbar 1.3.3-2
+ * Moved to [community] repo
More information about the arch-commits
mailing list