emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62957: closed ([PATCH] gnu: Add texstudio.)


From: GNU bug Tracking System
Subject: bug#62957: closed ([PATCH] gnu: Add texstudio.)
Date: Tue, 25 Apr 2023 09:54:02 +0000

Your message dated Tue, 25 Apr 2023 11:52:57 +0200
with message-id <87r0s8nv9i.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62957] [PATCH] gnu: Add texstudio.
has caused the debbugs.gnu.org bug report #62957,
regarding [PATCH] gnu: Add texstudio.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62957: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62957
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add texstudio. Date: Wed, 19 Apr 2023 23:56:10 +0200
* gnu/packages/tex.scm (texstudio): New variable.
---
 gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c8f7923..9c95d00 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
 ;;; Copyright © 2023 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8591,6 +8592,32 @@ (define-public texmaker
 develop documents with LaTeX, in a single application.")
     (license license:gpl2+)))
 
+(define-public texstudio
+  (package
+    (name "texstudio")
+    (version "4.5.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/texstudio-org/texstudio";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0bzdcsc0273809hx04zqd2famq05q9rpvqcbqhkjqnqp9vxbisig"))))
+    (build-system qt-build-system)
+    (arguments
+     `(#:tests? #f)) ;tests work only with debug build
+    (native-inputs (list pkg-config poppler-qt5 qtdeclarative-5 qtsvg-5
+                         qttools-5))
+    (home-page "https://www.texstudio.org/";)
+    (synopsis "Feature-packed LaTeX editor")
+    (description
+     "TeXstudio is an integrated writing environment for creating LaTeX
+documents.  It makes writing LaTeX comfortable by providing features such as
+syntax-highlighting, an integrated viewer and reference checking.")
+    (license license:gpl3)))
+
 (define-public dvisvgm
   (package
     (name "dvisvgm")

base-commit: b82a18c8a33482249c634de1e91be18ac10a3c76
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62957] [PATCH] gnu: Add texstudio. Date: Tue, 25 Apr 2023 11:52:57 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Dominik Delgado Steuter via Guix-patches via <guix-patches@gnu.org>
writes:

> * gnu/packages/tex.scm (texstudio): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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