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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:04:08 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:04:08
  Author: felixonmars
Revision: 659092

archrelease: copy trunk to community-staging-x86_64

Added:
  barrage/repos/community-staging-x86_64/
  barrage/repos/community-staging-x86_64/PKGBUILD
    (from rev 659089, barrage/trunk/PKGBUILD)
  barrage/repos/community-staging-x86_64/barrage.changelog
    (from rev 659089, barrage/trunk/barrage.changelog)

-------------------+
 PKGBUILD          |   28 ++++++++++++++++++++++++++++
 barrage.changelog |    8 ++++++++
 2 files changed, 36 insertions(+)

Copied: barrage/repos/community-staging-x86_64/PKGBUILD (from rev 659089, barrage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:04:08 UTC (rev 659092)
@@ -0,0 +1,28 @@
+# 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.5
+pkgrel=2
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage"
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('a78897ab6a8cf6d53d4093bb8abae204ddfa3a22c5cab9e76220e4987de76904')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: barrage/repos/community-staging-x86_64/barrage.changelog (from rev 659089, barrage/trunk/barrage.changelog)
===================================================================
--- community-staging-x86_64/barrage.changelog	                        (rev 0)
+++ community-staging-x86_64/barrage.changelog	2020-07-07 16:04:08 UTC (rev 659092)
@@ -0,0 +1,8 @@
+2019-09-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* barrage 1.0.5-1
+
+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



More information about the arch-commits mailing list