21 lines
892 B
Bash
21 lines
892 B
Bash
# Template file for 'cinnamon-session'
|
|
pkgname=cinnamon-session
|
|
version=2.8.0
|
|
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 dbus-glib-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=be925a4d19d8aa26623a7a09d6cc5de2b97e4902715f81792715f4ec5862c34e
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|