2010-04-15 01:53:44 +00:00
|
|
|
# Template file for 'gdm'
|
|
|
|
pkgname=gdm
|
2014-05-17 08:25:17 +00:00
|
|
|
version=3.12.2
|
2014-09-01 13:28:02 +00:00
|
|
|
revision=5
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-09-26 03:54:43 +00:00
|
|
|
configure_args="--disable-schemas-compile --disable-static
|
2012-10-16 07:13:25 +00:00
|
|
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
2014-05-20 11:10:56 +00:00
|
|
|
--with-screenshot-dir=/var/lib/gdm/greeter
|
2012-10-16 07:13:25 +00:00
|
|
|
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
|
2014-05-20 11:10:56 +00:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
|
|
|
hostmakedepends="pkg-config itstool intltool which gnome-doc-utils"
|
2014-07-28 12:57:55 +00:00
|
|
|
makedepends="
|
|
|
|
pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.10 upower-devel
|
|
|
|
libSM-devel libcanberra-devel xrdb dconf>=0.20 hicolor-icon-theme
|
2014-03-27 16:48:44 +00:00
|
|
|
xorg-server gnome-session>=3.12 gnome-settings-daemon>=3.12"
|
2014-01-01 15:10:11 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/gdm/custom.conf
|
|
|
|
/etc/pam.d/gdm
|
|
|
|
/etc/pam.d/gdm-autologin
|
|
|
|
/etc/pam.d/gdm-fingerprint
|
|
|
|
/etc/pam.d/gdm-password
|
|
|
|
/etc/pam.d/gdm-smartcard
|
|
|
|
/etc/pam.d/gdm-welcome"
|
|
|
|
# Create the 'gdm' system user/group.
|
|
|
|
system_accounts="gdm"
|
|
|
|
gdm_homedir="/var/lib/gdm"
|
|
|
|
systemd_services="gdm.service off"
|
|
|
|
depends="xrdb xorg-server hicolor-icon-theme
|
2014-03-27 16:48:44 +00:00
|
|
|
dconf>=0.20 gnome-session>=3.12 gnome-settings-daemon>=3.12"
|
2010-04-15 01:53:44 +00:00
|
|
|
short_desc="GNOME Display Manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-31 19:26:06 +00:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2014-03-27 16:48:44 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2014-05-17 08:25:17 +00:00
|
|
|
checksum=cc91fff5afd2a7c3e712c960a0b60744774167dcfc16f486372e1eb3c0aa1cc4
|
2010-04-15 01:53:44 +00:00
|
|
|
|
2014-05-20 11:10:56 +00: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_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
makedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_systemd" ]; then
|
2014-07-28 12:57:55 +00:00
|
|
|
configure_args+=" --with-systemd --enable-systemd-journal --with-initial-vt=1"
|
2014-05-20 11:10:56 +00:00
|
|
|
makedepends+=" systemd-devel"
|
|
|
|
else
|
2014-07-28 12:57:55 +00:00
|
|
|
configure_args+=" --without-systemd --disable-systemd-journal --with-initial-vt=7"
|
2014-05-20 11:10:56 +00:00
|
|
|
fi
|
|
|
|
|
2012-03-22 16:09:20 +00:00
|
|
|
post_install() {
|
2010-04-15 01:53:44 +00:00
|
|
|
# Use our own pam files.
|
|
|
|
rm -f ${DESTDIR}/etc/pam.d/*
|
2012-09-26 03:54:43 +00:00
|
|
|
for f in ${FILESDIR}/*.pam; do
|
2012-09-27 11:03:36 +00:00
|
|
|
vinstall ${f} 644 etc/pam.d ${f%.pam}
|
2011-09-30 12:30:50 +00:00
|
|
|
done
|
2012-06-27 08:22:01 +00:00
|
|
|
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
2011-03-04 13:38:01 +00:00
|
|
|
|
2011-09-30 12:30:50 +00:00
|
|
|
chmod 1770 ${DESTDIR}/var/log/gdm
|
2010-04-15 01:53:44 +00:00
|
|
|
}
|
2013-04-12 11:13:49 +00:00
|
|
|
|
|
|
|
libgdm_package() {
|
2013-06-14 20:30:54 +00:00
|
|
|
short_desc+=" - runtime libraries"
|
2013-04-12 11:13:49 +00:00
|
|
|
pkg_install() {
|
2013-07-31 05:30:53 +00:00
|
|
|
vmove "usr/lib/*.so.*"
|
2013-04-12 11:13:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gdm-devel_package() {
|
2013-10-16 16:18:26 +00:00
|
|
|
depends="libgdm>=${version}_${revision}"
|
2013-06-14 20:30:54 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 11:13:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-05-20 11:10:56 +00:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-07-31 05:30:53 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 11:13:49 +00:00
|
|
|
}
|
|
|
|
}
|