New package: gdm-settings-3.1

Co-authord-by: Duncaen <duncaen@voidlinux.org>
Closes: #41817 [via git-merge-pr]
This commit is contained in:
Owen Law 2023-01-22 18:45:57 -05:00 committed by Duncaen
parent d4add61d00
commit b8a85aa0d4
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'gdm-settings'
pkgname=gdm-settings
version=3.2
revision=1
build_style=meson
build_helper=gir
hostmakedepends="pkg-config gettext blueprint-compiler desktop-file-utils gtk-update-icon-cache gtk4 libadwaita glib-devel"
makedepends="libglib-devel python3-gobject-devel libadwaita-devel"
short_desc="Settings app for GNOME's Login Manager, GDM"
maintainer="Owen Law <owenlaw222@gmail.com>"
license="AGPL-3.0-or-later"
homepage="https://gdm-settings.github.io/"
changelog="https://github.com/gdm-settings/gdm-settings/releases"
distfiles="https://github.com/gdm-settings/gdm-settings/archive/refs/tags/v${version}.tar.gz"
checksum=aa1eb4a857904363689edb1d36cc143c820bb8eba72e68081da24da9828bdf89
post_install() {
vlicense LICENSE
}