gdm: switch to /run.
This commit is contained in:
parent
9485ba4f47
commit
f0210a0582
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue