all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68372] [PATCH] gnu: Add tgif.
@ 2024-01-10 18:06 spacecadet
  2024-01-12 16:21 ` Mathieu Othacehe
  2024-01-13 15:22 ` [bug#68372] [PATCH v2] " spacecadet
  0 siblings, 2 replies; 5+ messages in thread
From: spacecadet @ 2024-01-10 18:06 UTC (permalink / raw)
  To: 68372

* gnu/packages/image.scm (tgif): New variable.
---
  gnu/packages/image.scm | 27 +++++++++++++++++++++++++++
  1 file changed, 27 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index baaff1d0c1..86fa849570 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1733,6 +1733,33 @@ (define-public steghide
  specifically at this tool.")
      (license license:gpl2+)))
  
+(define-public tgif
+  (package
+    (name "tgif")
+    (version "4.2.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://sourceforge/tgif/tgif/"
+               version "/tgif-QPL-" version ".tar.gz"))
+        (sha256
+          (base32 "1fk7qnqjmrr390bclwqrvlmh77bcl28hdn4vfdqydrpsrbzfj91g"))))
+    (build-system gnu-build-system)
+    (inputs
+      (list libx11
+            libxext
+            libxt
+            libxmu
+            zlib))
+    (home-page "https://bourbon.usc.edu/tgif/")
+    (synopsis "Xlib based interactive 2-D drawing tool")
+    (description
+      "Tgif (pronounced t-g-i-f) is an Xlib based interactive 2-D drawing tool
+(using vector graphics) under X11 on Linux and most UNIX platforms
+(including Mac OS X and cygwin on Windows).")
+    (license license:qpl)))
+
  (define-public optipng
    (package
      (name "optipng")

base-commit: 5c0f77f4241c9beac0c82deae946bfdc70b49ff0
-- 
2.41.0






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

end of thread, other threads:[~2024-01-17 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10 18:06 [bug#68372] [PATCH] gnu: Add tgif spacecadet
2024-01-12 16:21 ` Mathieu Othacehe
2024-01-12 22:08   ` spacecadet
2024-01-13 15:22 ` [bug#68372] [PATCH v2] " spacecadet
2024-01-17 10:10   ` bug#68372: " Mathieu Othacehe

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.