mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/setzer: Update to 66
- Take maintainership ChangeLog: https://github.com/cvfosammmm/Setzer/compare/v54...v66
This commit is contained in:
parent
513f684dcf
commit
81d09a05f7
3 changed files with 807 additions and 789 deletions
|
@ -1,24 +1,27 @@
|
|||
PORTNAME= setzer
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 54
|
||||
PORTREVISION= 8
|
||||
DISTVERSION= 66
|
||||
CATEGORIES= editors
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= LaTeX editor written in Python with Gtk
|
||||
WWW= https://www.cvfosammmm.org/setzer/
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= itstool:textproc/itstool
|
||||
LIB_DEPENDS= libgspell-1.so:textproc/gspell \
|
||||
LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \
|
||||
libgspell-1.so:textproc/gspell \
|
||||
libpoppler-glib.so:graphics/poppler-glib \
|
||||
libwebkit2gtk-4.0.so:www/webkit2-gtk@40
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
|
||||
libportal.so:deskutils/libportal \
|
||||
libwebkitgtk-6.0.so:www/webkit2-gtk@60
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
||||
tex-xetex>0:print/tex-xetex \
|
||||
xdg-open:devel/xdg-utils
|
||||
|
||||
USES= desktop-file-utils gettext gnome meson pkgconfig python \
|
||||
|
@ -26,10 +29,10 @@ USES= desktop-file-utils gettext gnome meson pkgconfig python \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cvfosammmm
|
||||
GH_PROJECT= Setzer
|
||||
USE_GNOME= glib20 gtk30 gtksourceview4 introspection pango pygobject3
|
||||
USE_GNOME= glib20 gtk40 gtksourceview5 introspection pango pygobject3
|
||||
USE_PYTHON= flavors py3kplist
|
||||
|
||||
SHEBANG_FILES= scripts/* setzer.in
|
||||
SHEBANG_FILES= scripts/*
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1678468729
|
||||
SHA256 (cvfosammmm-Setzer-v54_GH0.tar.gz) = 26ba6121ed36c513292b9283431660bfc91598cb7fb6b2c6d5593cbd1352e33e
|
||||
SIZE (cvfosammmm-Setzer-v54_GH0.tar.gz) = 3998888
|
||||
TIMESTAMP = 1737452920
|
||||
SHA256 (cvfosammmm-Setzer-v66_GH0.tar.gz) = 6064047f18179f8c3b4abf4c31d06f5896051a63af94533fbdb5d8722a42e08a
|
||||
SIZE (cvfosammmm-Setzer-v66_GH0.tar.gz) = 4067890
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue