Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
xdg-desktop-portal-hyprland
Commits:
6b06288f by Caleb Maclennan at 2024-09-21T10:37:54+03:00
upgpkg: 1.3.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xdg-desktop-portal-hyprland
pkgdesc = xdg-desktop-portal backend for hyprland
- pkgver = 1.3.3
- pkgrel = 2
+ pkgver = 1.3.4
+ pkgrel = 1
url = https://github.com/hyprwm/xdg-desktop-portal-hyprland
arch = x86_64
license = MIT
@@ -12,6 +12,9 @@ pkgbase = xdg-desktop-portal-hyprland
depends = glibc
depends = hyprlang
depends = libhyprlang.so
+ depends = hyprutils
+ depends = libhyprutils.so
+ depends = hyprwayland-scanner
depends = libinih
depends = pipewire
depends = qt6-base
@@ -24,10 +27,10 @@ pkgbase = xdg-desktop-portal-hyprland
optdepends = grim: required for the screenshot portal to function
optdepends = slurp: support for interactive mode for the screenshot
portal
provides = xdg-desktop-portal-impl
- source =
https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/v1.3.3/xdg-desktop-portal-hyprland-1.3.3.tar.gz
+ source =
https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/v1.3.4/xdg-desktop-portal-hyprland-1.3.4.tar.gz
source =
https://github.com/hyprwm/hyprland-protocols/archive/4d29e48433270a2af06b8bc711ca1fe5109746cd.tar.gz
source = hyprland-portals.conf
- sha256sums =
5a8389868287853800d58e5296be9c7fcb0bd191297bc9806c352c735d92d7b3
+ sha256sums =
0fb4e608be76f1dca8fe15bb26bb11d406f343234796aeef65ca6cdcab63e00a
sha256sums =
5f6be4d870e94314f05ec7ff9c9c1f028748230ff80a7f89aeaf66c08e5c70e0
sha256sums =
20bc215211f16a361086d59fa051df7337d95f91c695a29d8c5d23d40407fad5
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=xdg-desktop-portal-hyprland
-pkgver=1.3.3
+pkgver=1.3.4
_protocolver=4d29e48433270a2af06b8bc711ca1fe5109746cd
-pkgrel=2
+pkgrel=1
pkgdesc='xdg-desktop-portal backend for hyprland'
url="https://github.com/hyprwm/$pkgname"
arch=(x86_64)
@@ -12,6 +12,8 @@ provides=(xdg-desktop-portal-impl)
depends=(gcc-libs
glibc
hyprlang libhyprlang.so
+ hyprutils libhyprutils.so
+ hyprwayland-scanner
libinih
pipewire
qt6-base
@@ -28,7 +30,7 @@ _archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz"
"https://github.com/hyprwm/hyprland-protocols/archive/$_protocolver.tar.gz"
hyprland-portals.conf) # TODO move this to hyprland where it belongs
-sha256sums=('5a8389868287853800d58e5296be9c7fcb0bd191297bc9806c352c735d92d7b3'
+sha256sums=('0fb4e608be76f1dca8fe15bb26bb11d406f343234796aeef65ca6cdcab63e00a'
'5f6be4d870e94314f05ec7ff9c9c1f028748230ff80a7f89aeaf66c08e5c70e0'
'20bc215211f16a361086d59fa051df7337d95f91c695a29d8c5d23d40407fad5')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-hyprland/-/commit/6b06288f86a35eb2d2dbebd9ca40fa0f057d779d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-hyprland/-/commit/6b06288f86a35eb2d2dbebd9ca40fa0f057d779d
You're receiving this email because of your account on gitlab.archlinux.org.