summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-23 14:47:18 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-23 14:47:39 +0900
commit75ad18525e4ea848f752cea2066af65e0076060e (patch)
treee6f18ba38844acbca91c126ebcbd118f0314dbff /gnu
parent4a34c929e9634a699bc71ec7b1ef089b8c809e55 (diff)
gnu: setzer: Update to 66.
* gnu/packages/gnome.scm (setzer): Update to 66. [inputs]: Remove gtk+, gtksourceview-4, and webkitgtk-with-libsoup2; add gobject-introspection, gtk, gtksourceview, libadwaita, libportal, python-bibtexparser, python-numpy, python-pillow, and webkitgtk. [description]: Update to refer to GTK, not GTK+. Change-Id: I440157e2ca6a80e5649c6e0ba1a54820b8f03990
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm20
1 files changed, 13 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3f69c0fd826..0ce1f9563b2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12727,7 +12727,7 @@ and toolbars.")
(define-public setzer
(package
(name "setzer")
- (version "0.4.8")
+ (version "66")
(source
(origin
(method git-fetch)
@@ -12736,7 +12736,7 @@ and toolbars.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12w58v7qsd3xfmrxhij8dby9xnvd82hxqb4wc6di7lqz1ayg5lzc"))))
+ (base32 "061zqim3ldhpvl1rc9mqkamf7gb7bsjaaanplsbls2k33w6k1b46"))))
(build-system meson-build-system)
(arguments
(list
@@ -12759,24 +12759,30 @@ and toolbars.")
python))
(inputs
(list bash-minimal
+ gobject-introspection
gsettings-desktop-schemas
gspell
- gtk+
- gtksourceview-4
+ gtk
+ gtksourceview
+ libadwaita
+ libportal
pango
poppler
+ python-bibtexparser
+ python-numpy
python-pdfminer-six
python-pexpect
+ python-pillow
python-pycairo
python-pygobject
python-pyxdg
- webkitgtk-with-libsoup2
+ webkitgtk
xdg-utils))
(home-page "https://www.cvfosammmm.org/setzer/")
- (synopsis "LaTeX editor written in Python with GTK+")
+ (synopsis "LaTeX editor written in Python with GTK")
(description
"Setzer is a simple yet full-featured LaTeX editor written in Python with
-GTK+. It integrates well with the GNOME desktop environment.")
+GTK. It integrates well with the GNOME desktop environment.")
(license license:gpl3+)))
(define-deprecated/public-alias apostrophe