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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 23 09:47:34 UTC 2020


    Date: Tuesday, June 23, 2020 @ 09:47:34
  Author: alucryd
Revision: 650973

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 09:47:27 UTC (rev 650972)
+++ PKGBUILD	2020-06-23 09:47:34 UTC (rev 650973)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-beetle-pce
-pkgver=1019
-pkgrel=1
-pkgdesc='NEC PC Engine/Supergrafx/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-)
-makedepends=(git)
-source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=a54a259bb6f26ffca438a2e2ddda27a67d424981)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-beetle-pce
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce/mednafen_pce_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

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



More information about the arch-commits mailing list