gnu: atril: Remove input labels.
* gnu/packages/mate.scm (atril)[native-inputs]: Remove package labels. [inputs]: Same. Change-Id: I9bdb69426d4b3285b09310642b881ac9bcee0d47master
parent
d86b6233d5
commit
ca892fc9ef
|
@ -727,55 +727,55 @@ infamous 'Wanda the Fish'.")
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("yelp-tools" ,yelp-tools)
|
yelp-tools
|
||||||
("glib:bin" ,glib "bin")
|
(list glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk-doc" ,gtk-doc)
|
gtk-doc
|
||||||
("texlive-bin" ,texlive-bin) ;synctex
|
texlive-bin ;synctex
|
||||||
("xmllint" ,libxml2)
|
libxml2
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(inputs
|
(inputs
|
||||||
`(("at-spi2-core" ,at-spi2-core)
|
(list at-spi2-core
|
||||||
("cairo" ,cairo)
|
cairo
|
||||||
("caja" ,caja)
|
caja
|
||||||
("dconf" ,dconf)
|
dconf
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("dbus-glib" ,dbus-glib)
|
dbus-glib
|
||||||
("djvulibre" ,djvulibre)
|
djvulibre
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("ghostscript" ,ghostscript)
|
ghostscript
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("js-mathjax" ,js-mathjax)
|
js-mathjax
|
||||||
("libcanberra" ,libcanberra)
|
libcanberra
|
||||||
("libsecret" ,libsecret)
|
libsecret
|
||||||
("libspectre" ,libspectre)
|
libspectre
|
||||||
("libtiff" ,libtiff)
|
libtiff
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libice" ,libice)
|
libice
|
||||||
("libsm" ,libsm)
|
libsm
|
||||||
("libgxps" ,libgxps)
|
libgxps
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("dogtail" ,python-dogtail)
|
python-dogtail
|
||||||
("shared-mime-info" ,shared-mime-info)
|
shared-mime-info
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
gdk-pixbuf
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("libgnome-keyring" ,libgnome-keyring)
|
libgnome-keyring
|
||||||
("libarchive" ,libarchive)
|
libarchive
|
||||||
("marco" ,marco)
|
marco
|
||||||
("openjpeg" ,openjpeg)
|
openjpeg
|
||||||
("pango" ,pango)
|
pango
|
||||||
;;("texlive" ,texlive)
|
;;texlive
|
||||||
;; TODO:
|
;; TODO:
|
||||||
;; Build libkpathsea as a shared library for DVI support.
|
;; Build libkpathsea as a shared library for DVI support.
|
||||||
;; ("libkpathsea" ,texlive-bin)
|
;; ("libkpathsea" ,texlive-bin)
|
||||||
("poppler" ,poppler)
|
poppler
|
||||||
("webkitgtk" ,webkitgtk-for-gtk3)))
|
webkitgtk-for-gtk3))
|
||||||
(home-page "https://mate-desktop.org")
|
(home-page "https://mate-desktop.org")
|
||||||
(synopsis "Document viewer for Mate")
|
(synopsis "Document viewer for Mate")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue