Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
798cbb2d by Caleb Maclennan at 2023-12-07T01:26:55+03:00
upgpkg: 0.33.1-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
pkgver = 0.33.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=hyprland
pkgver=0.33.1
-pkgrel=1
+pkgrel=2
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -67,7 +67,7 @@ build() {
package() {
cd "$_archive"
- find src -name '*.hpp' -exec install -Dm0644 {}
"$pkgdir/usr/include/hyprland/{}" \;
+ find src \( -name '*.h' -o -name '*.hpp' \) -exec install -Dm0644 {}
"$pkgdir/usr/include/hyprland/{}" \;
pushd subprojects/wlroots/include
find . -name '*.h' -exec install -Dm0644 {}
"$pkgdir/usr/include/hyprland/wlroots/{}" \;
popd
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/798cbb2dcdfb891be6902243fea74c8737ab9962
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/798cbb2dcdfb891be6902243fea74c8737ab9962
You're receiving this email because of your account on gitlab.archlinux.org.