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

Ike Devolder idevolder at gemini.archlinux.org
Sun Aug 1 09:30:49 UTC 2021


    Date: Sunday, August 1, 2021 @ 09:30:48
  Author: idevolder
Revision: 991917

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-flycast/repos/community-x86_64/PKGBUILD
    (from rev 991916, 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-08-01 09:30:43 UTC (rev 991916)
+++ PKGBUILD	2021-08-01 09:30:48 UTC (rev 991917)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-flycast
-pkgver=0.1.0.34
-_codename=Matrix
-pkgrel=5
-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=('da89ae24acbe09d8e48eb30e50b6d10335f234493008185cf79d2dd17db7eefdc46088806ea43115c4db50a25ff921cf82db46de2aff45ad97cfcfd424983cc1')
-
-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 991916, kodi-addon-game-libretro-flycast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-01 09:30:48 UTC (rev 991917)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-flycast
+pkgver=0.1.0.34
+_codename=Matrix
+pkgrel=6
+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=('da89ae24acbe09d8e48eb30e50b6d10335f234493008185cf79d2dd17db7eefdc46088806ea43115c4db50a25ff921cf82db46de2aff45ad97cfcfd424983cc1')
+
+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