~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH 1/2] testing/retroarch-assets: new aport

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190712213454.26772-1-bribbers@disroot.org>
Sender timestamp
1562967293
DKIM signature
missing
Download raw message
Patch: +23 -0
---
 testing/retroarch-assets/APKBUILD | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 testing/retroarch-assets/APKBUILD

diff --git a/testing/retroarch-assets/APKBUILD b/testing/retroarch-assets/APKBUILD
new file mode 100644
index 0000000000..98c5659210
--- /dev/null
+++ b/testing/retroarch-assets/APKBUILD
@@ -0,0 +1,23 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=retroarch-assets
pkgver=0_git20190622
pkgrel=0
_commit="8d609101e6efab5510ec69c5bd2a8916356eaa1f"
arch="noarch"
url="https://www.libretro.com/"
pkgdesc="Assets needed for RetroArch - e.g. menu drivers, etc"
license="CC-BY-4.0"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/$pkgname/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
options="!check" # No code to test

build() {
	make
}

package() {
	DESTDIR="$pkgdir" make install
}

sha512sums="74ee79d822ff2e00fc09c65b1232f6ba2351e71cddd30817e3a8cb86c66af9624df0c886d79dc22a40712f3b15c31a0b8ebdd8e2776e26205f41b85b6cbfff65  retroarch-assets-8d609101e6efab5510ec69c5bd2a8916356eaa1f.tar.gz"
-- 
2.22.0

[PATCH 2/2] testing/retroarch: add retroarch-assets to depends

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190712213454.26772-2-bribbers@disroot.org>
In-Reply-To
<20190712213454.26772-1-bribbers@disroot.org> (view parent)
Sender timestamp
1562967294
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 testing/retroarch/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD
index 1bb2f4ff1b..f644288f07 100644
--- a/testing/retroarch/APKBUILD
+++ b/testing/retroarch/APKBUILD
@@ -3,11 +3,12 @@
pkgname=retroarch
_pkgname=RetroArch
pkgver=1.7.7
pkgrel=0
pkgrel=1
arch="all"
url="https://www.libretro.com/"
pkgdesc="Reference frontend for the libretro API"
license="GPL-2.0-only"
depends="retroarch-assets"
makedepends="linux-headers mesa-dev qt5-qtbase-dev wayland-dev wayland-protocols zlib-dev alsa-lib-dev pulseaudio-dev sdl2-dev flac-dev mbedtls-dev libusb-dev ffmpeg-dev libxkbcommon-dev eudev-dev vulkan-loader-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz"
subpackages="$pkgname-doc"
-- 
2.22.0
Reply to thread Export thread (mbox)