void-packages/srcpkgs/cinnamon-screensaver/template
2021-12-09 16:55:10 -03:00

28 lines
1,016 B
Bash

# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
version=5.2.0
revision=1
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=0e0dff969e5fbfa3c81912f336ed43b23f69b1277f34c1108ad5d7d8a38787a7
make_check=no
python_version=3
pycompile_dirs="/usr/share/cinnamon-screensaver"
post_install() {
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
}