Date: Tuesday, April 4, 2023 @ 11:22:48 Author: alerque Revision: 1434512
upgpkg: hyprland 0.23.0beta-3 Modified: hyprland/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-04 10:48:08 UTC (rev 1434511) +++ PKGBUILD 2023-04-04 11:22:48 UTC (rev 1434512) @@ -9,6 +9,7 @@ url="https://github.com/hyprwm/${pkgname^}" license=(BSD) depends=(cairo + gcc-libs glibc glslang libdisplay-info @@ -18,7 +19,6 @@ libliftoff libx11 libxcb - libxcb libxcomposite libxfixes libxkbcommon @@ -29,6 +29,7 @@ pixman polkit seatd + systemd-libs vulkan-icd-loader vulkan-validation-layers wayland @@ -46,7 +47,6 @@ meson ninja vulkan-headers - wayland-protocols xorgproto) _archive="${pkgname^}-$pkgver" source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz") @@ -56,6 +56,7 @@ ln -sf hyprland-source "$_archive" cd "$_archive" make fixwlr + sed -i -e '/^release:/{n;s/-D/-DCMAKE_SKIP_RPATH=ON -D/}' Makefile } build() {
