Commit b7381a7
0
plików
+0
dodanych
-0
usuniętych
@@ -20,11 +20,11 @@ makedepends:
20
20
- python-dbusmock
21
21
- libfyaml
22
22
- libadwaita
23
+- libgsystemservice
23
24
source:
24
25
- 'https://gitlab.freedesktop.org/pwithnall/malcontent.git#recursive'
25
26
sha256sums:
26
27
- SKIP
27
-
28
28
build: |
29
29
cd malcontent*/
30
30
meson setup \
@@ -34,7 +34,6 @@ build: |
34
34
--sbindir=bin \
35
35
-D b_pie=true \
36
36
-D ui=enabled \
37
- --wrap-mode=nodownload \
38
37
. builddir
39
38
meson compile -C builddir
40
39