GNU bug report logs - #68372
[PATCH] gnu: Add tgif.

Previous Next

Package: guix-patches;

Reported by: spacecadet <spacecadet <at> purge.sh>

Date: Wed, 10 Jan 2024 18:07:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68372: closed ([PATCH] gnu: Add tgif.)
Date: Wed, 17 Jan 2024 10:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 17 Jan 2024 11:10:41 +0100
with message-id <87cyu0jmn2.fsf <at> gnu.org>
and subject line Re: [bug#68372] [PATCH v2] gnu: Add tgif.
has caused the debbugs.gnu.org bug report #68372,
regarding [PATCH] gnu: Add tgif.
to be marked as done.

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


-- 
68372: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68372
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: spacecadet <spacecadet <at> purge.sh>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add tgif.
Date: Wed, 10 Jan 2024 18:06:35 +0000
* 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




[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: spacecadet <spacecadet <at> purge.sh>
Cc: 68372-done <at> debbugs.gnu.org
Subject: Re: [bug#68372] [PATCH v2] gnu: Add tgif.
Date: Wed, 17 Jan 2024 11:10:41 +0100
> * gnu/packages/image.scm (tgif): New variable.

Applied with an amended description,

Thanks,

Mathieu


This bug report was last modified 1 year and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.