Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32d3731510 | ||
|
|
d069e9bc28 | ||
|
|
72cad7a9f9 |
||
|
|
674d556a96 | ||
|
|
e9c8f0cf68 | ||
|
|
76f3873b93 | ||
|
|
83cf8e0737 | ||
|
|
ed70e11c90 | ||
|
|
0bea393d3b | ||
|
|
3bd2555e4d | ||
|
|
0126454c67 | ||
|
|
01f651d286 | ||
|
|
b7eeb4b348 | ||
|
|
104a01fb00 | ||
|
32a46814af |
3 changed files with 10 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,3 +22,5 @@
|
||||||
/Setzer-55.tar.gz
|
/Setzer-55.tar.gz
|
||||||
/Setzer-56.tar.gz
|
/Setzer-56.tar.gz
|
||||||
/Setzer-59.tar.gz
|
/Setzer-59.tar.gz
|
||||||
|
/Setzer-65.tar.gz
|
||||||
|
/Setzer-66.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,14 @@
|
||||||
%global uuid org.cvfosammmm.Setzer
|
%global uuid org.cvfosammmm.Setzer
|
||||||
|
|
||||||
Name: setzer
|
Name: setzer
|
||||||
Version: 59
|
Version: 66
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: LaTeX editor written in Python with Gtk
|
Summary: LaTeX editor written in Python with Gtk
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
License: GPLv3+
|
# Automatically converted from old format: GPLv3+ - review is highly recommended.
|
||||||
|
License: GPL-3.0-or-later
|
||||||
URL: https://www.cvfosammmm.org/setzer/
|
URL: https://www.cvfosammmm.org/setzer/
|
||||||
Source0: %{forgesource}
|
Source0: %{forgesource}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
@ -30,7 +31,9 @@ BuildRequires: poppler-glib-devel
|
||||||
BuildRequires: python3-bibtexparser
|
BuildRequires: python3-bibtexparser
|
||||||
BuildRequires: python3-cairo
|
BuildRequires: python3-cairo
|
||||||
BuildRequires: python3-gobject-devel
|
BuildRequires: python3-gobject-devel
|
||||||
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: python3-pexpect
|
BuildRequires: python3-pexpect
|
||||||
|
BuildRequires: python3-willow
|
||||||
BuildRequires: webkitgtk6.0
|
BuildRequires: webkitgtk6.0
|
||||||
Requires: gtk4
|
Requires: gtk4
|
||||||
Requires: gtksourceview5
|
Requires: gtksourceview5
|
||||||
|
|
@ -43,7 +46,9 @@ Requires: poppler-glib
|
||||||
Requires: python3-bibtexparser
|
Requires: python3-bibtexparser
|
||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
|
Requires: python3-numpy
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
|
Requires: python3-willow
|
||||||
Requires: webkitgtk6.0
|
Requires: webkitgtk6.0
|
||||||
|
|
||||||
Requires: texlive
|
Requires: texlive
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (Setzer-59.tar.gz) = 8a1bade15f2590de1360889fc9f4fcf6c5ee0af907843d4dcf5410dec6cd9518092c3d2442ed01320a2234154dab3f4cae03d5684a6735cbdde22de088cf8618
|
SHA512 (Setzer-66.tar.gz) = 915cac043ae3cc8b1c24327bc46af2f1c45519e84b1579f7609884afad70f007302a15cd30aa7f04acc1a860e608f3b872e82bb92d1f806c1d3e898666928123
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue