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

Ike Devolder idevolder at gemini.archlinux.org
Thu Oct 21 04:57:15 UTC 2021


    Date: Thursday, October 21, 2021 @ 04:57:15
  Author: idevolder
Revision: 1031802

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-21 04:57:11 UTC (rev 1031801)
+++ PKGBUILD	2021-10-21 04:57:15 UTC (rev 1031802)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-flycast
-pkgver=0.1.0.39
-_codename=Matrix
-pkgrel=1
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.reicast'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-flycast')
-replaces=('kodi-addon-game-libretro-reicast')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.reicast/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('0d3b478084cee78c5019284c11b0acb42bfd4134cf18034d43855182e48c9e1359668d5f459dabab68cf7941a98810c6a38734e0664442cbc52674b918ef571f')
-
-build() {
-    cd "game.libretro.flycast-$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-flycast')
-    cd "game.libretro.flycast-$pkgver-$_codename"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 1031801, kodi-addon-game-libretro-flycast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-21 04:57:15 UTC (rev 1031802)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-flycast
+pkgver=0.1.0.39
+_codename=Matrix
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.reicast'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-flycast')
+replaces=('kodi-addon-game-libretro-reicast')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.reicast/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('0d3b478084cee78c5019284c11b0acb42bfd4134cf18034d43855182e48c9e1359668d5f459dabab68cf7941a98810c6a38734e0664442cbc52674b918ef571f')
+
+build() {
+    cd "game.libretro.flycast-$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-flycast')
+    cd "game.libretro.flycast-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list