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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68372 in the body.
You can then email your comments to 68372 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68372
; Package
guix-patches
.
(Wed, 10 Jan 2024 18:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
spacecadet <spacecadet <at> purge.sh>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Jan 2024 18:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68372
; Package
guix-patches
.
(Fri, 12 Jan 2024 16:22:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68372 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68372
; Package
guix-patches
.
(Fri, 12 Jan 2024 22:10:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 68372 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68372
; Package
guix-patches
.
(Sat, 13 Jan 2024 15:23:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 68372 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Wed, 17 Jan 2024 10:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
spacecadet <spacecadet <at> purge.sh>
:
bug acknowledged by developer.
(Wed, 17 Jan 2024 10:11:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 68372-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/image.scm (tgif): New variable.
Applied with an amended description,
Thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 14 Feb 2024 12:24:13 GMT)
Full text and
rfc822 format available.
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.