all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67168] [PATCH] gnu: gexiv2: Update to 0.14.2.
@ 2023-11-14 11:28 Vivien Kraus via Guix-patches via
  2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
  2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:28 UTC (permalink / raw)
  To: 67168

* 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




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

* [bug#67168] [PATCH gnome-team v2] gnu: gexiv2: Update to 0.14.2.
  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 ` Vivien Kraus via Guix-patches via
  2023-11-15  5:29   ` Liliana Marie Prikler
  2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:28 UTC (permalink / raw)
  To: 67168; +Cc: liliana.prikler, maxim.cournoyer, rg

* 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




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

* [bug#67168] [PATCH gnome-team v3] gnu: gexiv2: Update to 0.14.2.
  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 v2] " Vivien Kraus via Guix-patches via
@ 2023-11-14 11:28 ` Vivien Kraus via Guix-patches via
  2023-11-19  8:56   ` bug#67168: " Liliana Marie Prikler
  1 sibling, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-14 11:28 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: rg, 67168, maxim.cournoyer

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

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




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

* [bug#67168] [PATCH gnome-team v2] gnu: gexiv2: Update to 0.14.2.
  2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
@ 2023-11-15  5:29   ` Liliana Marie Prikler
  0 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-15  5:29 UTC (permalink / raw)
  To: Vivien Kraus, 67168; +Cc: rg, maxim.cournoyer

Am Dienstag, dem 14.11.2023 um 12:28 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gexiv2): Update to 0.14.2.
> [#:configure-flags]: Remove.
> [#:native-inputs]: Add gboject-introspection.
> [#:inputs]: Remove gobject-introspection.
Inputs and native-inputs are not keyworded.  Should be
[inputs] Move gobect-introspection …
[native-inputs] … here.





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

* bug#67168: [PATCH gnome-team v3] gnu: gexiv2: Update to 0.14.2.
  2023-11-14 11:28 ` [bug#67168] [PATCH gnome-team v3] " Vivien Kraus via Guix-patches via
@ 2023-11-19  8:56   ` Liliana Marie Prikler
  0 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-19  8:56 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: rg, 67168-done, maxim.cournoyer

Am Dienstag, dem 14.11.2023 um 12:28 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gexiv2): Update to 0.14.2.
> [#:configure-flags]: Remove.
> [inputs]: Move gobject-introspection…
> [native-inputs]: … here.
> 
> Change-Id: I4f0dd10e05eb1e893241a5ebfb49c24d673f91dc
> ---
QA is green, so let's go.




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

end of thread, other threads:[~2023-11-19  8:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 v2] " Vivien Kraus via Guix-patches via
2023-11-15  5:29   ` Liliana Marie Prikler
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

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.