[arch-commits] Commit in libretro-genesis-plus-gx/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Dec 22 15:53:54 UTC 2017
Date: Friday, December 22, 2017 @ 15:53:53
Author: alucryd
Revision: 275520
archrelease: copy trunk to community-x86_64
Added:
libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
(from rev 275519, libretro-genesis-plus-gx/trunk/PKGBUILD)
Deleted:
libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 40 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-22 15:53:45 UTC (rev 275519)
+++ PKGBUILD 2017-12-22 15:53:53 UTC (rev 275520)
@@ -1,44 +0,0 @@
-# $Id$
-# 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=1111
-pkgrel=1
-pkgdesc='Sega MS/GG/MD/CD core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/Genesis-Plus-GX'
-license=('BSD' 'LGPL2.1')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-_commit='afa38e3e37f542b597e000cee973acabe3b2fd9e'
-source=("libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}"
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
-sha256sums=('SKIP'
- 'ef74514ba5836e93dba7eb17d092590d1c34fbca644a1c3ec55a832a8d1f8717')
-
-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 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
-
- 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 275519, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-22 15:53:53 UTC (rev 275520)
@@ -0,0 +1,40 @@
+# $Id$
+# 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=1366
+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=('glibc' 'libretro-core-info')
+makedepends=('git')
+_commit='5c515fb88ea15a8898f3d5768a994b1752fb511b'
+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:
More information about the arch-commits
mailing list