GNU bug report logs -
#67168
[PATCH] gnu: gexiv2: Update to 0.14.2.
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Tue, 14 Nov 2023 11:44:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67168 in the body.
You can then email your comments to 67168 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67168
; Package
guix-patches
.
(Tue, 14 Nov 2023 11:44:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 14 Nov 2023 11:44:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
:
bug#67168
; Package
guix-patches
.
(Tue, 14 Nov 2023 12:39:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
:
bug#67168
; Package
guix-patches
.
(Tue, 14 Nov 2023 13:21:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 67168 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67168
; Package
guix-patches
.
(Wed, 15 Nov 2023 05:31:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 67168 <at> debbugs.gnu.org (full text, mbox):
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.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67168
; Package
guix-patches
.
(Thu, 16 Nov 2023 06:47:05 GMT)
Full text and
rfc822 format available.
Message #17 received at 67168 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 19 Nov 2023 08:57:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sun, 19 Nov 2023 08:57:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 67168-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Dec 2023 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.