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

Ike Devolder idevolder at gemini.archlinux.org
Wed Oct 20 10:47:36 UTC 2021


    Date: Wednesday, October 20, 2021 @ 10:47:36
  Author: idevolder
Revision: 1031356

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
    (from rev 1031355, 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-10-20 10:47:32 UTC (rev 1031355)
+++ PKGBUILD	2021-10-20 10:47:36 UTC (rev 1031356)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.60.0.22
-_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=('8c49bec6c9384d7e435c5bf33633317962fe174f0ddd0737983568320ed032408638ad49d6cf11f2bb296ef141a3051cd2325df4d88c0d7a5adaf1736d579a67')
-
-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 1031355, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-20 10:47:36 UTC (rev 1031356)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-snes9x
+pkgver=1.60.0.27
+_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=('91635a3984afb36be97769ef8527ff54f8ca81cc81c809d302324faa8ebe5efcdbe5eda3c2be3bf2ffa44cf6d3f1dafaff72112c831260c454d01295f3ab1429')
+
+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