summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 20:49:03 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-20 20:49:03 +0000
commitcdbf547728abc6e2541d12e0efacc1f9db011d11 (patch)
treec004b0b7749927d99309d2488078570cac04507b
parent0aeb6a34337f13453654139c8d7e5f7466b767fc (diff)
downloadpackages-cdbf547728abc6e2541d12e0efacc1f9db011d11.tar.gz
packages-cdbf547728abc6e2541d12e0efacc1f9db011d11.tar.bz2
packages-cdbf547728abc6e2541d12e0efacc1f9db011d11.tar.xz
packages-cdbf547728abc6e2541d12e0efacc1f9db011d11.zip
user/wayland-protocols: um bump to 1.17 (Adopt me today)
-rw-r--r--user/wayland-protocols/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/user/wayland-protocols/APKBUILD b/user/wayland-protocols/APKBUILD
index d5779a4f4..445ee8df8 100644
--- a/user/wayland-protocols/APKBUILD
+++ b/user/wayland-protocols/APKBUILD
@@ -1,20 +1,19 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
pkgname=wayland-protocols
-pkgver=1.13
+pkgver=1.17
pkgrel=0
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
url="https://wayland.freedesktop.org"
arch="noarch"
license="MIT"
-depends=
-provides="$pkgname-dev"
+depends=""
makedepends="wayland-dev"
-subpackages=
+subpackages=""
+provides="$pkgname-dev"
source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,13 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194 wayland-protocols-1.13.tar.xz"
+sha512sums="5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643 wayland-protocols-1.17.tar.xz"