ed28803b50
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
34 lines
828 B
Makefile
34 lines
828 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setzer
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= LaTeX editor written in Python with Gtk
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libgspell-1.so:textproc/gspell \
|
|
libpoppler-glib.so:graphics/poppler-glib \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
xdg-open:devel/xdg-utils
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig python:3.5+ \
|
|
shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cvfosammmm
|
|
GH_PROJECT= Setzer
|
|
USE_GNOME= glib20 gtk30 gtksourceview4 introspection pango pygobject3
|
|
USE_PYTHON= py3kplist
|
|
INSTALLS_ICONS= yes
|
|
|
|
SHEBANG_FILES= scripts/* setzer.in
|
|
|
|
.include <bsd.port.mk>
|