summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2022-12-04 12:34:18 -0800
committerThatOneCalculator2022-12-04 12:34:18 -0800
commit8ca1095084499003a78b9b0192133462497a47e1 (patch)
tree5bec194fddcaa7452fbee116c34830a38ac1e453
parentb7337097ca877c441e3bd5dea2984eee0d6c83f3 (diff)
downloadaur-8ca1095084499003a78b9b0192133462497a47e1.tar.gz
Update deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6674566d102..4269714626b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-desktop-portal-hyprland-git
pkgdesc = xdg-desktop-portal backend for hyprland
pkgver = r224.3d3c5a4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/xdg-desktop-portal-hyprland
arch = x86_64
license = custom:MIT
@@ -10,9 +10,11 @@ pkgbase = xdg-desktop-portal-hyprland-git
makedepends = wayland-protocols
makedepends = wayland
makedepends = scdoc
+ makedepends = cmake
depends = xdg-desktop-portal
depends = pipewire
depends = libinih
+ depends = qt6-base
optdepends = grim: required for the screenshot portal to function
optdepends = slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal
optdepends = bemenu: one of the built-in chooser options for the screencast portal
diff --git a/PKGBUILD b/PKGBUILD
index 86cc401da655..c06bded37a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgname="xdg-desktop-portal-hyprland"
pkgname="${_pkgname}-git"
pkgver=r224.3d3c5a4
-pkgrel=1
+pkgrel=2
pkgdesc="xdg-desktop-portal backend for hyprland"
url="https://github.com/hyprwm/xdg-desktop-portal-hyprland"
arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(xdg-desktop-portal pipewire libinih)
-makedepends=(git meson wayland-protocols wayland scdoc)
+depends=(xdg-desktop-portal pipewire libinih qt6-base)
+makedepends=(git meson wayland-protocols wayland scdoc cmake)
optdepends=(
"grim: required for the screenshot portal to function"
"slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal"
@@ -35,6 +35,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
+ git submodule update --init
meson build
ninja -C build
cd hyprland-share-picker && make all && cd ..