gnu: gnome-latex: Update to 3.41.2.

* gnu/packages/gnome.scm (gnome-latex): Update to 3.41.2.
[inputs]: Remove amtk, gsettings-desktop-schemas, gtk+ and gtksourceview, now
propagated by tepl.  Replace tepl-5 with tepl.
[native-inputs]: Remove intltool.
This commit is contained in:
Maxim Cournoyer 2022-09-08 12:01:33 -04:00
parent cad5c7543a
commit d94de3f48a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -12101,7 +12101,7 @@ card sheets that youll find at most office supply stores.")
(define-public gnome-latex (define-public gnome-latex
(package (package
(name "gnome-latex") (name "gnome-latex")
(version "3.38.0") (version "3.41.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -12109,27 +12109,22 @@ card sheets that youll find at most office supply stores.")
(version-major+minor version) "/" (version-major+minor version) "/"
"gnome-latex-" version ".tar.xz")) "gnome-latex-" version ".tar.xz"))
(sha256 (sha256
(base32 "0xqd49pgi82dygqnxj08i1v22b0vwwhx3zvdinhrx4jny339yam8")))) (base32 "0cynhmrn99f4f3kddczsc58ak4b9sv2zkfbcyz7z16848nhz047k"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
(list gettext-minimal (list gettext-minimal
`(,glib "bin") `(,glib "bin")
gobject-introspection gobject-introspection
gtk-doc/stable gtk-doc/stable
intltool
itstool itstool
pkg-config pkg-config
vala)) vala))
(inputs (inputs
(list amtk (list dconf
dconf
glib glib
gsettings-desktop-schemas
gspell gspell
gtk+
gtksourceview
libgee libgee
tepl-5 tepl
uchardet)) uchardet))
(home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX") (home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX")
(synopsis "LaTeX editor for the GNOME desktop") (synopsis "LaTeX editor for the GNOME desktop")