mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xdg-desktop-portal: update to 1.20.3
This commit is contained in:
parent
68c4c521cc
commit
d84f3445ad
1 changed files with 9 additions and 7 deletions
|
@ -1,21 +1,23 @@
|
||||||
# Template file for 'xdg-desktop-portal'
|
# Template file for 'xdg-desktop-portal'
|
||||||
pkgname=xdg-desktop-portal
|
pkgname=xdg-desktop-portal
|
||||||
version=1.18.4
|
version=1.20.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dgeoclue=enabled -Dlibportal=enabled
|
configure_args="-Dgeoclue=enabled -Dsystemd=disabled"
|
||||||
-Dsystemd=disabled"
|
hostmakedepends="pkg-config gettext glib-devel bubblewrap flatpak python3-docutils
|
||||||
hostmakedepends="pkg-config gettext glib-devel bubblewrap flatpak python3-docutils"
|
gst-plugins-good1 gstreamer1 python3-dbusmock python3-gobject python3-pytest-xdist"
|
||||||
makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
|
makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
|
||||||
libportal-devel polkit-devel"
|
polkit-devel gst-plugins-base1-devel libumockdev-devel"
|
||||||
checkdepends="dbus python3-dbusmock"
|
checkdepends="dbus python3-dbusmock umockdev"
|
||||||
short_desc="Portal frontend service for Flatpak"
|
short_desc="Portal frontend service for Flatpak"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/flatpak/xdg-desktop-portal"
|
homepage="https://github.com/flatpak/xdg-desktop-portal"
|
||||||
changelog="https://github.com/flatpak/xdg-desktop-portal/raw/main/NEWS"
|
changelog="https://github.com/flatpak/xdg-desktop-portal/raw/main/NEWS"
|
||||||
distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=028d5aec19a7f6fdbe76d6c7cf982cbc4e4ee290493ded3a16b67dfff5cad589
|
checksum=01d2a8ceaab06fa1d0638abe541dbb415a0a19be271d9669a93ec1640f87ea4a
|
||||||
|
# https://github.com/flatpak/xdg-desktop-portal/issues/1589
|
||||||
|
make_check_pre="env XDP_VALIDATE_ICON_INSECURE=1 XDP_VALIDATE_SOUND_INSECURE=1"
|
||||||
|
|
||||||
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
|
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
|
||||||
export TEST_IN_CI="true"
|
export TEST_IN_CI="true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue