diff --git a/srcpkgs/gdm/gdm.rshlibs b/srcpkgs/gdm/gdm.rshlibs index a78a33cd95..67a74459a3 100644 --- a/srcpkgs/gdm/gdm.rshlibs +++ b/srcpkgs/gdm/gdm.rshlibs @@ -25,7 +25,6 @@ libXdmcp.so.6 libatk-1.0.so.0 libpangocairo-1.0.so.0 libcairo-gobject.so.2 -librt.so.1 libfontconfig.so.1 libcanberra-gtk3.so.0 libcanberra.so.0 diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template index a7278c6bcf..38842f60d7 100644 --- a/srcpkgs/gdm/template +++ b/srcpkgs/gdm/template @@ -1,12 +1,14 @@ # Template file for 'gdm' pkgname=gdm version=3.4.1 -revision=2 +revision=3 distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-schemas-compile --disable-scrollkeeper --with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers ---disable-static --without-systemd --with-console-kit" +--disable-static --without-systemd --with-console-kit +--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid +--with-screenshot-dir=/var/lib/gdm/greeter" makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection pam-devel nss-devel accountsservice-devel gtk+3-devel upower-devel libcanberra-devel libXrandr-devel libxklavier-devel at-spi2-core-devel" fulldepends="xrdb dconf hicolor-icon-theme polkit-gnome xorg-server metacity gnome-session gnome-settings-daemon" subpackages="gdm-devel"