[bug#68372] gnu: Add tgif.
Commit Message
* gnu/packages/image.scm (tgif): New variable.
---
gnu/packages/image.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
base-commit: 5c0f77f4241c9beac0c82deae946bfdc70b49ff0
Comments
Hello,
> + (home-page "https://bourbon.usc.edu/tgif/")
That one seems to be problematic somehow:
--8<---------------cut here---------------start------------->8---
gnu/packages/image.scm:1755:15: tgif@4.2.5: TLS certificate error: X.509 certificate of 'bourbon.usc.edu' could not be verified:
signer-not-found
invalid
--8<---------------cut here---------------end--------------->8---
> +(including Mac OS X and cygwin on Windows).")
That's not relevant to us, can you remove it :)?
Thanks,
Mathieu
Hi Mathieu,
>> + (home-page "https://bourbon.usc.edu/tgif/")
>
> That one seems to be problematic somehow:
The cert works in icecat, shoulda run lint, my bad.
Assuming I should just change it to a plain http home-page?
>> +(including Mac OS X and cygwin on Windows).")
>
> That's not relevant to us, can you remove it :)?
Noted, will axe that.
--spacecadet
@@ -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")