![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit ae4ba1378215ffb0d1e4649f2c64cc1c5cae2467 Author: Tim Biermann <tbier@posteo.de> Date: Sat Feb 5 14:19:55 2022 +0100 libxkbcommon: -> 1.4.0 diff --git a/libxkbcommon/.signature b/libxkbcommon/.signature index a4c45d525..1bfc5aa23 100644 --- a/libxkbcommon/.signature +++ b/libxkbcommon/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Xg0hfe5CBFMpTXzPo+F+9XiUYJN9RMomWWR/waf3aLbkbhMhkTsD4KLB9yGY3fOuGy00eTZAbNrvtNOMjVA9AI= -SHA256 (Pkgfile) = 8cfdd68e17635031ee4967ecb37d25c1fe62b020a86d207be47d1d05bbcb00a6 +RWSE3ohX2g5d/dGNnOjg0T6hE9B+bp6TQDPbJuSSDEkbM+WhEz/99+FsFz/06c+GNz5vovDSmofU/3MPq0Td/TUCB490yNdTeQY= +SHA256 (Pkgfile) = 056624f3fb5a8dfd3c64b14bf402cd74b1c2d3a99aff3f82c9f393cbaac2eeb3 SHA256 (.footprint) = c4c5d4c7e0f46b05b5f563ef4c12e58670f43e60fb096e3f942f3238502d785a -SHA256 (xkbcommon-1.3.1.tar.gz) = 8eda6782c6ed4b83296521f2f7e6bea88aba76d49c39fb4fce0f8d355a9181ce +SHA256 (xkbcommon-1.4.0.tar.gz) = 51b5a732d6d6976da9d52b8f136850c193c68a31a9bdf28965a81cf8e62e919e diff --git a/libxkbcommon/Pkgfile b/libxkbcommon/Pkgfile index 0169563dd..770ce18ee 100644 --- a/libxkbcommon/Pkgfile +++ b/libxkbcommon/Pkgfile @@ -5,7 +5,7 @@ # Optional: wayland-protocols name=libxkbcommon -version=1.3.1 +version=1.4.0 release=1 source=(https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-$version.tar.gz) @@ -15,6 +15,9 @@ build() { meson build libxkbcommon-xkbcommon-$version $PKGMK_XKBCOMMON \ --prefix=/usr \ --libexecdir=/usr/lib \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D enable-docs=false ninja -C build -j ${JOBS:-1}