[arch-commits] Commit in sdl2_gfx/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Thu May 7 04:32:31 UTC 2020


    Date: Thursday, May 7, 2020 @ 04:32:30
  Author: allan
Revision: 382542

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_gfx/repos/extra-x86_64/PKGBUILD
    (from rev 382541, sdl2_gfx/trunk/PKGBUILD)
Deleted:
  sdl2_gfx/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 04:32:14 UTC (rev 382541)
+++ PKGBUILD	2020-05-07 04:32:30 UTC (rev 382542)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=sdl2_gfx
-pkgver=1.0.4
-pkgrel=1
-epoch=1
-pkgdesc="SDL graphics drawing primitives and other support functions (Version 2)"
-url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
-arch=(x86_64)
-license=(zlib)
-depends=(sdl2)
-source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz")
-sha512sums=('81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482')
-
-build() {
-  cd SDL2_gfx-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd SDL2_gfx-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2_gfx/repos/extra-x86_64/PKGBUILD (from rev 382541, sdl2_gfx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 04:32:30 UTC (rev 382542)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=sdl2_gfx
+pkgver=1.0.4
+pkgrel=2
+epoch=1
+pkgdesc="SDL graphics drawing primitives and other support functions (Version 2)"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
+arch=(x86_64)
+license=(zlib)
+depends=(sdl2)
+source=("https://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz")
+sha512sums=('81a100d3c8c3a7c6bd37a23f1290ff10685f8e62fbecd83b0086aae4edc721483e2153cd4219fbd9168f115eea0ea6b25f9be375faf5761f0babdfb1b52fe482')
+
+build() {
+  cd SDL2_gfx-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL2_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list