1
0
mirror of synced 2024-11-13 18:50:53 +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 repo=$url
license=('GPL 2.0') license=('GPL 2.0')
groups=() groups=()
depends=(glfw mbedtls python freetype2 libglvnd gtk3) depends=(glfw mbedtls python freetype2 libglvnd gtk3 xdg-desktop-portal)
makedepends=(git) makedepends=(git)
checkdepends=() checkdepends=()
optdepends=() optdepends=()

View File

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