[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/108: gnu: gom: Update to 0.4.
From: |
guix-commits |
Subject: |
71/108: gnu: gom: Update to 0.4. |
Date: |
Sat, 25 Apr 2020 15:22:57 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 72c83a4a95dc70098831e3c354c890acf515c681
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 15:29:47 2020 -0400
gnu: gom: Update to 0.4.
* gnu/packages/gnome.scm (gom): Update to 0.4.
[build-system]: Use meson-build-system.
[arguments]: Add configure flag to install python module in the correct
directory; enable tests.
[inputs]: Add python-pygobject.
---
gnu/packages/gnome.scm | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 82cebe2..30ea915 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4671,7 +4671,7 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and
Maps for free.")
(define-public gom
(package
(name "gom")
- (version "0.3.2")
+ (version "0.4")
(source
(origin
(method url-fetch)
@@ -4680,8 +4680,14 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and
Maps for free.")
"gom-" version ".tar.xz"))
(sha256
(base32
- "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
- (build-system gnu-build-system)
+ "17ca07hpg7dqxjn0jpqim3xqcmplk2a87wbwrrlq3dd3m8381l38"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:configure-flags
+ (list (string-append "-Dpygobject-override-dir="
+ %output "/lib/python"
+ ,(version-major+minor (package-version python))
+ "/site-packages"))))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)
@@ -4689,9 +4695,8 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and
Maps for free.")
(inputs
`(("glib" ,glib)
("gdk-pixbuf" ,gdk-pixbuf)
- ("sqlite" ,sqlite)))
- ;; XXX TODO: Figure out how to run the test suite.
- (arguments `(#:tests? #f))
+ ("sqlite" ,sqlite)
+ ("python-pygobject" ,python-pygobject)))
(home-page "https://wiki.gnome.org/Projects/Gom")
(synopsis "Object mapper from GObjects to SQLite")
(description
- 96/108: gnu: gnome-contacts: Update to 3.36.1., (continued)
- 96/108: gnu: gnome-contacts: Update to 3.36.1., guix-commits, 2020/04/25
- 97/108: gnu: five-or-more: Update to 3.32.2., guix-commits, 2020/04/25
- 99/108: gnu: gnome-font-viewer: Update to 3.34.0., guix-commits, 2020/04/25
- 104/108: gnu: sushi: Update to 3.34.0., guix-commits, 2020/04/25
- 105/108: gnu: gnome-klotski: Update to 3.36.0., guix-commits, 2020/04/25
- 107/108: gnu: grilo: Update to 0.3.12., guix-commits, 2020/04/25
- 73/108: gnu: gnome-terminal: Update to 3.36.1.1., guix-commits, 2020/04/25
- 76/108: gnu: simple-scan: Update to 3.36.1., guix-commits, 2020/04/25
- 80/108: gnu: libpeas: Update to 1.26.0., guix-commits, 2020/04/25
- 82/108: gnu: gedit: Update to 3.36.1., guix-commits, 2020/04/25
- 71/108: gnu: gom: Update to 0.4.,
guix-commits <=
- 77/108: gnu: orca: Update to 3.36.2., guix-commits, 2020/04/25
- 81/108: gnu: Add tepl., guix-commits, 2020/04/25
- 85/108: gnu: libwnck: Update to 3.36.0., guix-commits, 2020/04/25
- 87/108: gnu: gnome-mines: Update to 3.36.0., guix-commits, 2020/04/25
- 93/108: gnu: totem-pl-parser: Update to 3.26.5., guix-commits, 2020/04/25
- 90/108: gnu: gnome-calculator: Update to 3.36.0., guix-commits, 2020/04/25
- 94/108: gnu: evince: Update to 3.36.0., guix-commits, 2020/04/25
- 91/108: gnu: eog: Update to 3.36.1., guix-commits, 2020/04/25
- 92/108: gnu: eog-plugins: Update to 3.26.5., guix-commits, 2020/04/25
- 89/108: gnu: polari: Update to 3.36.1., guix-commits, 2020/04/25