commit 859c489b2a1152539bb76db879eaa3be789d259c Author: Tim Biermann <tbier@posteo.de> Date: Tue Jan 3 12:00:05 2023 +0000 libxkbcommon: -> 1.4.1 diff --git a/libxkbcommon/.signature b/libxkbcommon/.signature index 4d6fe5b68..0789eb2ce 100644 --- a/libxkbcommon/.signature +++ b/libxkbcommon/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fcJgIC0w5lZsMn6edwIcCxs8PjWfrOWGRBqOFVwTS+D9SipMpI+LXWjdW4ghPwbCvp2fpwOJ+qsIscPfIrGXg8= -SHA256 (Pkgfile) = 56e1c4df1155e902525ce82c142eb053b0947ddd8eb74df3cca1604351546032 +RWSE3ohX2g5d/VIHBRMr2jtmGyFr+CA7/53j4xbyPhvNtHDTlfh3Qj26XMnCjMlSFJBXmMvhoIBvYyOj4P43TjfHP3ou8E+2vgk= +SHA256 (Pkgfile) = 099935779dca24bbd7dc7472a09935e6a6fdacc4dc6269c78a4398f502a081d4 SHA256 (.footprint) = c4c5d4c7e0f46b05b5f563ef4c12e58670f43e60fb096e3f942f3238502d785a SHA256 (xkbcommon-1.4.1.tar.gz) = 3b86670dd91441708dedc32bc7f684a034232fd4a9bb209f53276c9783e9d40e -SHA256 (320f56d2a4a31026e5c8d3b60303af98bf885e1b.patch) = e3672a164360c1fc272846b38526bf45a5a14d6d9ea23e07c0506b9a022d07e1 diff --git a/libxkbcommon/Pkgfile b/libxkbcommon/Pkgfile index 0aae3a6fc..aab968919 100644 --- a/libxkbcommon/Pkgfile +++ b/libxkbcommon/Pkgfile @@ -1,18 +1,16 @@ # Description: A library to handle keyboard descriptions. # URL: https://xkbcommon.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: meson ninja xkeyboard-config +# Depends on: xkeyboard-config # Optional: wayland-protocols name=libxkbcommon version=1.4.1 release=2 -source=(https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-$version.tar.gz - 320f56d2a4a31026e5c8d3b60303af98bf885e1b.patch) +source=(https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-$version.tar.gz) build() { prt-get isinst wayland-protocols || PKGMK_XKBCOMMON+=' -D enable-wayland=false' - patch -Np1 -d libxkbcommon-xkbcommon-$version -i $SRC/320f56d2a4a31026e5c8d3b60303af98bf885e1b.patch meson build libxkbcommon-xkbcommon-$version $PKGMK_XKBCOMMON \ --prefix=/usr \