mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: shared-mime-info: Update to 1.15.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.15. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL and ITSTOOL.
This commit is contained in:
parent
b92a36dbc8
commit
404e386ed0
1 changed files with 8 additions and 5 deletions
|
@ -1709,14 +1709,16 @@ (define-public tango-icon-theme
|
|||
(define-public shared-mime-info
|
||||
(package
|
||||
(name "shared-mime-info")
|
||||
(version "1.10")
|
||||
(version "1.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://freedesktop.org/~hadess/"
|
||||
"shared-mime-info-" version ".tar.xz"))
|
||||
(uri (string-append
|
||||
"https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/"
|
||||
"b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gxyvwym3xgpmp262gfn8jg5sla6k5hy6m6dmy6grgiq90xsh9f6"))))
|
||||
"146vynj78wcwdq0ms52jzm1r4m6dzi1rhyh3h4xyb6bw8ckv10pl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; The build system appears not to be parallel-safe.
|
||||
|
@ -1725,7 +1727,8 @@ (define-public shared-mime-info
|
|||
`(("glib" ,glib)
|
||||
("libxml2" ,libxml2)))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("itstool" ,itstool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/shared-mime-info")
|
||||
(synopsis "Database of common MIME types")
|
||||
|
|
Loading…
Reference in a new issue