20 lines
687 B
Bash
20 lines
687 B
Bash
# Template file for 'xdg-desktop-portal-gtk'
|
|
pkgname=xdg-desktop-portal-gtk
|
|
version=0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="flatpak-devel glib-devel gtk+3-devel xdg-desktop-portal"
|
|
depends="xdg-desktop-portal"
|
|
short_desc="Portal backend service for Flatpak using GTK+"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="https://github.com/flatpak/xdg-desktop-portal-gtk"
|
|
distfiles="https://github.com/flatpak/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=8d72a582a80ee922b2c665f801aeef0cfbb5ddb28b8ec9d53bd13231b9c60cab
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
rm -rf "${DESTDIR}/usr/lib/systemd"
|
|
}
|