[arch-commits] Commit in kodi-addon-game-libretro-scummvm/repos/community-x86_64 (2 files)
Ike Devolder
idevolder at archlinux.org
Mon May 3 18:34:45 UTC 2021
Date: Monday, May 3, 2021 @ 18:34:45
Author: idevolder
Revision: 927258
archrelease: copy trunk to community-x86_64
Added:
kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD
(from rev 927257, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
Deleted:
kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 18:34:40 UTC (rev 927257)
+++ PKGBUILD 2021-05-03 18:34:45 UTC (rev 927258)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-scummvm
-pkgver=2.1.1.11
-_codename=Matrix
-pkgrel=2
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.scummvm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-scummvm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('d43380ec2e7aa5bf8ae2ac2876d05d565ab90ba1bc84aeea1acaff3f744b62258f72fd2715bc9e9c9cb28242612b6abae7564e26ad856c14beabbe26fb5c90a8')
-
-build() {
- cd "game.libretro.scummvm-$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-scummvm')
- cd "game.libretro.scummvm-$pkgver-$_codename"
- make DESTDIR="$pkgdir/" install
-}
-
Copied: kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD (from rev 927257, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 18:34:45 UTC (rev 927258)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-scummvm
+pkgver=2.1.1.12
+_codename=Matrix
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.scummvm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-scummvm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('8aa6d632378ae2699933f13c1c4d9a3bcf4c2f2d10978d69461b43dc27f4823d0dac2802cd78c7d7949403f21713de6e6ee16ee60fa925a979ce2845a7352b55')
+
+build() {
+ cd "game.libretro.scummvm-$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-scummvm')
+ cd "game.libretro.scummvm-$pkgver-$_codename"
+ make DESTDIR="$pkgdir/" install
+}
+
More information about the arch-commits
mailing list