diff options
Diffstat (limited to 'build-scripts/aur-git/PKGBUILD')
-rw-r--r-- | build-scripts/aur-git/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/build-scripts/aur-git/PKGBUILD b/build-scripts/aur-git/PKGBUILD index 03f173e6..58ca1672 100644 --- a/build-scripts/aur-git/PKGBUILD +++ b/build-scripts/aur-git/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=swayfx pkgname="$_pkgname-git" pkgver=r7023.9cd02fc4 -pkgrel=3 +pkgrel=4 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" makedepends=( @@ -37,15 +37,19 @@ optdepends=( "swaylock: Screen locker" "wallutils: Timed wallpapers" "waybar: Highly customizable bar" + "xdg-desktop-portal-gtk: Default xdg-desktop-portal for file picking" + "xdg-desktop-portal-wlr: xdg-desktop-portal backend" ) backup=(etc/sway/config) arch=("i686" "x86_64") url="https://github.com/WillPower3309/swayfx" source=("${pkgname%-*}::git+${url}.git" - 50-systemd-user.conf) + 50-systemd-user.conf + sway-portals.conf) sha512sums=( "SKIP" - "c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137") + "d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e" + "790741df028822bf4d83170dea57e1c63f7d7938cf31969e4cd347b0fc07330322b603c9ec0091b7a3f425132bed9dee6f261074cc273555120858beaaaf5da1") provides=("sway" "swayfx") conflicts=("sway" "swayfx") options=(debug) @@ -67,6 +71,7 @@ build() { package() { install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/" + install -Dm644 sway-portals.conf "$pkgdir/usr/share/xdg-desktop-portal/sway-portals.conf" DESTDIR="$pkgdir" meson install -C build |