GNU bug report logs -
#68372
[PATCH] gnu: Add tgif.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#68372: [PATCH] gnu: Add tgif.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 68372 <at> debbugs.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)]
> * gnu/packages/image.scm (tgif): New variable.
Applied with an amended description,
Thanks,
Mathieu
[Message part 3 (message/rfc822, inline)]
* 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
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.