void-packages/srcpkgs/cinnamon-screensaver/template

26 lines
959 B
Bash
Raw Normal View History

# Template file for 'cinnamon-screensaver'
pkgname=cinnamon-screensaver
2015-07-05 10:27:45 +02:00
version=2.6.4
2015-01-24 10:17:36 +01:00
revision=1
short_desc="The Cinnamon screensaver"
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile --with-mit-ext"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
2015-01-24 10:17:36 +01:00
gettext-devel glib-devel intltool"
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
libXxf86misc-devel pam-devel webkit2gtk-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/"
2015-01-24 10:17:36 +01:00
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
2015-07-05 10:27:45 +02:00
checksum=b5da1cd64ab20e52582088c1fa8ac79741b1a17cc018a8f370936d9707dbbbde
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
}