[arch-commits] Commit in libretro-bsnes/repos/community-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Apr 5 19:42:30 UTC 2020


    Date: Sunday, April 5, 2020 @ 19:42:30
  Author: alucryd
Revision: 611922

archrelease: copy trunk to community-x86_64

Added:
  libretro-bsnes/repos/community-x86_64/PKGBUILD
    (from rev 611921, libretro-bsnes/trunk/PKGBUILD)
  libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch
    (from rev 611921, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
Deleted:
  libretro-bsnes/repos/community-x86_64/PKGBUILD
  libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch

----------------------------+
 PKGBUILD                   |   92 +++++++++++++++++++++----------------------
 libretro-bsnes-flags.patch |   48 +++++++++++-----------
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-05 19:42:24 UTC (rev 611921)
+++ PKGBUILD	2020-04-05 19:42:30 UTC (rev 611922)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-bsnes
-pkgver=1196
-pkgrel=1
-epoch=1
-pkgdesc='Super Nintendo Entertainment System cores'
-arch=(x86_64)
-url=https://github.com/libretro/bsnes-libretro
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-source=(
-  libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
-  libretro-bsnes-flags.patch
-)
-sha256sums=(
-  SKIP
-  3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
-)
-
-pkgver() {
-  cd libretro-bsnes
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-bsnes
-
-  patch -Np1 -i ../libretro-bsnes-flags.patch
-}
-
-build() {
-  make -C libretro-bsnes/bsnes target=libretro binary=library local=false platform=linux
-}
-
-package() {
-  install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-bsnes/repos/community-x86_64/PKGBUILD (from rev 611921, libretro-bsnes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-05 19:42:30 UTC (rev 611922)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-bsnes
+pkgver=1198
+pkgrel=1
+epoch=1
+pkgdesc='Super Nintendo Entertainment System cores'
+arch=(x86_64)
+url=https://github.com/libretro/bsnes-libretro
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+source=(
+  libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30
+  libretro-bsnes-flags.patch
+)
+sha256sums=(
+  SKIP
+  3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
+)
+
+pkgver() {
+  cd libretro-bsnes
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-bsnes
+
+  patch -Np1 -i ../libretro-bsnes-flags.patch
+}
+
+build() {
+  make -C libretro-bsnes/bsnes target=libretro binary=library local=false platform=linux
+}
+
+package() {
+  install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-bsnes-flags.patch
===================================================================
--- libretro-bsnes-flags.patch	2020-04-05 19:42:24 UTC (rev 611921)
+++ libretro-bsnes-flags.patch	2020-04-05 19:42:30 UTC (rev 611922)
@@ -1,24 +0,0 @@
-From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Wed, 18 Mar 2020 17:08:25 +0100
-Subject: [PATCH] use system flags
-
----
- nall/GNUmakefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/nall/GNUmakefile b/nall/GNUmakefile
-index 67fb3a15..fddec93d 100755
---- a/nall/GNUmakefile
-+++ b/nall/GNUmakefile
-@@ -127,7 +127,8 @@ endif
-
- # linux settings
- ifeq ($(platform),linux)
--  options += -ldl
-+  flags += ${CXXFLAGS}
-+  options += ${LDFLAGS} -ldl
- endif
-
- # bsd settings
-

Copied: libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch (from rev 611921, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
===================================================================
--- libretro-bsnes-flags.patch	                        (rev 0)
+++ libretro-bsnes-flags.patch	2020-04-05 19:42:30 UTC (rev 611922)
@@ -0,0 +1,24 @@
+From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin <alucryd at archlinux.org>
+Date: Wed, 18 Mar 2020 17:08:25 +0100
+Subject: [PATCH] use system flags
+
+---
+ nall/GNUmakefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/nall/GNUmakefile b/nall/GNUmakefile
+index 67fb3a15..fddec93d 100755
+--- a/nall/GNUmakefile
++++ b/nall/GNUmakefile
+@@ -127,7 +127,8 @@ endif
+
+ # linux settings
+ ifeq ($(platform),linux)
+-  options += -ldl
++  flags += ${CXXFLAGS}
++  options += ${LDFLAGS} -ldl
+ endif
+
+ # bsd settings
+



More information about the arch-commits mailing list