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

Ike Devolder idevolder at gemini.archlinux.org
Mon Feb 28 15:36:51 UTC 2022


    Date: Monday, February 28, 2022 @ 15:36:50
  Author: idevolder
Revision: 1138484

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 15:36:46 UTC (rev 1138483)
+++ PKGBUILD	2022-02-28 15:36:50 UTC (rev 1138484)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-scummvm
-pkgver=2.1.1.20
-_codename=Matrix
-pkgrel=3
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.scummvm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-scummvm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('030588738c08d320dc384667212e6e9d77f46134babecaeb31b6d43af2def16356a30ea2029e1b8faaf8dbdcfc4d5d1bb4ec9ee97d58c0de882e72a01294dd27')
-
-build() {
-    cd "game.libretro.scummvm-$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-scummvm')
-    cd "game.libretro.scummvm-$pkgver-$_codename"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD (from rev 1138483, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 15:36:50 UTC (rev 1138484)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-scummvm
+pkgver=2.1.1.23
+_codename=Matrix
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.scummvm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-scummvm')
+options=(!lto debug)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('c864aa40bdbc989e94349b8356b860a7e968b67c9d3772386385f029d47a0991f8feee9a633d776473975d4729910bb59c0aa9d127141169dce78c0e7848e3e2')
+
+build() {
+    cd "game.libretro.scummvm-$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-scummvm')
+    cd "game.libretro.scummvm-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list