gnu: Add tgif.
* gnu/packages/image.scm (tgif): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I4fd6bf5ae25806775e75dcca680a067f5d80ef5e
This commit is contained in:
parent
dac977ea4e
commit
8fbda358ab
@ -639,6 +639,32 @@ maximum quality factor.")
|
|||||||
(license license:gpl3+)
|
(license license:gpl3+)
|
||||||
(home-page "https://www.kokkonen.net/tjko/projects.html#jpegoptim")))
|
(home-page "https://www.kokkonen.net/tjko/projects.html#jpegoptim")))
|
||||||
|
|
||||||
|
(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.")
|
||||||
|
(license license:qpl)))
|
||||||
|
|
||||||
(define-public libicns
|
(define-public libicns
|
||||||
(package
|
(package
|
||||||
(name "libicns")
|
(name "libicns")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user