[arch-commits] Commit in guichan/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 20:03:28 UTC 2018


    Date: Thursday, June 7, 2018 @ 20:03:27
  Author: arojas
Revision: 341896

archrelease: copy trunk to community-x86_64

Added:
  guichan/repos/community-x86_64/PKGBUILD
    (from rev 341894, guichan/trunk/PKGBUILD)
Deleted:
  guichan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 20:03:26 UTC (rev 341895)
+++ PKGBUILD	2018-06-07 20:03:27 UTC (rev 341896)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Bjørn Lindeijer <bjorn at lindeijer.nl>
-
-pkgname=guichan
-pkgver=0.8.2
-pkgrel=5
-pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL."
-arch=('x86_64')
-url="http://guichan.sourceforge.net/"
-license=('BSD')
-makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
-options=('!strip')
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  CXXFLAGS="-g" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix="${pkgdir}"/usr install
-
-# Install the license, as required for BSD
-  install -m644 -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: guichan/repos/community-x86_64/PKGBUILD (from rev 341894, guichan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 20:03:27 UTC (rev 341896)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Bjørn Lindeijer <bjorn at lindeijer.nl>
+
+pkgname=guichan
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL."
+arch=('x86_64')
+url="http://guichan.sourceforge.net/"
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
+options=('!strip')
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  CXXFLAGS="-g" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix="${pkgdir}"/usr install
+
+# Install the license, as required for BSD
+  install -m644 -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list