~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] testing/waypipe: new aports

Details
Message ID
<20200125045121.28318-1-simon@bl4ckb0ne.ca>
DKIM signature
missing
Download raw message
Patch: +32 -0
https://gitlab.freedesktop.org/mstoeckl/waypipe
A proxy for Wayland protocol applications.
---
 testing/waypipe/APKBUILD | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 testing/waypipe/APKBUILD

diff --git a/testing/waypipe/APKBUILD b/testing/waypipe/APKBUILD
new file mode 100644
index 0000000000..f0887b8f59
--- /dev/null
+++ b/testing/waypipe/APKBUILD
@@ -0,0 +1,32 @@
# Contributor: Simon Zeni <simon@bl4ckb0ne.ca>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname="waypipe"
pkgver="0.6.1"
pkgrel=0
pkgdesc="A proxy for Wayland protocol applications."
url="https://gitlab.freedesktop.org/mstoeckl/waypipe"
arch="all"
license="MIT"
makedepends="meson wayland-protocols wayland-dev scdoc cmake lz4-dev mesa-gbm libdrm-dev libva-dev"
source="https://gitlab.freedesktop.org/mstoeckl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
options="!check"
builddir="$srcdir/$pkgname-v$pkgver"
subpackages="$pkgname-doc"

prepare() {
	meson build \
		--prefix=/usr \
		--mandir=/usr/share/man \
		-Dwerror=false \
		-Db_ndebug=true
}

build() {
	ninja -C build
}

package() {
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="7b7cdc6d808f8f9e3720425af6ca1a75b81ffadc990e181f52940320efab6d5c6b55dcc10adb36c90b784426a71fab2a037206f4cb2634775628b52dc27cb830  waypipe-v0.6.1.tar.gz"
-- 
2.25.0
Details
Message ID
<20200125160622.GE1055246@alpha>
In-Reply-To
<20200125045121.28318-1-simon@bl4ckb0ne.ca> (view parent)
DKIM signature
missing
Download raw message
On Fri, Jan 24, 2020 at 11:51:22PM -0500, Simon Zeni wrote:
> https://gitlab.freedesktop.org/mstoeckl/waypipe
> A proxy for Wayland protocol applications.
> ---
>  testing/waypipe/APKBUILD | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 testing/waypipe/APKBUILD
> 
> diff --git a/testing/waypipe/APKBUILD b/testing/waypipe/APKBUILD
> new file mode 100644
> index 0000000000..f0887b8f59
> --- /dev/null
> +++ b/testing/waypipe/APKBUILD
> @@ -0,0 +1,32 @@
> +# Contributor: Simon Zeni <simon@bl4ckb0ne.ca>
> +# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
> +pkgname="waypipe"
> +pkgver="0.6.1"
> +pkgrel=0
> +pkgdesc="A proxy for Wayland protocol applications."
> +url="https://gitlab.freedesktop.org/mstoeckl/waypipe"
> +arch="all"
> +license="MIT"
> +makedepends="meson wayland-protocols wayland-dev scdoc cmake lz4-dev mesa-gbm libdrm-dev libva-dev"
> +source="https://gitlab.freedesktop.org/mstoeckl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
> +options="!check"
> +builddir="$srcdir/$pkgname-v$pkgver"
> +subpackages="$pkgname-doc"
> +
> +prepare() {
> +	meson build \
> +		--prefix=/usr \
> +		--mandir=/usr/share/man \
> +		-Dwerror=false \
> +		-Db_ndebug=true
> +}
> +
> +build() {
> +	ninja -C build
> +}
> +
> +package() {
> +	DESTDIR="$pkgdir" ninja -C build install
> +}
> +
> +sha512sums="7b7cdc6d808f8f9e3720425af6ca1a75b81ffadc990e181f52940320efab6d5c6b55dcc10adb36c90b784426a71fab2a037206f4cb2634775628b52dc27cb830  waypipe-v0.6.1.tar.gz"
> -- 
> 2.25.0

This has been applied
Reply to thread Export thread (mbox)