[arch-commits] Commit in (wbar)

2017-10-21 Thread Jaroslav Lichtblau
Date: Saturday, October 21, 2017 @ 17:27:33
  Author: jlichtblau
Revision: 263875

wbar dumped from [community]
code.google.com retirement cleanup

Deleted:
  wbar/


[arch-commits] Commit in wbar/trunk (PKGBUILD)

2016-02-28 Thread Jaroslav Lichtblau
Date: Sunday, February 28, 2016 @ 10:44:14
  Author: jlichtblau
Revision: 163655

googlecode -> github

Modified:
  wbar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 09:37:23 UTC (rev 163654)
+++ PKGBUILD2016-02-28 09:44:14 UTC (rev 163655)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Sergej Pupykin 
 
 pkgname=wbar
@@ -7,7 +7,7 @@
 pkgrel=4
 pkgdesc="A quick launch bar developed with speed in mind"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/wbar";
+url="https://github.com/rodolf0/wbar";
 license=('GPL')
 depends=('libglade' 'imlib2' 'gcc-libs')
 makedepends=('intltool')


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

2016-01-08 Thread Jaroslav Lichtblau
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 
-# Contributor: Sergej Pupykin 
-
-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 
+# Contributor: Sergej Pupykin 
+
+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 
-   * wbar 2.3.4-1
-
-2011-05-21  Jaroslav Lichtblau 
-   * wbar 2.2.2-1
-
-2011-01-17  Jaroslav Lichtblau 
-   * wbar 2.1.1-1
-
-2008-10-13  Allan McRae 
-   * 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 
+   * wbar 2.3.4-4 bash_completion file location fix
+
+2012-09-26  Jaroslav Lichtblau 
+   * wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau 
+   * wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau 
+   * wbar 2.1.1-1
+
+2008-10-13  Allan McRae 
+   * 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 
-# Contributor: Sergej Pupykin 
-
-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/fi

[arch-commits] Commit in wbar/trunk (PKGBUILD wbar.changelog)

2016-01-08 Thread Jaroslav Lichtblau
Date: Saturday, January 9, 2016 @ 07:34:20
  Author: jlichtblau
Revision: 155764

upgpkg: wbar 2.3.4-4 - bash_completion file location fix

Modified:
  wbar/trunk/PKGBUILD
  wbar/trunk/wbar.changelog

+
 PKGBUILD   |   12 
 wbar.changelog |9 ++---
 2 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 06:06:07 UTC (rev 155763)
+++ PKGBUILD2016-01-09 06:34:20 UTC (rev 155764)
@@ -4,7 +4,7 @@
 
 pkgname=wbar
 pkgver=2.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A quick launch bar developed with speed in mind"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/wbar";
@@ -14,8 +14,12 @@
 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
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
   make
