Date: Wednesday, April 12, 2023 @ 12:44:22 Author: alucryd Revision: 1444882
upgpkg: lib32-wayland 1.22.0-1 Modified: lib32-wayland/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-12 12:39:21 UTC (rev 1444881) +++ PKGBUILD 2023-04-12 12:44:22 UTC (rev 1444882) @@ -4,7 +4,7 @@ # Contributor: Joel Teichroeb <[email protected]> pkgname=lib32-wayland -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='A computer display server protocol' arch=(x86_64) @@ -21,19 +21,19 @@ provides=(libwayland-{client,cursor,egl,server}.so) validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington 'C0066D7DB8E9AC6844D728715E54498E697F11D7' # Derek Foreman - '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion <[email protected]> + '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # Simon Ser <[email protected]> source=("https://gitlab.freedesktop.org/wayland/wayland/-/releases/$pkgver/downloads/wayland-$pkgver.tar.xz"{,.sig}) -sha256sums=('6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac' - 'SKIP') +b2sums=('b0bb366e7f3494813d1574228ae5dd48eccde035120d6dd8709e3a24738681ab9dd9ba6a13924b6a35982d331fa8911fa7346911da9f618be9c9109da0288629' + 'SKIP') build() { - export CC="gcc -m32" - export CXX="g++ -m32" - export PKG_CONFIG="i686-pc-linux-gnu-pkg-config" + export CC='gcc -m32' + export CXX='g++ -m32' + export PKG_CONFIG=i686-pc-linux-gnu-pkg-config - arch-meson build wayland-$pkgver \ + arch-meson build wayland-${pkgver} \ --libdir=/usr/lib32 \ - -D documentation=false + -Ddocumentation=false meson compile -C build } @@ -42,11 +42,10 @@ } package() { - meson install -C build --destdir "$pkgdir" + meson install -C build --destdir "${pkgdir}" rm -rf "${pkgdir}"/usr/{bin,include,share} - install -dm 755 "${pkgdir}"/usr/share/licenses ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
