[arch-commits] Commit in libretro-desmume/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 23 15:02:11 UTC 2020
Date: Thursday, January 23, 2020 @ 15:02:11
Author: alucryd
Revision: 554967
archrelease: copy trunk to community-x86_64
Added:
libretro-desmume/repos/community-x86_64/PKGBUILD
(from rev 554966, libretro-desmume/trunk/PKGBUILD)
Deleted:
libretro-desmume/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 39 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-23 15:02:05 UTC (rev 554966)
+++ PKGBUILD 2020-01-23 15:02:11 UTC (rev 554967)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
-# Contributor: prettyvanilla <prettyvanilla at posteo.at>
-# Contributor: almostalive <almostalive2003 at gmail.com>
-
-pkgname=libretro-desmume
-pkgver=6239
-pkgrel=1
-pkgdesc='Nintendo DS core'
-arch=(x86_64)
-url='https://github.com/libretro/desmume'
-license=(GPL2)
-groups=(libretro)
-depends=(
- libgl
- libretro-core-info
-)
-makedepends=(
- git
- mesa
-)
-_commit='48975f33baeb982795f08bf5bb19d8ecae9859b9'
-source=(libretro-desmume::git+https://github.com/libretro/desmume.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-desmume
-
- git rev-list --count HEAD
-}
-
-build() {
- cd libretro-desmume/desmume/src/frontend/libretro
-
- make -f Makefile.libretro
-}
-
-package() {
- cd libretro-desmume/desmume/src/frontend/libretro
-
- install -Dm 644 desmume_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-desmume/repos/community-x86_64/PKGBUILD (from rev 554966, libretro-desmume/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-23 15:02:11 UTC (rev 554967)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-desmume
+pkgver=6320
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=(x86_64)
+url=https://github.com/libretro/desmume
+license=(GPL2)
+groups=(libretro)
+depends=(
+ libgl
+ libretro-core-info
+)
+makedepends=(
+ git
+ mesa
+)
+source=(libretro-desmume::git+https://github.com/libretro/desmume.git#commit=e8cf461f83eebb195f09e70090f57b07d1bcdd9f)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-desmume
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C libretro-desmume/desmume/src/frontend/libretro -f Makefile.libretro
+}
+
+package() {
+ install -Dm 644 libretro-desmume/desmume/src/frontend/libretro/desmume_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list