gnu: Inkscape: Update to 0.92.4.
* gnu/packages/inkscape.scm (inkscape): Update to 0.92.4. [source]: Remove obsolete patches.
This commit is contained in:
parent
043eeda100
commit
d680a8afd1
|
@ -46,7 +46,7 @@
|
||||||
(define-public inkscape
|
(define-public inkscape
|
||||||
(package
|
(package
|
||||||
(name "inkscape")
|
(name "inkscape")
|
||||||
(version "0.92.3")
|
(version "0.92.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://media.inkscape.org/dl/"
|
(uri (string-append "https://media.inkscape.org/dl/"
|
||||||
|
@ -54,24 +54,7 @@
|
||||||
"inkscape-" version ".tar.bz2"))
|
"inkscape-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1chng2yw8dsjxc9gf92aqv7plj11cav8ax321wmakmv5bb09cch6"))
|
"0pjinhjibfsz1aywdpgpj3k23xrsszpj4a1ya5562dkv2yl2vv2p"))))
|
||||||
(patches
|
|
||||||
(list (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://gitlab.com/inkscape/inkscape/commit/"
|
|
||||||
"a600c6438fef2f4c06f9a4a7d933d99fb054a973.diff"))
|
|
||||||
(file-name "inkscape-poppler-compat.patch")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"19dam5vsy571xszgjddl5g0958dmcsv0wvgxidp4bhj2lban222i")))
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://gitlab.com/inkscape/inkscape/commit/"
|
|
||||||
"fa1c469aa8c005e07bb8676d72af9f7c16fae3e0.diff"))
|
|
||||||
(file-name "inkscape-poppler-compat2.patch")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"14k9yrfjz4nx3bz9dk91q74mc0i7rvl2qzkwhcy1br71yqjvngn5")))))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("aspell" ,aspell)
|
`(("aspell" ,aspell)
|
||||||
|
|
Loading…
Reference in New Issue