unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 31292@debbugs.gnu.org
Subject: [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0.
Date: Sat, 28 Apr 2018 02:04:25 +0200	[thread overview]
Message-ID: <87o9i4mc21.fsf@gnu.org> (raw)

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


             reply	other threads:[~2018-04-28  0:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-28  0:04 Roel Janssen [this message]
2018-04-30 20:45 ` [bug#31292] [PATCH] gnu: baobab: Update to 3.28.0 Ludovic Courtès
2018-05-01 21:07   ` Roel Janssen
2018-05-02 16:38     ` bug#31292: " Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o9i4mc21.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=31292@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).