[arch-commits] Commit in kodi-addon-game-libretro-snes9x/repos/community-x86_64 (2 files)
Ike Devolder
idevolder at gemini.archlinux.org
Mon Oct 25 08:31:20 UTC 2021
Date: Monday, October 25, 2021 @ 08:31:19
Author: idevolder
Revision: 1033384
archrelease: copy trunk to community-x86_64
Added:
kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
(from rev 1033383, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
Deleted:
kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-25 08:31:15 UTC (rev 1033383)
+++ PKGBUILD 2021-10-25 08:31:19 UTC (rev 1033384)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.60.0.27
-_codename=Matrix
-pkgrel=2
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.snes9x'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('91635a3984afb36be97769ef8527ff54f8ca81cc81c809d302324faa8ebe5efcdbe5eda3c2be3bf2ffa44cf6d3f1dafaff72112c831260c454d01295f3ab1429')
-
-build() {
- cd "game.libretro.snes9x-$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-snes9x')
- cd "game.libretro.snes9x-$pkgver-$_codename"
- make DESTDIR="$pkgdir/" install
-}
-
Copied: kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 1033383, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-25 08:31:19 UTC (rev 1033384)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-snes9x
+pkgver=1.60.0.27
+_codename=Matrix
+pkgrel=3
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.snes9x'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('91635a3984afb36be97769ef8527ff54f8ca81cc81c809d302324faa8ebe5efcdbe5eda3c2be3bf2ffa44cf6d3f1dafaff72112c831260c454d01295f3ab1429')
+
+build() {
+ cd "game.libretro.snes9x-$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-snes9x')
+ cd "game.libretro.snes9x-$pkgver-$_codename"
+ make DESTDIR="$pkgdir/" install
+}
+
More information about the arch-commits
mailing list