gnu: teckit: Adjust indentation.
* gnu/packages/fontutils.scm (teckit): Re-indent.
This commit is contained in:
parent
d7e213163b
commit
93a55838bf
|
@ -388,24 +388,24 @@ X11-system or any other graphical user interface.")
|
||||||
|
|
||||||
(define-public teckit
|
(define-public teckit
|
||||||
(package
|
(package
|
||||||
(name "teckit")
|
(name "teckit")
|
||||||
(version "2.5.8") ;signed by key 0xC9183BEA0288CDEE
|
(version "2.5.8") ;signed by key 0xC9183BEA0288CDEE
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/silnrsi/teckit/releases/"
|
(uri (string-append "https://github.com/silnrsi/teckit/releases/"
|
||||||
"download/v" version "/teckit-" version ".tar.gz"))
|
"download/v" version "/teckit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00dy4hpxlf36xn9ngwy8p8hcvqjdmfzlfadihjl92dq8y5l1zprm"))))
|
(base32 "00dy4hpxlf36xn9ngwy8p8hcvqjdmfzlfadihjl92dq8y5l1zprm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("expat" ,expat)))
|
("expat" ,expat)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl))) ;for the tests
|
`(("perl" ,perl))) ;for the tests
|
||||||
(synopsis "Toolkit for encoding conversions")
|
(synopsis "Toolkit for encoding conversions")
|
||||||
(description
|
(description
|
||||||
"TECkit is a low-level toolkit intended to be used by other applications
|
"TECkit is a low-level toolkit intended to be used by other applications
|
||||||
that need to perform encoding conversions (e.g., when importing legacy data
|
that need to perform encoding conversions (e.g., when importing legacy data
|
||||||
into a Unicode-based application). The primary component of the TECkit
|
into a Unicode-based application). The primary component of the TECkit
|
||||||
package is therefore a library that performs conversions; this is the
|
package is therefore a library that performs conversions; this is the
|
||||||
|
@ -422,8 +422,8 @@ TECkit compiler. However, it is not intended that these tools will be the
|
||||||
primary means by which end users perform conversions, and they have not
|
primary means by which end users perform conversions, and they have not
|
||||||
been designed, tested, and debugged to the extent that general-purpose
|
been designed, tested, and debugged to the extent that general-purpose
|
||||||
applications should be.")
|
applications should be.")
|
||||||
(license license:lgpl2.1+)
|
(license license:lgpl2.1+)
|
||||||
(home-page "http://scripts.sil.org/cms/scripts/page.php?cat_id=teckit")))
|
(home-page "http://scripts.sil.org/cms/scripts/page.php?cat_id=teckit")))
|
||||||
|
|
||||||
(define-public graphite2
|
(define-public graphite2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue