all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 4dc3534a07a86bcd454a4347c6a8ee78de547195 1516 bytes (raw)
name: gnu/packages/patches/feedbackd-use-system-gmobile.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
From 9a967f056379b0f024ceeff45fcb8889a3fe093e Mon Sep 17 00:00:00 2001
Message-ID: <9a967f056379b0f024ceeff45fcb8889a3fe093e.1698603600.git.vivien@planete-kraus.eu>
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Sun, 29 Oct 2023 19:12:27 +0100
Subject: [PATCH] Use a system-installed gmodule.

* meson.build (gmobile_subp): Remove.
(gmobile): Make it a pkg-config dependency.
---
 meson.build                | 8 +-------
 subprojects/gmobile/.empty | 0
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 subprojects/gmobile/.empty

diff --git a/meson.build b/meson.build
index 8725e76..347ded1 100644
--- a/meson.build
+++ b/meson.build
@@ -14,13 +14,7 @@ gio_unix       = dependency('gio-unix-2.0', version: '>=2.50.0')
 glib           = dependency('glib-2.0', version: '>=2.50.0')
 if get_option('daemon')
   gobject        = dependency('gobject-2.0', version: '>=2.50.0')
-  gmobile_subp   = subproject('gmobile',
-                              default_options: [
-                                'examples=false',
-                                'gtk_doc=false',
-                                'tests=false',
-                              ])
-  gmobile        = gmobile_subp.get_variable('gmobile_dep')
+  gmobile        = dependency('gmobile')
   gsound         = dependency('gsound')
   gudev          = dependency('gudev-1.0', version: '>=232')
   json_glib      = dependency('json-glib-1.0')
index e69de29..0000000

base-commit: 853bd6d7ea8455efea063ba7c4f29ce8c203285f
-- 
2.41.0


debug log:

solving 4dc3534a07 ...
found 4dc3534a07 in https://yhetil.org/guix/342085efe49d5efdbd6524285a7dbdee85e4f1f9.1698610511.git.vivien@planete-kraus.eu/

applying [1/1] https://yhetil.org/guix/342085efe49d5efdbd6524285a7dbdee85e4f1f9.1698610511.git.vivien@planete-kraus.eu/
diff --git a/gnu/packages/patches/feedbackd-use-system-gmobile.patch b/gnu/packages/patches/feedbackd-use-system-gmobile.patch
new file mode 100644
index 0000000000..4dc3534a07

1:43: trailing whitespace.
-- 
Checking patch gnu/packages/patches/feedbackd-use-system-gmobile.patch...
1:45: new blank line at EOF.
+
Applied patch gnu/packages/patches/feedbackd-use-system-gmobile.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 4dc3534a07a86bcd454a4347c6a8ee78de547195	gnu/packages/patches/feedbackd-use-system-gmobile.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.