25 lines
940 B
Bash
25 lines
940 B
Bash
# Template file for 'cinnamon-session'
|
|
pkgname=cinnamon-session
|
|
version=2.4.3
|
|
revision=1
|
|
short_desc="The Cinnamon session handler"
|
|
build_options="systemd"
|
|
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 glib-devel intltool"
|
|
makedepends="gtk+3-devel dbus-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@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://cinnamon.linuxmint.com/"
|
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=07afa992ae1c513b3a1e83a2fd29f83305f697dd45ba04121521ba8a7c005733
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|