Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
hyprland


Commits:
3ff09b86 by Caleb Maclennan at 2024-02-09T00:45:43+03:00
upgpkg: 0.35.0-2: Add optdepends for plugin manager

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hyprland
        pkgdesc = a highly customizable dynamic tiling Wayland compositor
        pkgver = 0.35.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/hyprwm/Hyprland
        arch = x86_64
        arch = aarch64
@@ -47,6 +47,9 @@ pkgbase = hyprland
        depends = xorg-xinput
        depends = xorg-xwayland
        depends = libdisplay-info.so
+       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
        source = 
Hyprland-0.35.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.35.0/source-v0.35.0.tar.gz
        sha256sums = 
de53d764606131c8aacc209f8a3ad6e619fdcddd16a7cdf4d8ca343816bb8c1b
 


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=hyprland
 pkgver=0.35.0
-pkgrel=1
+pkgrel=2
 pkgdesc='a highly customizable dynamic tiling Wayland compositor'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/${pkgname^}";
@@ -51,6 +51,9 @@ makedepends=(cmake
              ninja
              vulkan-headers
              xorgproto)
+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')
 _archive="${pkgname^}-$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
 sha256sums=('de53d764606131c8aacc209f8a3ad6e619fdcddd16a7cdf4d8ca343816bb8c1b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/3ff09b86d935f4c000222ff2fd80acce32b216e7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/3ff09b86d935f4c000222ff2fd80acce32b216e7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to