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

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 08:12:50 UTC 2018


    Date: Saturday, December 8, 2018 @ 08:12:49
  Author: alucryd
Revision: 412215

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 08:12:41 UTC (rev 412214)
+++ PKGBUILD	2018-12-08 08:12:49 UTC (rev 412215)
@@ -1,40 +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=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:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 412214, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 08:12:49 UTC (rev 412215)
@@ -0,0 +1,39 @@
+# 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:



More information about the arch-commits mailing list