void-packages/srcpkgs/cinnamon-screensaver/template

36 lines
1.1 KiB
Bash

# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
version=4.4.1
revision=1
build_style=gnu-configure
build_helper=gir
configure_args="--disable-static"
hostmakedepends="gettext-devel glib-devel gnome-common gobject-introspection
intltool libtool pkg-config python3-devel"
makedepends="cinnamon-desktop-devel dbus-glib-devel libXxf86misc-devel
libgnomekbd-devel pam-devel python3-devel webkit2gtk-devel"
depends="cinnamon-translations hicolor-icon-theme python3-gobject
python3-setproctitle python3-xapp xapps"
conf_files="/etc/pam.d/${pkgname}"
short_desc="Cinnamon screensaver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://developer.linuxmint.com/projects/cinnamon-projects.html/"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=6ae265ebea2adb2b488cbbfbc8647021bc0cabffc01e46c7cfaf8ca1a91b349a
python_version=3
pycompile_dirs="/usr/share/cinnamon-screensaver"
do_check() {
:
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
}