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

Ike Devolder idevolder at archlinux.org
Sun May 9 15:41:45 UTC 2021


    Date: Sunday, May 9, 2021 @ 15:41:45
  Author: idevolder
Revision: 929330

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 15:41:40 UTC (rev 929329)
+++ PKGBUILD	2021-05-09 15:41:45 UTC (rev 929330)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-scummvm
-pkgver=2.1.1.12
-_codename=Matrix
-pkgrel=1
-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=('8aa6d632378ae2699933f13c1c4d9a3bcf4c2f2d10978d69461b43dc27f4823d0dac2802cd78c7d7949403f21713de6e6ee16ee60fa925a979ce2845a7352b55')
-
-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 929329, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 15:41:45 UTC (rev 929330)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-scummvm
+pkgver=2.1.1.12
+_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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('8aa6d632378ae2699933f13c1c4d9a3bcf4c2f2d10978d69461b43dc27f4823d0dac2802cd78c7d7949403f21713de6e6ee16ee60fa925a979ce2845a7352b55')
+
+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