From 151d01e356cc6ca7bb734a2f09e9e1fa64fb8b07 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Aug 2012 23:23:58 +0200 Subject: [PATCH] gdm: reenable systemd support, it works now. --- srcpkgs/gdm/gdm.rshlibs | 2 ++ srcpkgs/gdm/template | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gdm/gdm.rshlibs b/srcpkgs/gdm/gdm.rshlibs index 67a74459a39..7fad7fbc3a0 100644 --- a/srcpkgs/gdm/gdm.rshlibs +++ b/srcpkgs/gdm/gdm.rshlibs @@ -1,3 +1,5 @@ +libsystemd-login.so.0 +libsystemd-daemon.so.0 libglib-2.0.so.0 libpthread.so.0 libc.so.6 diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template index a5fe845cc13..de6486aa2af 100644 --- a/srcpkgs/gdm/template +++ b/srcpkgs/gdm/template @@ -1,16 +1,16 @@ # Template file for 'gdm' pkgname=gdm version=3.4.1 -revision=6 +revision=7 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 ---with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid ---with-screenshot-dir=/var/lib/gdm/greeter" +--disable-static --with-systemd --with-screenshot-dir=/var/lib/gdm/greeter +--with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid" 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" +pam-devel nss-devel accountsservice-devel gtk+3-devel upower-devel systemd-devel +libcanberra-devel libXrandr-devel libxklavier-devel at-spi2-core-devel +dbus-glib-devel" fulldepends="xrdb dconf hicolor-icon-theme polkit-gnome xorg-server metacity gnome-session gnome-settings-daemon" subpackages="gdm-devel" gtk_iconcache_dirs="/usr/share/icons/hicolor"