@@ -22,7 +26,7 @@
 }
 
 package () {
-  cd $srcdir/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: wbar.changelog
===
--- wbar.changelog  2016-01-09 06:06:07 UTC (rev 155763)
+++ wbar.changelog  2016-01-09 06:34:20 UTC (rev 155764)
@@ -1,10 +1,13 @@
-2012-09-26  Jaroslav Lichtblau 
+2016-01-09  Jaroslav Lichtblau 
+   * wbar 2.3.4-4 bash_completion file location fix
+
+2012-09-26  Jaroslav Lichtblau 
* wbar 2.3.4-1
 
-2011-05-21  Jaroslav Lichtblau 
+2011-05-21  Jaroslav Lichtblau 
* wbar 2.2.2-1
 
-2011-01-17  Jaroslav Lichtblau 
+2011-01-17  Jaroslav Lichtblau 
* wbar 2.1.1-1
 
 2008-10-13  Allan McRae 


[arch-commits] Commit in wbar/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 20:15:00
  Author: foutrelis
Revision: 149076

C++11 ABI rebuild

Modified:
  wbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 19:14:38 UTC (rev 149075)
+++ PKGBUILD2015-12-06 19:15:00 UTC (rev 149076)
@@ -4,7 +4,7 @@
 
 pkgname=wbar
 pkgver=2.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A quick launch bar developed with speed in mind"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/wbar";


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

2015-12-06 Thread Evangelos Foutras
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 
+# Contributor: Sergej Pupykin 
+
+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 
+   * wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau 
+   * wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau 
+   * wbar 2.1.1-1
+
+2008-10-13  Allan McRae 
+   * 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 
+# Contributor: Sergej Pupykin 
+
+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 
+   * wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau 
+   * wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau 
+   * wbar 2.1.1-1
+
+2008-10-13  Allan McRae 
+   * wbar 1.3.3-2
+   * Moved to [community] repo


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

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 05:03:22
  Author: fyan
Revision: 115257

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

Added:
  wbar/repos/community-i686/PKGBUILD
(from rev 115256, wbar/trunk/PKGBUILD)
  wbar/repos/community-i686/wbar.changelog
(from rev 115256, wbar/trunk/wbar.changelog)
  wbar/repos/community-x86_64/PKGBUILD
(from rev 115256, wbar/trunk/PKGBUILD)
  wbar/repos/community-x86_64/wbar.changelog
(from rev 115256, 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   |   56 ++
 /wbar.changelog |   24 
 community-i686/PKGBUILD |   28 ---
 community-i686/wbar.changelog   |   12 
 community-x86_64/PKGBUILD   |   28 ---
 community-x86_64/wbar.changelog |   12 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 03:02:49 UTC (rev 115256)
+++ community-i686/PKGBUILD 2014-07-07 03:03:22 UTC (rev 115257)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-
-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
-}

Copied: wbar/repos/community-i686/PKGBUILD (from rev 115256, 
wbar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-07 03:03:22 UTC (rev 115257)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+
+pkgname=wbar
+pkgver=2.3.4
+pkgrel=2
+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
+}

Deleted: community-i686/wbar.changelog
===
--- community-i686/wbar.changelog   2014-07-07 03:02:49 UTC (rev 115256)
+++ community-i686/wbar.changelog   2014-07-07 03:03:22 UTC (rev 115257)
@@ -1,12 +0,0 @@
-2012-09-26  Jaroslav Lichtblau 
-   * wbar 2.3.4-1
-
-2011-05-21  Jaroslav Lichtblau 
-   * wbar 2.2.2-1
-
-2011-01-17  Jaroslav Lichtblau 
-   * wbar 2.1.1-1
-
-2008-10-13  Allan McRae 
-   * wbar 1.3.3-2
-   * Moved to [community] repo

Copied: wbar/repos/community-i686/wbar.changelog (from rev 115256, 
wbar/trunk/wbar.changelog)
===
--- community-i686/wbar.changelog   (rev 0)
+++ community-i686/wbar.changelog   2014-07-07 03:03:22 UTC (rev 115257)
@@ -0,0 +1,12 @@
+2012-09-26  Jaroslav Lichtblau 
+   * wbar 2.3.4-1
+
+2011-05-21  Jaroslav Lichtblau 
+   * wbar 2.2.2-1
+
+2011-01-17  Jaroslav Lichtblau 
+   * wbar 2.1.1-1
+
+2008-10-13  Allan McRae 
+   * wbar 1.3.3-2
+   * Moved to [community] repo

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-07 03:02:49 UTC (rev 115256)
+++ community-x86_64/PKGBUILD   2014-07-07 03:03:22 UTC (rev 115257)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-
-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
-}
-
-packag

[arch-commits] Commit in wbar/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 05:02:49
  Author: fyan
Revision: 115256

upgpkg: wbar 2.3.4-2

mtree rebuild

Modified:
  wbar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 03:02:25 UTC (rev 115255)
+++ PKGBUILD2014-07-07 03:02:49 UTC (rev 115256)
@@ -4,7 +4,7 @@
 
 pkgname=wbar
 pkgver=2.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A quick launch bar developed with speed in mind"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/wbar";