summaryrefslogtreecommitdiff
path: root/wayland-protocols
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-16 21:11:22 +0200
committerTim Biermann <tbier@posteo.de>2021-09-16 21:19:29 +0200
commitd92d533acc7bafeb5253ca609a2805ac35e41dd8 (patch)
tree35f0a1344e5ac970fa0e93ba61d3d61b9bef9512 /wayland-protocols
parent3db478296d38af89efe0805b34d5e77c082dcedf (diff)
downloadcontrib-d92d533acc7bafeb5253ca609a2805ac35e41dd8.tar.gz
contrib-d92d533acc7bafeb5253ca609a2805ac35e41dd8.tar.xz
wayland-protocols: 1.22 -> 1.23
Diffstat (limited to 'wayland-protocols')
-rw-r--r--wayland-protocols/.signature6
-rw-r--r--wayland-protocols/Pkgfile14
2 files changed, 12 insertions, 8 deletions
diff --git a/wayland-protocols/.signature b/wayland-protocols/.signature
index dda775942..e782613b0 100644
--- a/wayland-protocols/.signature
+++ b/wayland-protocols/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wvmIfAR9C151nzWfi/NOi+AGDrNtwQ9liw9QMqBgNw1Ro+Oc/yZGlVZcQuHGVI1ehBdB/jxUmK8MpQ/uAA/5wA=
-SHA256 (Pkgfile) = 6c7798dcbbd8fbf9b5f91864bdad1bb77986760fdc5c7aa3d3aa7b91e90d5bf9
+RWSagIOpLGJF374sBlHsSA388eGc5wCU2mqYlLEmcUHVSOy685QNUP9dfmAQ8i5ZcwJ2UjLojAlqwgyaIXmqOQe4ObymVVNZgAo=
+SHA256 (Pkgfile) = 0ab0cfe7343a6db5e1ee0c6d2188fa7f123baccdffbc536ec6d2e1f65075af09
SHA256 (.footprint) = 48db15825238f351f899d448b08269f03ba5cf059f1f7d2cce57f9d27b599f22
-SHA256 (wayland-protocols-1.22.tar.xz) = 96e7cf03524995a47028236c6d6141c874e693cb80c0be8dabe15455cdd5a5a7
+SHA256 (wayland-protocols-1.23.tar.xz) = 6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76
diff --git a/wayland-protocols/Pkgfile b/wayland-protocols/Pkgfile
index 4407c2e40..037761c68 100644
--- a/wayland-protocols/Pkgfile
+++ b/wayland-protocols/Pkgfile
@@ -4,13 +4,17 @@
# Depends on: wayland
name=wayland-protocols
-version=1.22
+version=1.23
release=1
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
build() {
- cd wayland-protocols-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ meson setup $name-$version build \
+ --prefix=/usr \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
}

Generated by cgit