[arch-commits] Commit in kodi-addon-game-libretro-snes9x/repos/community-x86_64 (2 files)

Ike Devolder idevolder at archlinux.org
Mon May 3 18:35:11 UTC 2021


    Date: Monday, May 3, 2021 @ 18:35:11
  Author: idevolder
Revision: 927260

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
    (from rev 927259, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 18:35:06 UTC (rev 927259)
+++ PKGBUILD	2021-05-03 18:35:11 UTC (rev 927260)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.60.0.16
-_codename=Matrix
-pkgrel=2
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.snes9x'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('e884322e3cf6dee23254e951fc6790c6be4e26c38c9f872bb680ea199fa1e0c686a8abddb48105bdd8b89cc0e0f62d310e1e0eb3cae4f9b466011b3329daec2c')
-
-build() {
-    cd "game.libretro.snes9x-$pkgver-$_codename"
-    cmake \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DBUILD_SHARED_LIBS=1 \
-        -DUSE_LTO=1 \
-        .
-    make
-}
-
-package() {
-    depends=('kodi-addon-game-libretro' 'libretro-snes9x')
-    cd "game.libretro.snes9x-$pkgver-$_codename"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 927259, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-03 18:35:11 UTC (rev 927260)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-snes9x
+pkgver=1.60.0.17
+_codename=Matrix
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.snes9x'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('afee625f729d790c3ba0ad8baa8f7b46e0573a6d7ac9ac14311b181d4eb020457ff51a391618c48e9ae7354493858f13729bf8219e6527acdc7f3ac1da57303c')
+
+build() {
+    cd "game.libretro.snes9x-$pkgver-$_codename"
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DUSE_LTO=1 \
+        .
+    make
+}
+
+package() {
+    depends=('kodi-addon-game-libretro' 'libretro-snes9x')
+    cd "game.libretro.snes9x-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list