[arch-commits] Commit in libretro-genesis-plus-gx/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 12:13:50 UTC 2021


    Date: Wednesday, July 28, 2021 @ 12:13:50
  Author: alucryd
Revision: 988837

archrelease: copy trunk to community-x86_64

Added:
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
    (from rev 988836, libretro-genesis-plus-gx/trunk/PKGBUILD)
Deleted:
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 12:13:45 UTC (rev 988836)
+++ PKGBUILD	2021-07-28 12:13:50 UTC (rev 988837)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
-# Contributor: prettyvanilla <prettyvanilla at posteo.at>
-# Contributor: almostalive <almostalive2003 at gmail.com>
-
-pkgname=libretro-genesis-plus-gx
-pkgver=1580
-pkgrel=1
-pkgdesc='Sega MS/GG/MD/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/Genesis-Plus-GX
-license=(BSD LGPL2.1)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=50551066f71f8a5ea782ea3747891fd6d24ebe67)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-genesis-plus-gx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-genesis-plus-gx -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-genesis-plus-gx/genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-genesis-plus-gx/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 988836, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-28 12:13:50 UTC (rev 988837)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-genesis-plus-gx
+pkgver=1786
+pkgrel=1
+pkgdesc='Sega MS/GG/MD/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/Genesis-Plus-GX
+license=(BSD LGPL2.1)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  libvorbis
+  zlib
+)
+makedepends=(git)
+_commit=d2291c5fbb080b6325b0ab7b22a5145fcf69c171
+source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    SHARED_LIBVORBIS=1 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-genesis-plus-gx \
+    -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-genesis-plus-gx/genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-genesis-plus-gx/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list