GNU bug report logs - #59863
[PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.

Previous Next

Package: guix-patches;

Reported by: Attila Lendvai <attila <at> lendvai.name>

Date: Tue, 6 Dec 2022 17:46:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59863 in the body.
You can then email your comments to 59863 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59863; Package guix-patches. (Tue, 06 Dec 2022 17:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Attila Lendvai <attila <at> lendvai.name>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 06 Dec 2022 17:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: guix-patches <at> gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
Date: Tue,  6 Dec 2022 14:44:44 -0300
---
 gnu/packages/gnome-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0368ccc223..48b126ce15 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -913,6 +913,9 @@ (define-public gpaste
            #~(modify-phases %standard-phases
                (add-after 'unpack 'fix-introspection-install-dir
                  (lambda _
+                   (substitute* "src/libgpaste/gpaste/gpaste-settings.c"
+                     (("@gschemasCompiled@")
+                      (string-append #$output "/share/glib-2.0/schemas/")))
                    (substitute* '("src/gnome-shell/extension.js"
                                   "src/gnome-shell/prefs.js")
                      (("@typelibPath@")
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#59863; Package guix-patches. (Tue, 06 Dec 2022 17:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 59863 <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: 59863 <at> debbugs.gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH 2/2] gnu: gpaste: Update to 42.2.
Date: Tue,  6 Dec 2022 14:46:40 -0300
---
 gnu/packages/gnome-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 48b126ce15..8be9c55000 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -873,7 +873,7 @@ (define-public gnome-shell-extension-paperwm
 (define-public gpaste
   (package
     (name "gpaste")
-    (version "42.1")
+    (version "42.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -882,12 +882,13 @@ (define-public gpaste
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dlqa69zvzzdxyh21qfrx2nhpfy0fbihxpgkxqmramcgv3h5k4q3"))
+                "0qq2p19p3r3lz8yfynpnf36cipv54bzdbmq1x5zgwhyl4yl41g28"))
               (patches
                (search-patches "gpaste-fix-paths.patch"))))
     (build-system meson-build-system)
     (native-inputs
-     (list gettext-minimal
+     (list gcr
+           gettext-minimal
            gobject-introspection
            (list glib "bin")            ; for glib-compile-resources
            pkg-config
-- 
2.35.1





Information forwarded to guix-patches <at> gnu.org:
bug#59863; Package guix-patches. (Tue, 06 Dec 2022 17:54:02 GMT) Full text and rfc822 format available.

Message #11 received at 59863 <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: "59863 <at> debbugs.gnu.org" <59863 <at> debbugs.gnu.org>
Subject: (No Subject)
Date: Tue, 06 Dec 2022 17:52:50 +0000
fixes https://issues.guix.gnu.org/58191

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“The cost of sanity in this society, is a certain level of alienation.”
	— Terence McKenna (1946–2000), 'The world and its double' (11 September 1993)





Information forwarded to guix-patches <at> gnu.org:
bug#59863; Package guix-patches. (Wed, 07 Dec 2022 15:12:02 GMT) Full text and rfc822 format available.

Message #14 received at 59863 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Attila Lendvai <attila <at> lendvai.name>
Cc: "59863-done <at> debbugs.gnu.org" <59863 <at> debbugs.gnu.org>
Subject: Re: bug#59863: [PATCH 1/2] gnu: gpaste: Fix missing
 @gschemasCompiled@ substitute.
Date: Wed, 07 Dec 2022 10:11:34 -0500
Hi,

Attila Lendvai <attila <at> lendvai.name> writes:

> fixes https://issues.guix.gnu.org/58191

I adjusted the commit messages and pushed!

-- 
Thanks,
Maxim




bug closed, send any further explanations to 59863 <at> debbugs.gnu.org and Attila Lendvai <attila <at> lendvai.name> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 25 Dec 2022 23:41:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Jan 2023 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.