summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2023-09-29 00:02:04 +0000
committermemchr2023-09-29 00:03:12 +0000
commit04b0cc7ac32a27b44bb7923ec0ab002bba76d9f7 (patch)
treee9c8b5aa0c6fb359adc69d5306e31e15eb91e46c
parent5136fdb4d44c3a36110a758ba9bc6bfeac447365 (diff)
downloadaur-04b0cc7ac32a27b44bb7923ec0ab002bba76d9f7.tar.gz
fix: add missing xdg-desktop-portal configuration file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25649329a290..31f435a6015e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.29.1.r85.c8cc811e
+ pkgver = 0.30.0.r22.3f09b143
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = hyprland-git
depends = xorg-xinput
depends = xorg-xwayland
depends = libdisplay-info.so
- provides = hyprland=0.29.1
+ provides = hyprland=0.30.0
conflicts = hyprland
source = git+https://github.com/hyprwm/Hyprland.git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
diff --git a/PKGBUILD b/PKGBUILD
index e5b9692622c6..cb2cda8c200b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ThatOneCalculator <kainoa at t1c dot dev>
pkgname=hyprland-git
-pkgver=0.29.1.r85.c8cc811e
+pkgver=0.30.0.r22.3f09b143
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(x86_64 aarch64)
@@ -131,10 +131,11 @@ package() {
install -Dm0644 -t "$pkgdir/usr/share/pkgconfig" build/hyprland.pc
install -Dm0755 -t "$pkgdir/usr/bin" build/Hyprland
install -Dm0755 -t "$pkgdir/usr/bin" hyprctl/hyprctl
- install -Dm0644 -t "$pkgdir/usr/share/hyprland" assets/*.png
- install -Dm0644 -t "$pkgdir/usr/share/wayland-sessions" "example/hyprland.desktop"
install -Dm0644 -t "$pkgdir/usr/share/hyprland" "example/hyprland.conf"
+ install -Dm0644 -t "$pkgdir/usr/share/hyprland" assets/*.png
install -Dm0644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
+ install -Dm0644 -t "$pkgdir/usr/share/wayland-sessions" "example/hyprland.desktop"
+ install -Dm0644 -t "$pkgdir/usr/share/xdg-desktop-portal" assets/hyprland-portals.conf
install -Dm0755 -t "$pkgdir/usr/lib" "$srcdir/tmpwlr/lib/libwlroots.so.12032"
}
# vi: et ts=2 sw=2