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

Ike Devolder idevolder at archlinux.org
Fri Jan 31 15:00:08 UTC 2020


    Date: Friday, January 31, 2020 @ 15:00:07
  Author: idevolder
Revision: 560803

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
    (from rev 560802, 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	2020-01-31 15:00:00 UTC (rev 560802)
+++ PKGBUILD	2020-01-31 15:00:07 UTC (rev 560803)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.60.0.9
-_codename=Leia
-pkgrel=1
-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')
-depends=('kodi-addon-game-libretro' 'libretro-snes9x')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('27f2a67c15941dbb21b960a48622c3fd906b43f2a458973deb0fb06ea23c5cbcc321c6f26562aaeef886ed9b4706a3eefcea49e5e4366785bac1b1ca147f4595')
-
-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() {
-    cd "game.libretro.snes9x-$pkgver-$_codename"
-	make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD (from rev 560802, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-31 15:00:07 UTC (rev 560803)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-snes9x
+pkgver=1.60.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.snes9x'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-snes9x')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('0b59b4d3038a0e85d2380a7de1ec7c8f70bc37679c7fe6ad1fc284ba2dabb195274c732dc7e9e6a78d4337c935de84087297424ec8afc981f08a70fba1150f31')
+
+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() {
+    cd "game.libretro.snes9x-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list