[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/184: gnu: grilo: Update to 0.3.9.
From: |
guix-commits |
Subject: |
16/184: gnu: grilo: Update to 0.3.9. |
Date: |
Wed, 27 Nov 2019 14:36:51 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 797034759e2106d326d54a0fbe91acdf13fc5ead
Author: Kei Kebreau <address@hidden>
Date: Sat Jul 20 08:11:39 2019 -0400
gnu: grilo: Update to 0.3.9.
* gnu/packages/gnome.scm (grilo): Update to 0.3.9.
[build-system]: Use meson-build-system.
[arguments]: Remove 'fix-introspection-install-dir' phase.
[native-inputs]: Add gtk-doc and vala.
[home-page]: Follow permanent redirect.
---
gnu/packages/gnome.scm | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c53c109..6ffd69a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3818,7 +3818,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.3")
+ (version "0.3.9")
(source
(origin
(method url-fetch)
@@ -3827,13 +3827,15 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
- (build-system gnu-build-system)
+ "1wnabc69730jsv8dljj5ik8g7p581nw60mw1mkgamkzjcb6821bk"))))
+ (build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
("intltool" ,intltool)
("pkg-config" ,pkg-config)
- ("gobject-introspection" ,gobject-introspection)))
+ ("gobject-introspection" ,gobject-introspection)
+ ("gtk-doc" ,gtk-doc)
+ ("vala" ,vala)))
(inputs
`(("cyrus-sasl" ,cyrus-sasl)
("glib" ,glib)
@@ -3842,26 +3844,12 @@ as possible!")
("liboauth" ,liboauth)
("libsoup" ,libsoup)
("totem-pl-parser" ,totem-pl-parser)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-introspection-install-dir
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (substitute* '("src/Makefile.in"
- "libs/pls/Makefile.in"
- "libs/net/Makefile.in")
- (("@INTROSPECTION_GIRDIR@")
- (string-append out "/share/gir-1.0/"))
- (("@INTROSPECTION_TYPELIBDIR@")
- (string-append out "/lib/girepository-1.0/")))
- #t))))))
(native-search-paths
(list (search-path-specification
(variable "GRL_PLUGIN_PATH")
(files (list (string-append "lib/grilo-"
(version-major+minor version)))))))
- (home-page "https://live.gnome.org/Grilo")
+ (home-page "https://wiki.gnome.org/action/show/Projects/Grilo")
(synopsis "Framework for discovering and browsing media")
(description
"Grilo is a framework focused on making media discovery and browsing easy
- 18/184: gnu: dconf-editor: Update to 3.32.0., (continued)
- 18/184: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/27
- 19/184: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/27
- 21/184: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/27
- 04/184: gnu: epiphany: Update to 3.32.3., guix-commits, 2019/11/27
- 06/184: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/27
- 05/184: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/11/27
- 10/184: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/27
- 11/184: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/11/27
- 07/184: gnu: gnome-backgrounds: Update to 3.32.0., guix-commits, 2019/11/27
- 13/184: gnu: gnome-settings-daemon: Update to 3.32.1., guix-commits, 2019/11/27
- 16/184: gnu: grilo: Update to 0.3.9.,
guix-commits <=
- 17/184: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/27
- 23/184: gnu: Add pipewire., guix-commits, 2019/11/27
- 25/184: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/27
- 24/184: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/27
- 27/184: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/27
- 36/184: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/27
- 43/184: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/27
- 40/184: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/27
- 15/184: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/27
- 20/184: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/27