18b5b36077
Add optional access to "pam_elogind.so" to prevent polkit agent malfunction in multiple Desktop Environments if started from xdm. Closes #27099
30 lines
824 B
Bash
30 lines
824 B
Bash
# Template file for 'xdm'
|
|
pkgname=xdm
|
|
version=1.1.12
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="--with-random-device=/dev/urandom
|
|
--with-utmp-file=/var/run/utmp
|
|
--with-wtmp-file=/var/log/wtmp
|
|
--with-xdmconfigdir=/etc/X11/xdm
|
|
--with-pam"
|
|
conf_files="/etc/pam.d/xdm
|
|
/etc/X11/xdm/Xaccess
|
|
/etc/X11/xdm/xdm-config
|
|
/etc/X11/xdm/Xresources
|
|
/etc/X11/xdm/Xservers"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="pam-devel libXaw-devel"
|
|
depends="sessreg xconsole xsm"
|
|
short_desc="X Display Manager"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=0dd283f72dda098d09e2925b9278c95e21551e693a5802ab442d1b577d8327f4
|
|
|
|
post_install() {
|
|
vsv xdm
|
|
vinstall ${FILESDIR}/xdm.pam 644 etc/pam.d xdm
|
|
vlicense COPYING
|
|
}
|