* [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0.
@ 2018-04-28 0:04 Roel Janssen
2018-04-30 20:45 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Roel Janssen @ 2018-04-28 0:04 UTC (permalink / raw)
To: 31292
[-- Attachment #1: Type: text/plain, Size: 80 bytes --]
Dear Guix,
Here's a patch to update ‘baobab’.
Kind regards,
Roel Janssen
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-baobab-Update-to-3.28.0.patch --]
[-- Type: text/x-patch, Size: 1594 bytes --]
From e5fefc6060031d67521f7fdf117ea97c2009b4ae Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Sat, 28 Apr 2018 02:01:19 +0200
Subject: [PATCH] gnu: baobab: Update to 3.28.0.
* gnu/packages/gnome.scm (baobab): Update to 3.28.0;
(baobab): Switch to meson-build-system;
(baobab): Add native dependency desktop-file-utils;
(baobab): Add native dependency gtk+-bin.
---
gnu/packages/gnome.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0147b20c0..67e974d85 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5807,7 +5807,7 @@ files.")
(define-public baobab
(package
(name "baobab")
- (version "3.26.1")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5816,11 +5816,15 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0zkqxyqyxd6j270jf5hbcrb3yh4k31ddh40v4cjhgngm8mcsnnbs"))))
- (build-system glib-or-gtk-build-system)
+ "0qsx7vx5c3n4yxlxbr11sppw7qwcv9z3g45b5xb9y7wxw5lv42sk"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)
+ ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+ ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)
("xmllint" ,libxml2)
("glib" ,glib "bin")
--
2.17.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0.
2018-04-28 0:04 [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0 Roel Janssen
@ 2018-04-30 20:45 ` Ludovic Courtès
2018-05-01 21:07 ` Roel Janssen
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2018-04-30 20:45 UTC (permalink / raw)
To: Roel Janssen; +Cc: 31292
Hi Roel,
Roel Janssen <roel@gnu.org> skribis:
> From e5fefc6060031d67521f7fdf117ea97c2009b4ae Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Sat, 28 Apr 2018 02:01:19 +0200
> Subject: [PATCH] gnu: baobab: Update to 3.28.0.
>
> * gnu/packages/gnome.scm (baobab): Update to 3.28.0;
> (baobab): Switch to meson-build-system;
> (baobab): Add native dependency desktop-file-utils;
> (baobab): Add native dependency gtk+-bin.
Nitpick: please adjust the syntax of the commit log to match our
conventions (see ‘git log’ for details.) Otherwise LGTM, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0.
2018-04-30 20:45 ` Ludovic Courtès
@ 2018-05-01 21:07 ` Roel Janssen
2018-05-02 16:38 ` bug#31292: " Roel Janssen
0 siblings, 1 reply; 4+ messages in thread
From: Roel Janssen @ 2018-05-01 21:07 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 31292
Ludovic Courtès <ludo@gnu.org> writes:
> Hi Roel,
>
> Roel Janssen <roel@gnu.org> skribis:
>
>> From e5fefc6060031d67521f7fdf117ea97c2009b4ae Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Sat, 28 Apr 2018 02:01:19 +0200
>> Subject: [PATCH] gnu: baobab: Update to 3.28.0.
>>
>> * gnu/packages/gnome.scm (baobab): Update to 3.28.0;
>> (baobab): Switch to meson-build-system;
>> (baobab): Add native dependency desktop-file-utils;
>> (baobab): Add native dependency gtk+-bin.
>
> Nitpick: please adjust the syntax of the commit log to match our
> conventions (see ‘git log’ for details.) Otherwise LGTM, thanks!
Hopefully I did it right this time. Pushed in d233d373e.
Thanks!
Kind regards,
Roel Janssen
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#31292: [PATCH] gnu: baobab: Update to 3.28.0.
2018-05-01 21:07 ` Roel Janssen
@ 2018-05-02 16:38 ` Roel Janssen
0 siblings, 0 replies; 4+ messages in thread
From: Roel Janssen @ 2018-05-02 16:38 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 31292-done
Roel Janssen <roel@gnu.org> writes:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi Roel,
>>
>> Roel Janssen <roel@gnu.org> skribis:
>>
>>> From e5fefc6060031d67521f7fdf117ea97c2009b4ae Mon Sep 17 00:00:00 2001
>>> From: Roel Janssen <roel@gnu.org>
>>> Date: Sat, 28 Apr 2018 02:01:19 +0200
>>> Subject: [PATCH] gnu: baobab: Update to 3.28.0.
>>>
>>> * gnu/packages/gnome.scm (baobab): Update to 3.28.0;
>>> (baobab): Switch to meson-build-system;
>>> (baobab): Add native dependency desktop-file-utils;
>>> (baobab): Add native dependency gtk+-bin.
>>
>> Nitpick: please adjust the syntax of the commit log to match our
>> conventions (see ‘git log’ for details.) Otherwise LGTM, thanks!
>
> Hopefully I did it right this time. Pushed in d233d373e.
>
> Thanks!
>
> Kind regards,
> Roel Janssen
.. and marking it as done.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-02 16:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-28 0:04 [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0 Roel Janssen
2018-04-30 20:45 ` Ludovic Courtès
2018-05-01 21:07 ` Roel Janssen
2018-05-02 16:38 ` bug#31292: " Roel Janssen
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.