guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Update texmaker to 5.0.2.


From: Roel Janssen
Subject: 01/01: gnu: Update texmaker to 5.0.2.
Date: Sun, 9 Sep 2018 16:00:02 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit c36d972531efd1afdc9e4e0dd4e73f5bb4146229
Author: Roel Janssen <address@hidden>
Date:   Sun Sep 9 21:59:08 2018 +0200

    gnu: Update texmaker to 5.0.2.
    
    * gnu/packages/tex.scm (texmaker): Update to 5.0.2.
---
 gnu/packages/tex.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6ab999b..be75bda 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4244,14 +4244,14 @@ PDF documents.")
 (define-public texmaker
   (package
     (name "texmaker")
-    (version "4.5")
+    (version "5.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.xm1math.net/texmaker/texmaker-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "056njk6j8wma23mlp7xa3rgfaxx0q8ynwx8wkmj7iy0b85p9ds9c"))))
+                "0y81mjm89b99pr9svcwpaf4iz2q9pc9hjas5kiwd1pbgl5vqskm9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -4262,9 +4262,9 @@ PDF documents.")
              (let ((out (assoc-ref outputs "out")))
                (invoke "qmake"
                        (string-append "PREFIX=" out)
-                       (string-append "DESKTOPDIR=" out
-                                      "/share/applications")
+                       (string-append "DESKTOPDIR=" out "/share/applications")
                        (string-append "ICONDIR=" out "/share/pixmaps")
+                       (string-append "METAINFODIR=" out "/share/metainfo")
                        "texmaker.pro")))))))
     (inputs
      `(("poppler-qt5" ,poppler-qt5)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]