2010-04-15 03:53:44 +02:00
|
|
|
# Template file for 'gdm'
|
|
|
|
pkgname=gdm
|
2015-03-18 16:23:43 +01:00
|
|
|
version=3.16.0
|
|
|
|
revision=1
|
2014-11-30 10:57:57 +01:00
|
|
|
patch_args="-Np1"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-11-30 10:57:57 +01:00
|
|
|
configure_args="$(vopt_enable gir introspection)
|
|
|
|
--disable-schemas-compile --disable-static --with-default-pam-config=arch
|
2012-10-16 09:13:25 +02:00
|
|
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
2015-03-18 16:23:43 +01:00
|
|
|
--with-screenshot-dir=/var/lib/gdm/greeter --sbindir=/usr/bin --without-plymouth
|
2014-10-13 18:11:06 +02:00
|
|
|
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid"
|
2015-01-13 08:19:15 +01:00
|
|
|
hostmakedepends="automake libtool pkg-config itstool intltool gnome-doc-utils
|
|
|
|
$(vopt_if gir gobject-introspection)"
|
2015-03-18 16:23:43 +01:00
|
|
|
makedepends="glib-devel iso-codes gettext-devel
|
2015-03-27 10:50:40 +01:00
|
|
|
pam-devel nss-devel accountsservice-devel gtk+3-devel upower-devel
|
2014-10-13 18:11:06 +02:00
|
|
|
libSM-devel libcanberra-devel dconf"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="
|
|
|
|
/etc/gdm/custom.conf
|
|
|
|
/etc/pam.d/gdm-autologin
|
|
|
|
/etc/pam.d/gdm-fingerprint
|
2015-04-30 07:35:40 +02:00
|
|
|
/etc/pam.d/gdm-launch-environment
|
2014-01-01 16:10:11 +01:00
|
|
|
/etc/pam.d/gdm-password
|
2015-04-30 07:35:40 +02:00
|
|
|
/etc/pam.d/gdm-pin
|
|
|
|
/etc/pam.d/gdm-smartcard"
|
2014-01-01 16:10:11 +01:00
|
|
|
# Create the 'gdm' system user/group.
|
|
|
|
system_accounts="gdm"
|
|
|
|
gdm_homedir="/var/lib/gdm"
|
2014-10-13 18:11:06 +02:00
|
|
|
depends="iso-codes xrdb xorg-server hicolor-icon-theme
|
2014-11-30 10:57:57 +01:00
|
|
|
dconf>=0.20 gnome-session>=3.14 gnome-settings-daemon>=3.14 gnome-shell>=3.14"
|
2010-04-15 03:53:44 +02:00
|
|
|
short_desc="GNOME Display Manager"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-05-31 21:26:06 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2014-03-27 17:48:44 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2015-03-18 16:23:43 +01:00
|
|
|
checksum=bb6d48fc67d36077be98cca41452bd14eff36069712d94030221eee668c7e261
|
2010-04-15 03:53:44 +02:00
|
|
|
|
2014-05-20 13:10:56 +02:00
|
|
|
# Package build options
|
|
|
|
build_options="gir systemd"
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default+=" gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_systemd" ]; then
|
2014-07-28 14:57:55 +02:00
|
|
|
configure_args+=" --with-systemd --enable-systemd-journal --with-initial-vt=1"
|
2014-10-13 18:11:06 +02:00
|
|
|
configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
2014-05-20 13:10:56 +02:00
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
2014-11-30 12:31:05 +01:00
|
|
|
configure_args+=" --with-console-kit --without-systemd --disable-systemd-journal --with-initial-vt=7"
|
2014-05-20 13:10:56 +02:00
|
|
|
fi
|
|
|
|
|
2014-11-30 10:57:57 +01:00
|
|
|
pre_configure() {
|
|
|
|
AUTOPOINT='intltoolize --automake -c' NOCONFIGURE=1 autoreconf -fi
|
|
|
|
}
|
2012-03-22 17:09:20 +01:00
|
|
|
post_install() {
|
2014-11-30 10:57:57 +01:00
|
|
|
# runit service
|
2014-10-13 18:11:06 +02:00
|
|
|
vsv gdm
|
2010-04-15 03:53:44 +02:00
|
|
|
}
|
2013-04-12 13:13:49 +02:00
|
|
|
|
|
|
|
libgdm_package() {
|
2013-06-14 22:30:54 +02:00
|
|
|
short_desc+=" - runtime libraries"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
2013-07-31 07:30:53 +02:00
|
|
|
vmove "usr/lib/*.so.*"
|
2013-04-12 13:13:49 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
gdm-devel_package() {
|
2013-10-16 18:18:26 +02:00
|
|
|
depends="libgdm>=${version}_${revision}"
|
2013-06-14 22:30:54 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-05-20 13:10:56 +02:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-07-31 07:30:53 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 13:13:49 +02:00
|
|
|
}
|
|
|
|
}
|