aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lightdm/APKBUILD4
-rw-r--r--community/lightdm/lightdm.initd1
2 files changed, 3 insertions, 2 deletions
diff --git a/community/lightdm/APKBUILD b/community/lightdm/APKBUILD
index 78eccb4d5c6..5f722be7d03 100644
--- a/community/lightdm/APKBUILD
+++ b/community/lightdm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm
pkgver=1.30.0
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-desktop display manager"
url="https://www.freedesktop.org/wiki/Software/LightDM"
arch="all !s390x !mips !mips64" # gnome-themes-standard missing due to librsvg
@@ -85,4 +85,4 @@ aa33888f61b61f6c8082c77dc0b539fa14fb395c17e70b825ba88af7bb6adaad8f99583342a77442
c5bf8cfc0b4c4f95d9c9a3fa517b6c8ec90e02d84fb4498176b4745ed6089576fab536e9a3595200443811f05f2d47ac5e7c0205c878d9c23eff4dda7093ad6c disallow-guest.patch
7d31a5d7034e665a86a7067654c8865fa5db98b58c32afab6077d589c0cd1351bfbfb4625e5e1b2ccf8c98bc08e7c97412c528311c3c32da0b8e45916f8de767 allow-null-passwd.patch
24771daeb48af67d5f922cce3d5b784fdccbda3aed26f3b788f7ba5539e6681ab7d74863e103067029f0ec3f1313fd8bd1fd5a8c860208958561cbf3956c87d8 auto-unlock-keyring.patch
-9f75dacbb3ec1d99b2f27f7717f47b62a9146764e86986a77d0935da813ebe5cdebe82b25d960bcd3fd44bb73b7a6465dd2ea5e0710b2febbe99190d5fbb8812 lightdm.initd"
+b9d0a172b2a6964e9896cfc95371e53525c21758f711b50b96a5e4bb5409bcddc0083b027819c9e751dbc7b88d6280dc62402e596c1a173036071889fb0f0685 lightdm.initd"
diff --git a/community/lightdm/lightdm.initd b/community/lightdm/lightdm.initd
index db28a969f7e..f8ab632c0e2 100644
--- a/community/lightdm/lightdm.initd
+++ b/community/lightdm/lightdm.initd
@@ -7,6 +7,7 @@ description="Lightweight $name"
command=/usr/bin/lightdm
depend() {
+ provide display-manager
need localmount dbus
}