Files
ports/editors/setzer/Makefile
Tobias C. Berner fd68e9e2b6 graphics/poppler: update to 21.12
Release 21.12.0:
    core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

    glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

    utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

    build system:
         * Increase C++ standard to 17

Exp-run by:	antoine
PR:		260344
2021-12-13 21:13:45 +01:00

32 lines
876 B
Makefile

PORTNAME= setzer
DISTVERSIONPREFIX=v
DISTVERSION= 0.4.1
PORTREVISION= 6
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} \
${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${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
SHEBANG_FILES= scripts/* setzer.in
.include <bsd.port.mk>