mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: xdg-desktop-portal-gtk-0.7
This commit is contained in:
parent
683a2faeeb
commit
f3a1a39816
1 changed files with 18 additions and 0 deletions
18
srcpkgs/xdg-desktop-portal-gtk/template
Normal file
18
srcpkgs/xdg-desktop-portal-gtk/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'xdg-desktop-portal-gtk'
|
||||||
|
pkgname=xdg-desktop-portal-gtk
|
||||||
|
version=0.7
|
||||||
|
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=f3960c8ca55c6c95996a6864a3d48058da3a9b5d31433126a2a55856c9d4382a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf "${DESTDIR}/usr/lib/systemd"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue