void-packages/srcpkgs/cinnamon-screensaver/template
2015-05-30 07:47:08 +02:00

28 lines
1 KiB
Bash

# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
version=2.4.2
revision=1
short_desc="The Cinnamon screensaver"
build_options="systemd"
build_style=gnu-configure
configure_args=" --disable-static --disable-schemas-compile --with-mit-ext
$(vopt_enable systemd)"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
gettext-devel glib-devel intltool"
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
libXxf86misc-devel pam-devel $(vopt_if systemd systemd-devel)"
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme"
conf_files="/etc/pam.d/${pkgname}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=52afb2c9b5b00e1d026469c7f2b1865ca44c784b920e35bfcd61d2a75b87bbda
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
}