[arch-commits] Commit in kodi-addon-game-libretro-desmume/repos/community-x86_64 (2 files)
Ike Devolder
idevolder at archlinux.org
Sun May 9 15:39:37 UTC 2021
Date: Sunday, May 9, 2021 @ 15:39:37
Author: idevolder
Revision: 929311
archrelease: copy trunk to community-x86_64
Added:
kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD
(from rev 929310, kodi-addon-game-libretro-desmume/trunk/PKGBUILD)
Deleted:
kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 15:39:33 UTC (rev 929310)
+++ PKGBUILD 2021-05-09 15:39:37 UTC (rev 929311)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle <ike.devolder at gmail.com>>
-
-pkgname=kodi-addon-game-libretro-desmume
-pkgver=0.0.1.10
-_codename=Matrix
-pkgrel=1
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.desmume'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-desmume')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('7fd980a1843ea1c8028cc33e251c3142c099a9162cad21b44b91f12e7b20d376dcc73fb0295470590e5683580b6410112765fc074006e33bdf33ac2465ca2dd1')
-
-build() {
- cd "game.libretro.desmume-$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-desmume')
- cd "game.libretro.desmume-$pkgver-$_codename"
- make DESTDIR="$pkgdir/" install
-}
-
Copied: kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD (from rev 929310, kodi-addon-game-libretro-desmume/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-09 15:39:37 UTC (rev 929311)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-desmume
+pkgver=0.0.1.10
+_codename=Matrix
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.desmume'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-desmume')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('7fd980a1843ea1c8028cc33e251c3142c099a9162cad21b44b91f12e7b20d376dcc73fb0295470590e5683580b6410112765fc074006e33bdf33ac2465ca2dd1')
+
+build() {
+ cd "game.libretro.desmume-$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-desmume')
+ cd "game.libretro.desmume-$pkgver-$_codename"
+ make DESTDIR="$pkgdir/" install
+}
+
More information about the arch-commits
mailing list