void-packages/srcpkgs/cinnamon-session/template

27 lines
893 B
Plaintext

# Template file for 'cinnamon-session'
pkgname=cinnamon-session
version=2.2.2
revision=2
short_desc="The Cinnamon session handler"
build_style=gnu-configure
configure_args=" --disable-static --disable-schemas-compile --disable-gconf
$(vopt_enable systemd)"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
gettext-devel intltool git"
makedepends="gtk+3-devel dbus-devel upower-devel json-glib-devel libSM-devel
pangox-compat-devel cinnamon-desktop-devel libcanberra-devel
upower0-devel $(vopt_if systemd systemd-devel)"
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
build_options="systemd"
do_fetch() {
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}