2010-04-15 03:53:44 +02:00
|
|
|
# Template file for 'gdm'
|
|
|
|
pkgname=gdm
|
2013-10-16 18:18:26 +02:00
|
|
|
version=3.10.0.1
|
2014-02-19 15:40:58 +01:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-26 05:54:43 +02:00
|
|
|
configure_args="--disable-schemas-compile --disable-static
|
2012-10-16 09:13:25 +02:00
|
|
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
|
|
|
--with-systemd --with-screenshot-dir=/var/lib/gdm/greeter
|
|
|
|
--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid
|
2013-03-28 19:53:31 +01:00
|
|
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --without-console-kit"
|
2013-03-28 19:55:09 +01:00
|
|
|
hostmakedepends="pkg-config itstool intltool which gnome-doc-utils gobject-introspection"
|
2013-09-26 18:30:06 +02:00
|
|
|
makedepends="pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.10 upower-devel
|
2013-04-12 13:13:49 +02:00
|
|
|
libcanberra-devel systemd-devel xrdb dconf>=0.16 hicolor-icon-theme
|
2013-09-26 18:30:06 +02:00
|
|
|
xorg-server gnome-session>=3.10 gnome-settings-daemon>=3.10"
|
2014-01-01 16:10:11 +01: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
|
|
|
|
dconf>=0.18 gnome-session>=3.10 gnome-settings-daemon>=3.10"
|
2010-04-15 03:53:44 +02:00
|
|
|
short_desc="GNOME Display Manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-31 21:26:06 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-10-16 18:18:26 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.10/$pkgname-$version.tar.xz"
|
|
|
|
checksum=549a42009af9c79a4e07632e405dcb71ba2e876e766cff02471511ad641b6ae7
|
2010-04-15 03:53:44 +02:00
|
|
|
|
2012-03-22 17:09:20 +01:00
|
|
|
post_install() {
|
2010-04-15 03:53:44 +02:00
|
|
|
# Use our own pam files.
|
|
|
|
rm -f ${DESTDIR}/etc/pam.d/*
|
2012-09-26 05:54:43 +02:00
|
|
|
for f in ${FILESDIR}/*.pam; do
|
2012-09-27 13:03:36 +02:00
|
|
|
vinstall ${f} 644 etc/pam.d ${f%.pam}
|
2011-09-30 14:30:50 +02:00
|
|
|
done
|
2012-06-27 10:22:01 +02:00
|
|
|
vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf
|
2011-03-04 14:38:01 +01:00
|
|
|
|
2011-09-30 14:30:50 +02:00
|
|
|
chmod 1770 ${DESTDIR}/var/log/gdm
|
|
|
|
chmod 700 ${DESTDIR}/var/lib/gdm/.config/dconf
|
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
|
|
|
|
vmove usr/share/gir-1.0
|
2013-07-31 07:30:53 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 13:13:49 +02:00
|
|
|
}
|
|
|
|
}
|