void-packages/srcpkgs/cinnamon-screensaver/template
2021-10-09 08:01:08 -04:00

31 lines
1,021 B
Bash

# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
version=4.8.1
revision=2
build_style=meson
build_helper=gir
hostmakedepends="gettext-devel glib-devel 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://github.com/linuxmint/cinnamon-screensaver"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=e06a9f28cba55c38d1464d02917eb374de941fd09007608c239a348e7653b675
python_version=3
pycompile_dirs="/usr/share/cinnamon-screensaver"
do_check() {
:
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
}