Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xdg-desktop-portal: update to 1.15.0. #39518

Merged
merged 1 commit into from Oct 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 11 additions & 10 deletions srcpkgs/xdg-desktop-portal/template
@@ -1,21 +1,22 @@
# Template file for 'xdg-desktop-portal'
pkgname=xdg-desktop-portal
version=1.14.6
version=1.15.0
revision=1
build_style=gnu-configure
configure_args="--enable-pipewire --enable-geoclue --enable-libportal --without-systemd"
hostmakedepends="pkg-config glib-devel"
build_style=meson
configure_args="-Dpipewire=enabled -Dgeoclue=enabled -Dlibportal=enabled
-Dsystemd=disabled"
hostmakedepends="pkg-config gettext glib-devel bubblewrap flatpak"
makedepends="flatpak-devel fuse3-devel pipewire-devel geoclue2-devel
libportal-devel"
checkdepends="dbus"
checkdepends="dbus python3-dbusmock"
short_desc="Portal frontend service for Flatpak"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/flatpak/xdg-desktop-portal"
changelog="https://github.com/flatpak/xdg-desktop-portal/raw/main/NEWS"
distfiles="https://github.com/flatpak/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
checksum=f2e589972c0af78f2ba92ac222ebc9b9e1499bc9017aaa00041567caed950de0
distfiles="https://github.com/flatpak/xdg-desktop-portal/archive/refs/tags/${version}.tar.gz"
checksum=a0fc502e862dd4b23530bf4aa97899145415228b4c54bf6e6ef8b61e68ebb2bf

post_install() {
rm -rf "${DESTDIR}/usr/lib/systemd"
}
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
export TEST_IN_CI="true"
fi