Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
77c89163 by Caleb Maclennan at 2024-11-21T12:41:31+03:00
upgpkg: 0.45.2-3: Provide hyprwayland-scanner at runtime for plugin builds,
closes #10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
pkgver = 0.45.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
license = BSD-3-Clause
makedepends = cmake
- makedepends = hyprwayland-scanner
makedepends = meson
makedepends = ninja
makedepends = vulkan-headers
@@ -26,6 +25,7 @@ pkgbase = hyprland
depends = libhyprlang.so
depends = hyprutils
depends = libhyprutils.so
+ depends = hyprwayland-scanner
depends = libdisplay-info
depends = libdisplay-info.so
depends = libdrm
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=hyprland
pkgver=0.45.2
-pkgrel=2
+pkgrel=3
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -19,6 +19,7 @@ depends=(cairo # libcairo.so
hyprcursor libhyprcursor.so
hyprlang libhyprlang.so
hyprutils libhyprutils.so
+ hyprwayland-scanner
libdisplay-info libdisplay-info.so
libdrm # libdrm.so
libglvnd libEGL.so libGLESv2.so libOpenGL.so
@@ -50,7 +51,6 @@ depends=(cairo # libcairo.so
xcb-util-wm # libxcb-ewmh.so libxcb-icccm.so
xorg-xwayland)
makedepends=(cmake
- hyprwayland-scanner
meson
ninja
vulkan-headers
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/77c89163ed613fc840cb3bf59e58e377bd21e37d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/77c89163ed613fc840cb3bf59e58e377bd21e37d
You're receiving this email because of your account on gitlab.archlinux.org.