all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62957] [PATCH] gnu: Add texstudio.
@ 2023-04-19 21:56 Dominik Delgado Steuter via Guix-patches via
  2023-04-25  9:52 ` bug#62957: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Delgado Steuter via Guix-patches via @ 2023-04-19 21:56 UTC (permalink / raw)
  To: 62957; +Cc: Dominik Delgado Steuter

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62957: [PATCH] gnu: Add texstudio.
  2023-04-19 21:56 [bug#62957] [PATCH] gnu: Add texstudio Dominik Delgado Steuter via Guix-patches via
@ 2023-04-25  9:52 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-25  9:52 UTC (permalink / raw)
  To: Dominik Delgado Steuter via Guix-patches via
  Cc: Dominik Delgado Steuter, 62957-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-25  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 21:56 [bug#62957] [PATCH] gnu: Add texstudio Dominik Delgado Steuter via Guix-patches via
2023-04-25  9:52 ` bug#62957: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.