2010-04-11 13:11:57 +02:00
|
|
|
# Template file for 'gnome-session'
|
|
|
|
pkgname=gnome-session
|
2014-04-15 18:22:33 +02:00
|
|
|
version=3.12.1
|
2014-05-20 13:25:43 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-05-20 13:25:43 +02:00
|
|
|
configure_args="--disable-schemas-compile"
|
2013-03-28 17:59:06 +01:00
|
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl"
|
2014-05-20 13:25:43 +02:00
|
|
|
makedepends="upower-devel json-glib-devel gtk+3-devel libSM-devel
|
|
|
|
startup-notification-devel libXtst-devel dbus-glib-devel
|
|
|
|
gsettings-desktop-schemas-devel>=3.10 gnome-desktop-devel>=3.12"
|
2014-03-27 16:59:18 +01:00
|
|
|
depends="gsettings-desktop-schemas>=3.12 dconf>=0.20 alsa-plugins-pulseaudio
|
2014-01-01 16:10:11 +01:00
|
|
|
hicolor-icon-theme desktop-file-utils"
|
2010-04-11 13:17:33 +02:00
|
|
|
short_desc="GNOME session management utilities"
|
2010-04-11 13:11:57 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 14:02:43 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2013-09-26 17:59:16 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2014-04-15 18:22:33 +02:00
|
|
|
checksum=fa308771ac18bc5f77e5a5be3b2d93df1625168cb40167c1dfa898e9006e25d3
|
2014-05-20 13:25:43 +02:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="systemd"
|
|
|
|
desc_option_systemd="Enable support for systemd"
|
|
|
|
build_options_default="systemd"
|
|
|
|
|
|
|
|
if [ "$build_option_systemd" ]; then
|
|
|
|
configure_args+=" --enable-systemd"
|
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-systemd"
|
|
|
|
fi
|