1
0
forked from ports/contrib

wayland-protocols: 1.22 -> 1.23

This commit is contained in:
Tim Biermann 2021-09-16 21:11:22 +02:00
parent 3db478296d
commit d92d533acc
2 changed files with 12 additions and 8 deletions

View File

@ -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

View File

@ -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
}