27 lines
985 B
Bash
27 lines
985 B
Bash
# Template file for 'cinnamon-screensaver'
|
|
pkgname=cinnamon-screensaver
|
|
version=5.2.1
|
|
revision=1
|
|
build_style=meson
|
|
build_helper=gir
|
|
hostmakedepends="gettext-devel glib-devel gobject-introspection
|
|
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=fdc141a4769c1ceb70d672269aed748df323c38e1a05e03d7c586123de327530
|
|
|
|
python_version=3
|
|
pycompile_dirs="/usr/share/cinnamon-screensaver"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
|
}
|