void-packages/srcpkgs/gsettings-desktop-schemas/template

33 lines
1.0 KiB
Bash

# Template file for 'gsettings-desktop-schemas'
pkgname=gsettings-desktop-schemas
version=42.0
revision=1
build_helper="gir"
build_style=meson
configure_args="-Dintrospection=$(vopt_if gir true false)"
hostmakedepends="gettext pkg-config glib-devel"
makedepends="libglib-devel"
short_desc="Collection of GSettings schemas"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
changelog="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6686335a9ed623f7ae2276fefa50a410d4e71d4231880824714070cb317323d2
# Package build options
build_options="gir"
build_options_default="gir"
gsettings-desktop-schemas-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/pkgconfig
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}