unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: spacecadet <spacecadet@purge.sh>
To: 68372@debbugs.gnu.org
Subject: [bug#68372] [PATCH v2] gnu: Add tgif.
Date: Sat, 13 Jan 2024 15:22:35 +0000	[thread overview]
Message-ID: <4baf73f9-7f95-a081-3dfa-9c3cf3c8520c@purge.sh> (raw)
In-Reply-To: <af131f07-8664-692f-0807-38252f2dc35e@purge.sh>

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

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index baaff1d0c1..b5ccf52c7b 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1733,6 +1733,32 @@ (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 "http://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.")
+    (license license:qpl)))
+
  (define-public optipng
    (package
      (name "optipng")

base-commit: 5c0f77f4241c9beac0c82deae946bfdc70b49ff0
-- 
2.41.0




  parent reply	other threads:[~2024-01-13 15:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` spacecadet [this message]
2024-01-17 10:10   ` bug#68372: [PATCH v2] " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4baf73f9-7f95-a081-3dfa-9c3cf3c8520c@purge.sh \
    --to=spacecadet@purge.sh \
    --cc=68372@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).