Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / wlroots
Commits: 1d1ac6a3 by Frederik Schwan at 2023-11-22T21:54:03+01:00 upgpkg: 0.17.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,41 @@ +pkgbase = wlroots + pkgdesc = Modular Wayland compositor library + pkgver = 0.17.0 + pkgrel = 1 + url = https://gitlab.freedesktop.org/wlroots/wlroots + arch = x86_64 + license = MIT + makedepends = glslang + makedepends = meson + makedepends = ninja + makedepends = systemd + makedepends = vulkan-headers + makedepends = wayland-protocols + makedepends = xorg-xwayland + depends = libdisplay-info.so + depends = libglvnd + depends = libinput + depends = libpixman-1.so + depends = libseat.so + depends = libudev.so + depends = libvulkan.so + depends = libwayland-client.so + depends = libwayland-server.so + depends = libxcb + depends = libxkbcommon.so + depends = opengl-driver + depends = xcb-util-errors + depends = xcb-util-renderutil + depends = xcb-util-wm + optdepends = xorg-xwayland: Xwayland support + provides = libwlroots.so + options = debug + source = wlroots-0.17.0.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0/downloads/wlroots-0.17.0.tar.gz + source = https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0/downloads/wlroots-0.17.0.tar.gz.sig + validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 + validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A + validpgpkeys = 4100929B33EEB0FD1DB852797BC79407090047CA + sha256sums = 9da3475a6834a6a9a8fd93de84f4ef91f9ee48ff70c305aa9522bf0db9e61128 + sha256sums = SKIP + +pkgname = wlroots ===================================== PKGBUILD ===================================== @@ -3,13 +3,14 @@ # Contributor: Omar Pakker pkgname=wlroots -pkgver=0.16.2 -pkgrel=2 +pkgver=0.17.0 +pkgrel=1 license=('MIT') pkgdesc='Modular Wayland compositor library' url='https://gitlab.freedesktop.org/wlroots/wlroots' arch=('x86_64') depends=( + 'libdisplay-info.so' 'libglvnd' 'libinput' 'libpixman-1.so' @@ -46,24 +47,15 @@ options=( source=( "$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz" "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig" - "Revert-layer-shell-error-on-0-dimension-without-anch.patch" ) -sha256sums=('83e9a11605f23d4bf781ab1947089483d9ec3f7e9ba65398e0609593b77d44aa' - 'SKIP' - 'd53a62f49334fe15583a951c9e38e7f9f74b19210bdb7f80f16ec0398c3d7b3e') +sha256sums=('9da3475a6834a6a9a8fd93de84f4ef91f9ee48ff70c305aa9522bf0db9e61128' + 'SKIP') validpgpkeys=( '34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A' # Drew DeVault '4100929B33EEB0FD1DB852797BC79407090047CA' # Sway signing key ) -prepare() { - cd "${pkgname}-${pkgver}" - # Allow a minor protocol violation until phosh is fixed without this patch - # phosh crashes on launch. - patch -Np1 -i "${srcdir}/Revert-layer-shell-error-on-0-dimension-without-anch.patch" -} - build() { arch-meson "$pkgname-$pkgver" build ninja -C build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlroots/-/commit/1d1ac6a32810c2159c1a17c4662f23dd8854b092 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlroots/-/commit/1d1ac6a32810c2159c1a17c4662f23dd8854b092 You're receiving this email because of your account on gitlab.archlinux.org.
