void-packages/srcpkgs/cinnamon-session/template

22 lines
876 B
Bash
Raw Normal View History

2013-12-16 13:01:23 +00:00
# Template file for 'cinnamon-session'
pkgname=cinnamon-session
2015-06-15 05:48:42 +00:00
version=2.6.3
2015-01-24 09:07:03 +00:00
revision=1
2013-12-16 13:01:23 +00:00
short_desc="The Cinnamon session handler"
build_style=gnu-configure
2015-06-15 05:48:42 +00:00
configure_args="--disable-static --disable-schemas-compile --disable-gconf --disable-systemd"
2013-12-16 13:01:23 +00:00
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
2015-01-24 09:07:03 +00:00
gettext-devel glib-devel intltool"
makedepends="gtk+3-devel dbus-devel json-glib-devel libSM-devel
2015-06-15 05:48:42 +00:00
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>"
2013-12-16 13:01:23 +00:00
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
2015-01-24 09:07:03 +00:00
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
2015-06-15 05:48:42 +00:00
checksum=391db79472cbd6c1546cec5e7e8e82f2a465fea92cda019fca14f7c54cfa4dc1
2013-12-16 13:01:23 +00:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
2013-12-16 13:01:23 +00:00
}