Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
48cd0a6a by setpill at 2024-10-31T17:38:02+01:00
feat: Provide wayland-compositor
fixes #12
- - - - -
d3b955cd by setpill at 2024-10-31T17:38:59+01:00
chore: Drop vulkan-validation-layers dependency
related to #2
- - - - -
c9f76d2d by setpill at 2024-11-01T11:47:12+01:00
chore: Bump pkgrel
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
pkgver = 0.44.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
@@ -60,7 +60,6 @@ pkgbase = hyprland
depends = libtomlplusplus.so
depends = libudev.so
depends = vulkan-icd-loader
- depends = vulkan-validation-layers
depends = wayland
depends = libwayland-client.so
depends = libwayland-server.so
@@ -77,6 +76,7 @@ pkgbase = hyprland
optdepends = cmake: to build and install plugins using hyprpm
optdepends = cpio: to build and install plugins using hyprpm
optdepends = meson: to build and install plugins using hyprpm
+ provides = wayland-compositor
source =
Hyprland-0.44.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.44.1/source-v0.44.1.tar.gz
sha256sums =
a901b9ce5dac48a2b92f287d902c5dc33a05e9946fd082c43142f205246dfc63
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=hyprland
pkgver=0.44.1
-pkgrel=2
+pkgrel=3
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -39,7 +39,6 @@ depends=(cairo # libcairo.so
systemd-libs libsystemd.so
tomlplusplus libtomlplusplus.so libudev.so
vulkan-icd-loader
- vulkan-validation-layers
wayland libwayland-client.so libwayland-server.so
wayland-protocols
xcb-proto
@@ -61,6 +60,7 @@ makedepends=(cmake
optdepends=('cmake: to build and install plugins using hyprpm'
'cpio: to build and install plugins using hyprpm'
'meson: to build and install plugins using hyprpm')
+provides=(wayland-compositor)
_archive="${pkgname^}-$pkgver"
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
sha256sums=('a901b9ce5dac48a2b92f287d902c5dc33a05e9946fd082c43142f205246dfc63')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/compare/bc199dac350063e3e8ed79e9132230098c4ac297...c9f76d2d55ba4960f547569839e9df7aed961960
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/compare/bc199dac350063e3e8ed79e9132230098c4ac297...c9f76d2d55ba4960f547569839e9df7aed961960
You're receiving this email because of your account on gitlab.archlinux.org.