aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-shell
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-02 11:22:37 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-02 14:34:08 +0200
commit98e97c1ce318f5c52c60d3e92a57e191c85c3b3d (patch)
tree0c786ec958d4c4d2702b1ab806c134511b9bbe52 /community/gnome-shell
parenta4bc5133f38d376b234160b621dfc21e61330838 (diff)
downloadaports-98e97c1ce318f5c52c60d3e92a57e191c85c3b3d.tar.bz2
aports-98e97c1ce318f5c52c60d3e92a57e191c85c3b3d.tar.xz
community/gnome-shell: build with elogind support
This allows for superior logging to the journal (which elogind redirects to syslog by default).
Diffstat (limited to 'community/gnome-shell')
-rw-r--r--community/gnome-shell/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD
index fb645b37a5..3bd80dd065 100644
--- a/community/gnome-shell/APKBUILD
+++ b/community/gnome-shell/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-shell
pkgver=3.36.2
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch="all !s390x !ppc64le !mips !mips64"
@@ -47,7 +47,9 @@ makedepends="gnome-desktop-dev>=3.35.91
gstreamer-dev
gnome-autoar-dev
asciidoc
- libcap"
+ libcap
+ elogind-dev
+ "
checkdepends="
xvfb-run
mesa-dri-swrast
@@ -65,7 +67,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=plain \
- -Dsystemd=false \
+ -Dsystemd=true \
. output
ninja -C output
}