gnu: java-w3c-svg: Update synopsis and description.
* gnu/packages/batik.scm (java-w3c-svg-1.0)[synopsis]: Modify. [description]: Modify. (java-w3c-svg)[synopsis]: Modify. [description]: Modify.
This commit is contained in:
parent
b2eda4a55e
commit
9096c00629
|
@ -140,8 +140,8 @@ public interface EventListenerInitializer {
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
(home-page "https://www.w3.org/Style/CSS/SAC/")
|
(home-page "https://www.w3.org/Style/CSS/SAC/")
|
||||||
(synopsis "W3C SVG interface")
|
(synopsis "W3C SVG 1.0 interface")
|
||||||
(description "This package provides a SVG interface.")
|
(description "This package provides a SVG 1.0 interface.")
|
||||||
(license license:w3c)))
|
(license license:w3c)))
|
||||||
|
|
||||||
(define-public java-w3c-svg
|
(define-public java-w3c-svg
|
||||||
|
@ -162,7 +162,9 @@ public interface EventListenerInitializer {
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(delete 'patch-interface)))))
|
(delete 'patch-interface)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`())))
|
`())
|
||||||
|
(synopsis "W3C SVG interface")
|
||||||
|
(description "This package provides a SVG interface.")))
|
||||||
|
|
||||||
(define-public java-w3c-sac
|
(define-public java-w3c-sac
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue