2010-04-15 01:53:44 +00:00
|
|
|
# Template file for 'gdm'
|
|
|
|
pkgname=gdm
|
2011-10-19 19:33:44 +00:00
|
|
|
version=3.2.1.1
|
2011-09-30 12:30:50 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2010-04-15 01:53:44 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
2011-10-16 17:46:38 +00:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
2011-09-30 12:30:50 +00:00
|
|
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
|
|
|
--disable-static"
|
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"
|
2011-10-19 19:33:44 +00:00
|
|
|
checksum=85a1383f93870fb5d47a938cc2e04b6f0d74cb611a2b5d94d9651b78a5ccffbd
|
2010-04-15 01:53:44 +00:00
|
|
|
long_desc="
|
|
|
|
GDM is the GNOME Display Manager, it is the little proggie that runs
|
|
|
|
in the background, runs your X sessions, presents you with a login box
|
|
|
|
and then tells you to piss off because you forgot your password. It
|
|
|
|
does pretty much everything that you would want to use xdm for, but
|
|
|
|
does not involve as much crack. It doesn't use any code from xdm, and
|
|
|
|
has a more paranoid and safer design overall. It also includes many
|
|
|
|
features over xdm, the biggest one of which is that it is more user
|
|
|
|
friendly, even if your X setup is failing. The goal is that users
|
|
|
|
should never, ever have to use the command line to customize or
|
|
|
|
troubleshoot gdm. It of course supports xdmcp, and in fact extends
|
|
|
|
xdmcp a little bit in places where I thought xdm was lacking (but is
|
|
|
|
still compatible with xdm's xdmcp)."
|
|
|
|
|
2011-03-05 00:11:49 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/gdm/custom.conf
|
|
|
|
/etc/pam.d/gdm
|
2011-09-30 12:30:50 +00:00
|
|
|
/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"
|
2011-03-05 00:11:49 +00:00
|
|
|
|
2011-09-30 12:30:50 +00:00
|
|
|
keep_empty_dirs=yes
|
|
|
|
subpackages="gdm-devel"
|
|
|
|
gconf_schemas="gdm.schemas"
|
2010-04-15 01:53:44 +00:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
|
|
|
# Create the 'gdm' system user/group.
|
|
|
|
system_accounts="gdm"
|
|
|
|
gdm_homedir="/var/lib/gdm"
|
2011-10-11 01:43:05 +00:00
|
|
|
systemd_services="gdm.service"
|
2010-04-15 01:53:44 +00:00
|
|
|
|
|
|
|
Add_dependency run glibc
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run glib
|
2010-04-15 01:53:44 +00:00
|
|
|
Add_dependency run libX11
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency run libXrandr
|
2010-04-15 01:53:44 +00:00
|
|
|
Add_dependency run dbus-glib
|
|
|
|
Add_dependency run dbus-libs
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency run libxklavier
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run libXau
|
|
|
|
Add_dependency run pam
|
|
|
|
Add_dependency run accountsservice
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency run nss
|
|
|
|
Add_dependency run nspr
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run gtk+3
|
2010-10-24 19:56:57 +00:00
|
|
|
Add_dependency run gdk-pixbuf
|
2010-04-15 01:53:44 +00:00
|
|
|
Add_dependency run cairo
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run pango
|
|
|
|
Add_dependency run GConf
|
2010-04-15 01:53:44 +00:00
|
|
|
Add_dependency run upower
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run libXdmcp
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency run atk
|
|
|
|
Add_dependency run freetype
|
|
|
|
Add_dependency run fontconfig
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency run libcanberra
|
2011-09-30 12:30:50 +00:00
|
|
|
|
2011-10-19 12:52:17 +00:00
|
|
|
Add_dependency run dconf
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency run ConsoleKit-x11
|
|
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency run polkit-gnome
|
2010-04-15 01:53:44 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency build gobject-introspection
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency build pam-devel
|
2011-09-30 12:30:50 +00:00
|
|
|
Add_dependency build nss-devel
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency build accountsservice-devel
|
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build GConf-devel
|
2010-04-15 01:53:44 +00:00
|
|
|
Add_dependency build upower-devel
|
2011-03-02 10:07:39 +00:00
|
|
|
Add_dependency build libcanberra-devel
|
2011-03-23 09:56:12 +00:00
|
|
|
Add_dependency build libXrandr-devel
|
2011-07-25 08:05:39 +00:00
|
|
|
Add_dependency build libxklavier-devel
|
2011-07-25 08:18:55 +00:00
|
|
|
Add_dependency build at-spi2-core-devel
|
2010-04-15 01:53:44 +00:00
|
|
|
|
|
|
|
Add_dependency full xorg-server
|
2011-07-25 08:05:39 +00:00
|
|
|
|
2010-04-15 01:53:44 +00:00
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Use our own pam files.
|
|
|
|
rm -f ${DESTDIR}/etc/pam.d/*
|
2011-09-30 12:30:50 +00:00
|
|
|
for f in gdm gdm-autologin gdm-fingerprint gdm-password gdm-smartcard \
|
|
|
|
gdm-welcome; do
|
|
|
|
vinstall ${FILESDIR}/${f}.pam 644 etc/pam.d ${f}
|
|
|
|
done
|
2011-10-11 01:43:05 +00:00
|
|
|
# Install systemd service.
|
|
|
|
vinstall ${FILESDIR}/gdm.service 644 lib/systemd/system
|
2011-03-04 13:38:01 +00:00
|
|
|
|
2011-09-30 12:30:50 +00:00
|
|
|
# Install GConf schema.
|
2011-03-04 13:38:01 +00:00
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
2011-09-30 12:30:50 +00:00
|
|
|
|
|
|
|
rm -rf ${DESTDIR}/var/run ${DESTDIR}/var/gdm
|
|
|
|
chmod 1770 ${DESTDIR}/var/log/gdm
|
|
|
|
chmod 700 ${DESTDIR}/var/lib/gdm/.config/dconf
|
2010-04-15 01:53:44 +00:00
|
|
|
}
|