diff options
author | Tim Biermann <tbier@posteo.de> | 2022-02-05 14:19:55 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-02-05 14:30:26 +0100 |
commit | ae4ba1378215ffb0d1e4649f2c64cc1c5cae2467 (patch) | |
tree | 470bdd612090502cd5d420241d2fe3aff5cf786c /libxkbcommon | |
parent | 17dd06cbbcb73e46e08098739aa6c10d4d5ac911 (diff) | |
download | opt-ae4ba1378215ffb0d1e4649f2c64cc1c5cae2467.tar.gz opt-ae4ba1378215ffb0d1e4649f2c64cc1c5cae2467.tar.xz |
libxkbcommon: -> 1.4.0
Diffstat (limited to 'libxkbcommon')
-rw-r--r-- | libxkbcommon/.signature | 6 | ||||
-rw-r--r-- | libxkbcommon/Pkgfile | 5 |
2 files changed, 7 insertions, 4 deletions
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} |