← recipes

Commit 0a5f156

0
plików
+0
dodanych
-0
usuniętych
@@ -20,13 +20,12 @@ 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 - # Ukośnik wymusza wejście w katalog i ignoruje plik cache malcontent.git#recursive
30 29 cd malcontent*/
31 30
32 31 meson setup \
@@ -35,8 +34,10 @@ build: |
35 34 --libexecdir=lib \
36 35 --sbindir=bin \
37 36 -D b_pie=true \
37 + -D gsystemservice=disabled \
38 38 --wrap-mode=nodownload \
39 39 . builddir
40 +
40 41 meson compile -C builddir
41 42
42 43 package: |