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

Ike Devolder idevolder at archlinux.org
Sun Feb 28 17:22:05 UTC 2021


    Date: Sunday, February 28, 2021 @ 17:22:05
  Author: idevolder
Revision: 875928

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 17:22:00 UTC (rev 875927)
+++ PKGBUILD	2021-02-28 17:22:05 UTC (rev 875928)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-nestopia
-pkgver=1.50.0.13
-_codename=Leia
-pkgrel=1
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.nestopia'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-nestopia')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('cf239e5822d6b799f244b3ad828747855271c29eb6af5a58b87943db202b86190a36f4ba85abc2bf5159bf8dcd74653162cda1a070d0d89aa61fe14c9d735932')
-
-build() {
-    cd "game.libretro.nestopia-$pkgver-$_codename"
-    cmake \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DBUILD_SHARED_LIBS=1 \
-        -DUSE_LTO=1 \
-        .
-    make
-}
-
-package() {
-    cd "game.libretro.nestopia-$pkgver-$_codename"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 875927, kodi-addon-game-libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-28 17:22:05 UTC (rev 875928)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-nestopia
+pkgver=1.50.0.13
+_codename=Matrix
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.nestopia'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-nestopia')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('cde1e13de506b1f994a488d32247ee1cf1bf4a8fd6e8d35f4cf77a626e9b7b40f5755d6cab7bd5b1a298b05457e3f4be0a22bdf6ea60280251c9b4bdf9e1781c')
+
+build() {
+    cd "game.libretro.nestopia-$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-nestopia')
+    cd "game.libretro.nestopia-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list