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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 03:03:23 UTC 2014


    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 <dragonlord at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at 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
-}

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 <dragonlord at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+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 <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 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 <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

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 <dragonlord at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at 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
-}

Copied: wbar/repos/community-x86_64/PKGBUILD (from rev 115256, wbar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-07 03:03:22 UTC (rev 115257)
@@ -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=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-x86_64/wbar.changelog
===================================================================
--- community-x86_64/wbar.changelog	2014-07-07 03:02:49 UTC (rev 115256)
+++ community-x86_64/wbar.changelog	2014-07-07 03:03:22 UTC (rev 115257)
@@ -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 115256, wbar/trunk/wbar.changelog)
===================================================================
--- community-x86_64/wbar.changelog	                        (rev 0)
+++ community-x86_64/wbar.changelog	2014-07-07 03:03:22 UTC (rev 115257)
@@ -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