[arch-commits] Commit in libretro-beetle-supergrafx/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 23 09:48:25 UTC 2020


    Date: Tuesday, June 23, 2020 @ 09:48:25
  Author: alucryd
Revision: 650977

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
    (from rev 650976, libretro-beetle-supergrafx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 09:48:20 UTC (rev 650976)
+++ PKGBUILD	2020-06-23 09:48:25 UTC (rev 650977)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-supergrafx
-pkgver=810
-pkgrel=1
-pkgdesc='NEC SuperGrafx core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-supergrafx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-)
-makedepends=(git)
-source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=49c87096495438021a32c1bd1abd59b6a8b61ce9)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-supergrafx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-beetle-supergrafx
-}
-
-package() {
-  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD (from rev 650976, libretro-beetle-supergrafx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-23 09:48:25 UTC (rev 650977)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-supergrafx
+pkgver=812
+pkgrel=1
+pkgdesc='NEC SuperGrafx core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-supergrafx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=860b55271c53a70b5032015b44cdaec862bca5c7
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-supergrafx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-beetle-supergrafx
+}
+
+package() {
+  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list