Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / hyprland
Commits: 51e2eaca by Caleb Maclennan at 2025-04-07T12:15:21+03:00 upgpkg: 0.48.1-3: Adapt to xdph removing workaround for missing conf file - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyprland pkgdesc = a highly customizable dynamic tiling Wayland compositor pkgver = 0.48.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/hyprwm/Hyprland arch = x86_64 arch = aarch64 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=hyprland pkgver=0.48.1 -pkgrel=2 +pkgrel=3 pkgdesc='a highly customizable dynamic tiling Wayland compositor' arch=(x86_64 aarch64) url="https://github.com/hyprwm/${pkgname^}" @@ -74,7 +74,6 @@ prepare() { ln -sf hyprland-source "$_archive" cd "$_archive" sed -i -e '/^release:/{n;s/-D/-DCMAKE_SKIP_RPATH=ON -D/}' Makefile - # Workaround for https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/issues/15 rm -fv scripts/generateVersion.sh } @@ -88,7 +87,5 @@ package() { cd "$_archive" make DESTDIR="$pkgdir" install rm -fv "$pkgdir/usr/include/hyprland/src/version.h.in" - # Drop this line when hyprland-portals.conf is removed from xdg-desktop-portal-hyprland - rm -frv "$pkgdir/usr/share/xdg-desktop-portal" install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/51e2eaca19f91c446067d2421146c6d6ee7a8b0d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/51e2eaca19f91c446067d2421146c6d6ee7a8b0d You're receiving this email because of your account on gitlab.archlinux.org.