2013-12-16 14:25:04 +01:00
|
|
|
# Template file for 'cinnamon-screensaver'
|
|
|
|
pkgname=cinnamon-screensaver
|
2015-06-07 20:16:29 +02:00
|
|
|
version=2.6.3
|
2015-01-24 10:17:36 +01:00
|
|
|
revision=1
|
2013-12-16 14:25:04 +01:00
|
|
|
short_desc="The Cinnamon screensaver"
|
|
|
|
build_style=gnu-configure
|
2015-06-08 12:27:26 +02:00
|
|
|
configure_args="--disable-static --disable-schemas-compile --with-mit-ext"
|
2013-12-16 14:25:04 +01:00
|
|
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
2015-01-24 10:17:36 +01:00
|
|
|
gettext-devel glib-devel intltool"
|
2013-12-16 14:25:04 +01:00
|
|
|
makedepends="dbus-glib-devel libgnomekbd-devel cinnamon-desktop-devel
|
2015-06-08 12:27:26 +02:00
|
|
|
libXxf86misc-devel pam-devel webkit2gtk-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
|
|
|
conf_files="/etc/pam.d/${pkgname}"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-12-16 14:25:04 +01:00
|
|
|
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-06-07 20:16:29 +02:00
|
|
|
checksum=cef3e6ccbb77e91f7e4ef04115b45696c5b6070b8517a60c8782b1f0a67a348a
|
2013-12-16 14:25:04 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
|
|
|
}
|