all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 67168@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	rg@raghavgururajan.name
Subject: [bug#67168] [PATCH gnome-team v2] gnu: gexiv2: Update to 0.14.2.
Date: Tue, 14 Nov 2023 12:28:18 +0100	[thread overview]
Message-ID: <b5700acc10d463d4542a13d3df196a35de69f42e.1699962000.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <a5700acc10d463d4542a13d3df196a35de69f42e.1699962000.git.vivien@planete-kraus.eu>

* gnu/packages/gnome.scm (gexiv2): Update to 0.14.2.
[#:configure-flags]: Remove.
[#:native-inputs]: Add gboject-introspection.
[#:inputs]: Remove gobject-introspection.

Change-Id: I4f0dd10e05eb1e893241a5ebfb49c24d673f91dc
---
 gnu/packages/gnome.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..a4e38f1482 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7431,7 +7431,7 @@ (define-public libgee
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.14.0")
+    (version "0.14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7439,7 +7439,7 @@ (define-public gexiv2
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17nnsslj2wpizpx742w5lxdzcz5mx6jmsqcrli7zddi0zyk7k0p5"))))
+                "1gp07klqixpxjqiv84i2gmkb1pcf1gagyrl800sk92xyizs9q31a"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7447,14 +7447,11 @@ (define-public gexiv2
                            (guix build python-build-system))
       #:modules '((guix build meson-build-system)
                   ((guix build python-build-system) #:prefix python:)
-                  (guix build utils))
-      #:configure-flags
-      #~(list (string-append "-Dpython3_girdir="
-                             (python:site-packages %build-inputs %outputs)
-                             "/gi/overrides"))))
+                  (guix build utils))))
     (native-inputs
      (list gcr-3
            `(,glib "bin")
+           gobject-introspection
            pkg-config
            python
            python-pygobject
@@ -7463,8 +7460,7 @@ (define-public gexiv2
      ;; Listed in "Requires" section of gexiv2.pc
      (list exiv2))
     (inputs
-     (list glib
-           gobject-introspection))
+     (list glib))
     (home-page "https://wiki.gnome.org/Projects/gexiv2")
     (synopsis "GObject wrapper around the Exiv2 photo metadata library")
     (description

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
-- 
2.41.0




  parent reply	other threads:[~2023-11-14 13:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-14 11:28 [bug#67168] [PATCH] gnu: gexiv2: Update to 0.14.2 Vivien Kraus via Guix-patches via
2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
2023-11-19  8:56   ` bug#67168: " Liliana Marie Prikler
2023-11-14 11:28 ` Vivien Kraus via Guix-patches via [this message]
2023-11-15  5:29   ` [bug#67168] [PATCH gnome-team v2] " Liliana Marie Prikler

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

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

  git send-email \
    --in-reply-to=b5700acc10d463d4542a13d3df196a35de69f42e.1699962000.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=67168@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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 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.