[arch-commits] Commit in libretro-genesis-plus-gx/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 23 15:17:10 UTC 2020
Date: Thursday, January 23, 2020 @ 15:17:10
Author: alucryd
Revision: 554971
archrelease: copy trunk to community-x86_64
Added:
libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
(from rev 554970, libretro-genesis-plus-gx/trunk/PKGBUILD)
Deleted:
libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 34 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-23 15:17:02 UTC (rev 554970)
+++ PKGBUILD 2020-01-23 15:17:10 UTC (rev 554971)
@@ -1,39 +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=1471
-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)
-_commit='5993fd8295bafe7b7b132375f6b9dcdda0129e54'
-source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-genesis-plus-gx
-
- git rev-list --count HEAD
-}
-
-build() {
- cd libretro-genesis-plus-gx
-
- make -f Makefile.libretro
-}
-
-package() {
- cd libretro-genesis-plus-gx
-
- install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
- install -Dm 644 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 554970, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-23 15:17:10 UTC (rev 554971)
@@ -0,0 +1,34 @@
+# 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=1559
+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=92b35285bb07b7ab82f0d2aae12a7ab8f17107e7)
+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:
More information about the arch-commits
mailing list