[arch-commits] Commit in kodi-addon-game-libretro-nestopia/repos/community-x86_64 (2 files)
Ike Devolder
idevolder at archlinux.org
Fri Aug 14 08:02:07 UTC 2020
Date: Friday, August 14, 2020 @ 08:02:06
Author: idevolder
Revision: 678459
archrelease: copy trunk to community-x86_64
Added:
kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 678458, 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 2020-08-14 08:02:01 UTC (rev 678458)
+++ PKGBUILD 2020-08-14 08:02:06 UTC (rev 678459)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-nestopia
-pkgver=1.50.0.9
-_codename=Leia
-pkgrel=7
-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=('1bac70812ecf58f74adcebbe9bb0520eee5eb070b307b79d9c0b7c2d5393b7191eea89b8a8b490c4626701993164b142864c999abb34f525d7e73a673c60b5a4')
-
-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 678458, kodi-addon-game-libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-14 08:02:06 UTC (rev 678459)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-nestopia
+pkgver=1.50.0.10
+_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=('47c2345040df271301b53de2111a11f7e6e375a78617fc1cda151447110dde8703dd9b23dccea70911d27eb9116ba91fea4af7abffe19086d988835cf63b7aa6')
+
+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
+}
+
More information about the arch-commits
mailing list