unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
@ 2022-12-06 17:44 Attila Lendvai
  2022-12-06 17:46 ` [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2 Attila Lendvai
  2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
  0 siblings, 2 replies; 4+ messages in thread
From: Attila Lendvai @ 2022-12-06 17:44 UTC (permalink / raw)
  To: 59863; +Cc: Attila Lendvai

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2.
  2022-12-06 17:44 [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Attila Lendvai
@ 2022-12-06 17:46 ` Attila Lendvai
  2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
  1 sibling, 0 replies; 4+ messages in thread
From: Attila Lendvai @ 2022-12-06 17:46 UTC (permalink / raw)
  To: 59863; +Cc: Attila Lendvai

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#59863] (No Subject)
  2022-12-06 17:44 [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Attila Lendvai
  2022-12-06 17:46 ` [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2 Attila Lendvai
@ 2022-12-06 17:52 ` Attila Lendvai
  2022-12-07 15:11   ` [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: Attila Lendvai @ 2022-12-06 17:52 UTC (permalink / raw)
  To: 59863@debbugs.gnu.org

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)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute.
  2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
@ 2022-12-07 15:11   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-12-07 15:11 UTC (permalink / raw)
  To: Attila Lendvai; +Cc: 59863-done@debbugs.gnu.org

Hi,

Attila Lendvai <attila@lendvai.name> writes:

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

I adjusted the commit messages and pushed!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-07 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 17:44 [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Attila Lendvai
2022-12-06 17:46 ` [bug#59863] [PATCH 2/2] gnu: gpaste: Update to 42.2 Attila Lendvai
2022-12-06 17:52 ` [bug#59863] (No Subject) Attila Lendvai
2022-12-07 15:11   ` [bug#59863] [PATCH 1/2] gnu: gpaste: Fix missing @gschemasCompiled@ substitute Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).