1
0
mirror of synced 2024-11-12 02:00:52 +01:00

build: Add xdg-desktop-portal for AUR package (#572)

* Add xdg-desktop-portal for AUR package

* Fix archlinux package build
This commit is contained in:
KokaKiwi 2022-07-07 22:08:27 +02:00 committed by GitHub
parent 071bae345e
commit e34f94bb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
dist/Arch/PKGBUILD vendored
View File

@ -8,7 +8,7 @@ url="https://github.com/WerWolv/ImHex"
repo=$url
license=('GPL 2.0')
groups=()
depends=(glfw mbedtls python freetype2 libglvnd gtk3)
depends=(glfw mbedtls python freetype2 libglvnd gtk3 xdg-desktop-portal)
makedepends=(git)
checkdepends=()
optdepends=()

View File

@ -9,4 +9,5 @@ pacman -S $@ --needed \
mbedtls \
python3 \
freetype2 \
gtk3
gtk3 \
xdg-desktop-portal