[arch-commits] Commit in kodi-addon-game-libretro-nestopia/repos/community-x86_64 (2 files)
Ike Devolder
idevolder at archlinux.org
Mon May 3 18:34:09 UTC 2021
Date: Monday, May 3, 2021 @ 18:34:09
Author: idevolder
Revision: 927253
archrelease: copy trunk to community-x86_64
Added:
kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 927252, 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-05-03 18:34:05 UTC (rev 927252)
+++ PKGBUILD 2021-05-03 18:34:09 UTC (rev 927253)
@@ -1,32 +0,0 @@
-# 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
-}
-
Copied: kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 927252, kodi-addon-game-libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 18:34:09 UTC (rev 927253)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-nestopia
+pkgver=1.51.0.14
+_codename=Matrix
+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')
+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=('13e8695597427c9549242eaaadacf5ae4f1f86a7170e1df2763863ce8d7886adae5604c6dc3d6d3507a5ecabae8dfa37d2b8554da80043f5578dd74c5679135a')
+
+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