aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gdm/APKBUILD4
-rw-r--r--community/gdm/gdm.initd1
2 files changed, 3 insertions, 2 deletions
diff --git a/community/gdm/APKBUILD b/community/gdm/APKBUILD
index 156fce9c3db..3c8ab73df97 100644
--- a/community/gdm/APKBUILD
+++ b/community/gdm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gdm
pkgver=3.36.2
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME display manager"
url="https://wiki.gnome.org/Projects/GDM"
arch="all !armhf !s390x !ppc64le !mips !mips64"
@@ -48,5 +48,5 @@ package() {
}
sha512sums="5c02f00ce20a5b7b426043ab26640dd0a54a57bbff7eb2e449195bc3d6e36ad464487424fdc5be72fc542265bff6877317e693f6221c95a987f86c7a5dc6893e gdm-3.36.2.tar.xz
-879b6323c16a235dbdfdb670b932a30e0504253cf7a87229ba846ad50ffb5a4541573d4ba8551f19c88edbace81c7f8f164b90cf93f1a2600c71477a54c1e221 gdm.initd
+cd4c8f80e37dc362727bd535cbe1d3917f2bc47d52af717595e19709051ab5f27c0f650195152ccd1a7e5e2f886e4e8bc60287f05dcd81e84237c7f78c89223f gdm.initd
f836cf0acdf148f2ae09ac28251b5126ce597f08254c43b1ec77596f75e1a3229926116c13f98554625be763e8d28415b27bd679b0a5de9f86bdca7857054c82 Xsession"
diff --git a/community/gdm/gdm.initd b/community/gdm/gdm.initd
index d4c468bfd77..b872dd85296 100644
--- a/community/gdm/gdm.initd
+++ b/community/gdm/gdm.initd
@@ -9,5 +9,6 @@ command=/usr/sbin/gdm
command_args="$GDM_OPTS"
depend() {
+ provide display-manager
need net dbus
}