gnu: Update texmaker to 5.0.2.
* gnu/packages/tex.scm (texmaker): Update to 5.0.2.
This commit is contained in:
parent
0084744b3a
commit
c36d972531
|
@ -4244,14 +4244,14 @@ PDF documents.")
|
||||||
(define-public texmaker
|
(define-public texmaker
|
||||||
(package
|
(package
|
||||||
(name "texmaker")
|
(name "texmaker")
|
||||||
(version "4.5")
|
(version "5.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.xm1math.net/texmaker/texmaker-"
|
(uri (string-append "http://www.xm1math.net/texmaker/texmaker-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"056njk6j8wma23mlp7xa3rgfaxx0q8ynwx8wkmj7iy0b85p9ds9c"))))
|
"0y81mjm89b99pr9svcwpaf4iz2q9pc9hjas5kiwd1pbgl5vqskm9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4262,9 +4262,9 @@ PDF documents.")
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(invoke "qmake"
|
(invoke "qmake"
|
||||||
(string-append "PREFIX=" out)
|
(string-append "PREFIX=" out)
|
||||||
(string-append "DESKTOPDIR=" out
|
(string-append "DESKTOPDIR=" out "/share/applications")
|
||||||
"/share/applications")
|
|
||||||
(string-append "ICONDIR=" out "/share/pixmaps")
|
(string-append "ICONDIR=" out "/share/pixmaps")
|
||||||
|
(string-append "METAINFODIR=" out "/share/metainfo")
|
||||||
"texmaker.pro")))))))
|
"texmaker.pro")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("poppler-qt5" ,poppler-qt5)
|
`(("poppler-qt5" ,poppler-qt5)
|
||||||
|
|
Loading…
Reference in New Issue