mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: abiword: Add epub, goffice support.
* gnu/packages/abiword.scm (abiword.scm)[arguments]: Add "epub" and "goffice" to "enable-plugins" configure flag. [inputs]: Add goffice, libchamplain, telepathy-glib.
This commit is contained in:
parent
435a0462be
commit
5eabbc3e90
1 changed files with 7 additions and 4 deletions
|
@ -63,12 +63,12 @@ (define-public abiword
|
||||||
(list
|
(list
|
||||||
"--enable-clipart" ;; TODO: The following plugins have unresolved
|
"--enable-clipart" ;; TODO: The following plugins have unresolved
|
||||||
"--enable-templates" ;; dependencies: aiksaurus, grammar, wpg, gda,
|
"--enable-templates" ;; dependencies: aiksaurus, grammar, wpg, gda,
|
||||||
(string-append ;; wordperfect, psion, mathview, goffice, epub.
|
(string-append ;; wordperfect, psion, mathview.
|
||||||
"--enable-plugins="
|
"--enable-plugins="
|
||||||
"applix " "babelfish " "bmp " "clarisworks " "collab " "command "
|
"applix " "babelfish " "bmp " "clarisworks " "collab " "command "
|
||||||
"docbook " "eml " "freetranslation " "garble " "gdict " "gimp "
|
"docbook " "eml " "epub " "freetranslation " "garble " "gdict "
|
||||||
"google " "hancom " "hrtext " "iscii " "kword " "latex "
|
"gimp " "goffice " "google " "hancom " "hrtext " "iscii " "kword "
|
||||||
"loadbindings " "mht " "mif " "mswrite " "opendocument "
|
"latex " "loadbindings " "mht " "mif " "mswrite " "opendocument "
|
||||||
"openwriter " "openxml " "opml " "ots " "paint " "passepartout "
|
"openwriter " "openxml " "opml " "ots " "paint " "passepartout "
|
||||||
"pdb " "pdf " "presentation " "s5 " "sdw " "t602 " "urldict "
|
"pdb " "pdf " "presentation " "s5 " "sdw " "t602 " "urldict "
|
||||||
"wikipedia " "wmf " "wml " "xslfo"))
|
"wikipedia " "wmf " "wml " "xslfo"))
|
||||||
|
@ -85,7 +85,9 @@ (define-public abiword
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("fribidi" ,fribidi)
|
("fribidi" ,fribidi)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
("goffice" ,goffice)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
("libchamplain" ,libchamplain)
|
||||||
("libglade" ,libglade)
|
("libglade" ,libglade)
|
||||||
("libgsf" ,libgsf)
|
("libgsf" ,libgsf)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
|
@ -97,6 +99,7 @@ (define-public abiword
|
||||||
("ots" ,ots)
|
("ots" ,ots)
|
||||||
("popt" ,popt)
|
("popt" ,popt)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
("telepathy" ,telepathy-glib)
|
||||||
("wv" ,wv)
|
("wv" ,wv)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue