[arch-commits] Commit in barrage/repos (10 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Apr 29 12:17:50 UTC 2016


    Date: Friday, April 29, 2016 @ 14:17:49
  Author: jlichtblau
Revision: 172713

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

Added:
  barrage/repos/community-i686/PKGBUILD
    (from rev 172712, barrage/trunk/PKGBUILD)
  barrage/repos/community-i686/barrage.changelog
    (from rev 172712, barrage/trunk/barrage.changelog)
  barrage/repos/community-x86_64/PKGBUILD
    (from rev 172712, barrage/trunk/PKGBUILD)
  barrage/repos/community-x86_64/barrage.changelog
    (from rev 172712, barrage/trunk/barrage.changelog)
Deleted:
  barrage/repos/community-i686/PKGBUILD
  barrage/repos/community-i686/barrage.changelog
  barrage/repos/community-i686/barrage.install
  barrage/repos/community-x86_64/PKGBUILD
  barrage/repos/community-x86_64/barrage.changelog
  barrage/repos/community-x86_64/barrage.install

------------------------------------+
 /PKGBUILD                          |   58 +++++++++++++++++++++++++++++++++++
 /barrage.changelog                 |   10 ++++++
 community-i686/PKGBUILD            |   30 ------------------
 community-i686/barrage.changelog   |    2 -
 community-i686/barrage.install     |   11 ------
 community-x86_64/PKGBUILD          |   30 ------------------
 community-x86_64/barrage.changelog |    2 -
 community-x86_64/barrage.install   |   11 ------
 8 files changed, 68 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-i686/PKGBUILD	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
-
-pkgname=barrage
-pkgver=1.0.4
-pkgrel=3
-pkgdesc="A violent point-and-click shooting game with nice effects"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=Barrage"
-license=('GPL')
-depends=('hicolor-icon-theme' 'sdl_mixer')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: barrage/repos/community-i686/PKGBUILD (from rev 172712, barrage/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 12:17:49 UTC (rev 172713)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+
+pkgname=barrage
+pkgver=1.0.4
+pkgrel=4
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage"
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/barrage.changelog
===================================================================
--- community-i686/barrage.changelog	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-i686/barrage.changelog	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,2 +0,0 @@
-2011-08-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* barrage 1.0.4-1

Copied: barrage/repos/community-i686/barrage.changelog (from rev 172712, barrage/trunk/barrage.changelog)
===================================================================
--- community-i686/barrage.changelog	                        (rev 0)
+++ community-i686/barrage.changelog	2016-04-29 12:17:49 UTC (rev 172713)
@@ -0,0 +1,5 @@
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-4 pacman hooks rebuild
+
+2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-1

Deleted: community-i686/barrage.install
===================================================================
--- community-i686/barrage.install	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-i686/barrage.install	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-x86_64/PKGBUILD	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
-
-pkgname=barrage
-pkgver=1.0.4
-pkgrel=3
-pkgdesc="A violent point-and-click shooting game with nice effects"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=Barrage"
-license=('GPL')
-depends=('hicolor-icon-theme' 'sdl_mixer')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: barrage/repos/community-x86_64/PKGBUILD (from rev 172712, barrage/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 12:17:49 UTC (rev 172713)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+
+pkgname=barrage
+pkgver=1.0.4
+pkgrel=4
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage"
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/barrage.changelog
===================================================================
--- community-x86_64/barrage.changelog	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-x86_64/barrage.changelog	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,2 +0,0 @@
-2011-08-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* barrage 1.0.4-1

Copied: barrage/repos/community-x86_64/barrage.changelog (from rev 172712, barrage/trunk/barrage.changelog)
===================================================================
--- community-x86_64/barrage.changelog	                        (rev 0)
+++ community-x86_64/barrage.changelog	2016-04-29 12:17:49 UTC (rev 172713)
@@ -0,0 +1,5 @@
+2016-04-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-4 pacman hooks rebuild
+
+2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.4-1

Deleted: community-x86_64/barrage.install
===================================================================
--- community-x86_64/barrage.install	2016-04-29 12:17:39 UTC (rev 172712)
+++ community-x86_64/barrage.install	2016-04-29 12:17:49 UTC (rev 172713)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list