unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
@ 2019-08-18 11:24 Giacomo Leidi
  2019-08-18 15:46 ` goodoldpaul
  2019-08-26 18:58 ` goodoldpaul
  0 siblings, 2 replies; 4+ messages in thread
From: Giacomo Leidi @ 2019-08-18 11:24 UTC (permalink / raw)
  To: 37072

* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..20f0ead6d6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1602,7 +1602,8 @@ glass artworks done by Venicians glass blowers.")
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
-- 
2.22.1

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

* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
  2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
@ 2019-08-18 15:46 ` goodoldpaul
  2019-08-26 18:58 ` goodoldpaul
  1 sibling, 0 replies; 4+ messages in thread
From: goodoldpaul @ 2019-08-18 15:46 UTC (permalink / raw)
  To: 37072

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

I forgot to add my name to the header. Here's the fixed patch.

Bye,

Giacomo

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gtkspell3-Install-Vala-bindings.patch --]
[-- Type: text/x-diff; name=0001-gnu-gtkspell3-Install-Vala-bindings.patch, Size: 1173 bytes --]

From ae043c183fe5c7ff3e3d4a505233aa7698dd0aaa Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Sun, 18 Aug 2019 17:42:19 +0200
Subject: [PATCH] gnu: gtkspell3: Install Vala bindings.

* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
---
 gnu/packages/gtk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..12972b75df 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
+;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1602,7 +1603,8 @@ glass artworks done by Venicians glass blowers.")
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
-- 
2.22.1


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

* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
  2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
  2019-08-18 15:46 ` goodoldpaul
@ 2019-08-26 18:58 ` goodoldpaul
  2019-08-28  6:39   ` bug#37072: " Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: goodoldpaul @ 2019-08-26 18:58 UTC (permalink / raw)
  To: 37072

Friendly ping ;)

Thanks

Giacomo

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

* bug#37072: [PATCH] gnu: gtkspell3: Install Vala bindings.
  2019-08-26 18:58 ` goodoldpaul
@ 2019-08-28  6:39   ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2019-08-28  6:39 UTC (permalink / raw)
  To: goodoldpaul; +Cc: 37072-done

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

Patch pushed as 4ad7e7e604ef9b1f936b6fa02bb13061ad73c2a5

On Mon, Aug 26, 2019 at 06:58:38PM +0000, goodoldpaul@autistici.org wrote:
> Friendly ping ;)
> 
> Thanks
> 
> Giacomo
> 

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-08-28  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul
2019-08-26 18:58 ` goodoldpaul
2019-08-28  6:39   ` bug#37072: " Efraim Flashner

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