void-packages/srcpkgs/cinnamon-session/template
2015-06-15 07:48:42 +02:00

22 lines
876 B
Bash

# Template file for 'cinnamon-session'
pkgname=cinnamon-session
version=2.6.3
revision=1
short_desc="The Cinnamon session handler"
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile --disable-gconf --disable-systemd"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
gettext-devel glib-devel intltool"
makedepends="gtk+3-devel dbus-devel json-glib-devel libSM-devel
pangox-compat-devel cinnamon-desktop-devel libcanberra-devel upower0-devel"
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme"
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=391db79472cbd6c1546cec5e7e8e82f2a465fea92cda019fca14f7c54cfa4dc1
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}