[arch-commits] Commit in wbar/repos (8 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 9 06:34:39 UTC 2016


    Date: Saturday, January 9, 2016 @ 07:34:39
  Author: jlichtblau
Revision: 155765

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wbar/repos/community-i686/PKGBUILD
    (from rev 155764, wbar/trunk/PKGBUILD)
  wbar/repos/community-i686/wbar.changelog
    (from rev 155764, wbar/trunk/wbar.changelog)
  wbar/repos/community-x86_64/PKGBUILD
    (from rev 155764, wbar/trunk/PKGBUILD)
  wbar/repos/community-x86_64/wbar.changelog
    (from rev 155764, wbar/trunk/wbar.changelog)
Deleted:
  wbar/repos/community-i686/PKGBUILD
  wbar/repos/community-i686/wbar.changelog
  wbar/repos/community-x86_64/PKGBUILD
  wbar/repos/community-x86_64/wbar.changelog

---------------------------------+
 /PKGBUILD                       |   64 ++++++++++++++++++++++++++++++++++++++
 /wbar.changelog                 |   30 +++++++++++++++++
 community-i686/PKGBUILD         |   28 ----------------
 community-i686/wbar.changelog   |   12 -------
 community-x86_64/PKGBUILD       |   28 ----------------
 community-x86_64/wbar.changelog |   12 -------
 6 files changed, 94 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-09 06:34:20 UTC (rev 155764)
+++ community-i686/PKGBUILD	2016-01-09 06:34:39 UTC (rev 155765)
@@ -1,28 +0,0 @@
-# $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-i686/PKGBUILD (from rev 155764, wbar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-09 06:34:39 UTC (rev 155765)
@@ -0,0 +1,32 @@
+# $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=4
+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')
+
+prepare() {
+  sed -i 's:etc/bash_completion.d:usr/share/bash-completion/completions/:' $pkgname-$pkgver/etc/Makefile.{am,in}
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/wbar.changelog
===================================================================
--- community-i686/wbar.changelog	2016-01-09 06:34:20 UTC (rev 155764)
+++ community-i686/wbar.changelog	2016-01-09 06:34:39 UTC (rev 155765)
@@ -1,12 +0,0 @@
-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-i686/wbar.changelog (from rev 155764, wbar/trunk/wbar.changelog)
===================================================================
--- community-i686/wbar.changelog	                        (rev 0)
+++ community-i686/wbar.changelog	2016-01-09 06:34:39 UTC (rev 155765)
@@ -0,0 +1,15 @@
+2016-01-09  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.3.4-4 bash_completion file location fix
+
+2012-09-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau <svetlemodry at 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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-09 06:34:20 UTC (rev 155764)
+++ community-x86_64/PKGBUILD	2016-01-09 06:34:39 UTC (rev 155765)
@@ -1,28 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 155764, wbar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-09 06:34:39 UTC (rev 155765)
@@ -0,0 +1,32 @@
+# $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=4
+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')
+
+prepare() {
+  sed -i 's:etc/bash_completion.d:usr/share/bash-completion/completions/:' $pkgname-$pkgver/etc/Makefile.{am,in}
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/wbar.changelog
===================================================================
--- community-x86_64/wbar.changelog	2016-01-09 06:34:20 UTC (rev 155764)
+++ community-x86_64/wbar.changelog	2016-01-09 06:34:39 UTC (rev 155765)
@@ -1,12 +0,0 @@
-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-x86_64/wbar.changelog (from rev 155764, wbar/trunk/wbar.changelog)
===================================================================
--- community-x86_64/wbar.changelog	                        (rev 0)
+++ community-x86_64/wbar.changelog	2016-01-09 06:34:39 UTC (rev 155765)
@@ -0,0 +1,15 @@
+2016-01-09  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.3.4-4 bash_completion file location fix
+
+2012-09-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau <svetlemodry at 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