[arch-commits] Commit in (12 files)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 2 10:00:53 UTC 2020


    Date: Tuesday, June 2, 2020 @ 10:00:52
  Author: alucryd
Revision: 637975

replace libretro-redream with libretro-retrodream

Added:
  libretro-retrodream/
  libretro-retrodream/trunk/
  libretro-retrodream/trunk/PKGBUILD
Modified:
  libretro-beetle-pce/trunk/PKGBUILD
  libretro-bsnes2014/trunk/PKGBUILD
  libretro-bsnes2014/trunk/libretro-bsnes2014-flags.patch
Deleted:
  dotnet-sdk/
  lib32-libmbim/
  lib32-libnm/
  lib32-libqmi/
  libretro-mupen64plus/
  libretro-redream/

---------------------------------------------------------+
 libretro-beetle-pce/trunk/PKGBUILD                      |    2 
 libretro-bsnes2014/trunk/PKGBUILD                       |    6 --
 libretro-bsnes2014/trunk/libretro-bsnes2014-flags.patch |    8 ---
 libretro-retrodream/trunk/PKGBUILD                      |   37 ++++++++++++++
 4 files changed, 40 insertions(+), 13 deletions(-)

Modified: libretro-beetle-pce/trunk/PKGBUILD
===================================================================
--- libretro-beetle-pce/trunk/PKGBUILD	2020-06-02 09:39:25 UTC (rev 637974)
+++ libretro-beetle-pce/trunk/PKGBUILD	2020-06-02 10:00:52 UTC (rev 637975)
@@ -3,7 +3,7 @@
 pkgname=libretro-beetle-pce
 pkgver=1019
 pkgrel=1
-pkgdesc='NEC PC Engine/Supergrafx/CD core'
+pkgdesc='NEC PC Engine/SuperGrafx/CD core'
 arch=(x86_64)
 url=https://github.com/libretro/beetle-pce-libretro
 license=(GPL2)

Modified: libretro-bsnes2014/trunk/PKGBUILD
===================================================================
--- libretro-bsnes2014/trunk/PKGBUILD	2020-06-02 09:39:25 UTC (rev 637974)
+++ libretro-bsnes2014/trunk/PKGBUILD	2020-06-02 10:00:52 UTC (rev 637975)
@@ -15,10 +15,8 @@
   libretro-bsnes2014::git+https://github.com/libretro/bsnes-libretro#commit=feb8c10c672094e689ed057a278c2b354e113f32
   libretro-bsnes2014-flags.patch
 )
-sha256sums=(
-  SKIP
-  952646fac97a7899802e12415045650bff21aae508c1f66e220cfa2881f3ae02
-)
+sha256sums=('SKIP'
+            '9898d71c690d596a842db562b33351c6a7a887cca84b45fccb8197499df5f9f8')
 
 pkgver() {
   cd libretro-bsnes2014

Modified: libretro-bsnes2014/trunk/libretro-bsnes2014-flags.patch
===================================================================
--- libretro-bsnes2014/trunk/libretro-bsnes2014-flags.patch	2020-06-02 09:39:25 UTC (rev 637974)
+++ libretro-bsnes2014/trunk/libretro-bsnes2014-flags.patch	2020-06-02 10:00:52 UTC (rev 637975)
@@ -1,11 +1,3 @@
-diff -rupN libretro-bsnes.orig/.git/FETCH_HEAD libretro-bsnes/.git/FETCH_HEAD
---- libretro-bsnes.orig/.git/FETCH_HEAD	1970-01-01 01:00:00.000000000 +0100
-+++ libretro-bsnes/.git/FETCH_HEAD	2018-12-07 18:31:25.943337424 +0100
-@@ -0,0 +1,3 @@
-+2a0b1a4f0b47100a781e025b085cb7ed88798527	not-for-merge	branch '096' of /home/alucryd/Packages/src/libretro-bsnes
-+c6e90ddcdfdc5ca1b56319df662912b3c026d78f	not-for-merge	branch 'libretro' of /home/alucryd/Packages/src/libretro-bsnes
-+95350550af6c76b57593dea980b5c3a27e5bf09e	not-for-merge	branch 'master' of /home/alucryd/Packages/src/libretro-bsnes
-Binary files libretro-bsnes.orig/.git/index and libretro-bsnes/.git/index differ
 diff -rupN libretro-bsnes.orig/Makefile libretro-bsnes/Makefile
 --- libretro-bsnes.orig/Makefile	2018-12-07 18:09:48.766873570 +0100
 +++ libretro-bsnes/Makefile	2018-12-07 18:22:39.006021877 +0100

Added: libretro-retrodream/trunk/PKGBUILD
===================================================================
--- libretro-retrodream/trunk/PKGBUILD	                        (rev 0)
+++ libretro-retrodream/trunk/PKGBUILD	2020-06-02 10:00:52 UTC (rev 637975)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-retrodream
+pkgver=1096
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/retrodream
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+replaces=(libretro-redream)
+source=(libretro-retrodream::git+https://github.com/libretro/retrodream.git#commit=f7814c2f0faaf56a5081b62f660f64c5e123227e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-retrodream
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-retrodream/deps/libretro
+}
+
+package() {
+  install -Dm 644 libretro-retrodream/deps/libretro/retrodream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list