aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-10 18:50:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-10 18:50:41 +0000
commitc509b212bdf79b81888f9d22b0205f0c9fb1727e (patch)
tree0ae98019fb4802d3eb1727dbec33b36a418a8613 /testing/lightdm
parent8fda45ba3a9c5a61594a95d7c6289ed2884043ff (diff)
downloadaports-c509b212bdf79b81888f9d22b0205f0c9fb1727e.tar.bz2
aports-c509b212bdf79b81888f9d22b0205f0c9fb1727e.tar.xz
testing/lightdm: use Xsession from xinit as session wrapper
Diffstat (limited to 'testing/lightdm')
-rw-r--r--testing/lightdm/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD
index fc2cfecfd2..d412871b5e 100644
--- a/testing/lightdm/APKBUILD
+++ b/testing/lightdm/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm
pkgver=1.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-desktop display manager"
url="http://www.freedesktop.org/wiki/Software/LightDM"
arch="all"
license="GPL-3"
-depends="dbus"
+depends="dbus xinit"
depends_dev="glib-dev libxklavier-dev libx11-dev"
makedepends="$depends_dev linux-pam-dev gtk+3.0-dev libxext-dev
autoconf automake libtool gobject-introspection-dev itstool
@@ -55,6 +55,7 @@ package() {
make DESTDIR="$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/*.la
mv "$pkgdir"/usr/lib/locale "$pkgdir"/usr/share/
+ ln -s /etc/X11/xinit/Xsession "$pkgdir"/usr/bin/lightdm-session
install -Dm755 "$srcdir"/lightdm.initd "$pkgdir"/etc/init.d/lightdm
}