mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5dc59a82ae
Release 20.09.0: core: * Compability fix for Forms * Fix fetching of Objects failing in some cases * Fix clearing date in Annot setModified/setDate * TextSelectionPainter: support glyphless fonts * Splash: Don't try read past end of image * avoid abort() on large memory allocation * Fix memory leak on broken files * Fix potential invalid memory read * Small code improvements qt5: * Document TextAnnotation::inplaceAlign * Make Annotation::setModification/CreationDate work on existing annots * Be a bit more stubborn converting dates that come from xml * Clean as many null characters from the end as possible when converting strings glib: * Add accessor functions for PopplerAttachment * Deprecate PopplerAttachment GTime fields * Deprecate PopplerDocument date properties utils: * pdftoppm: report error and exit if output file cannot be written * Document that PDF-file can be '-' to read it from stdin build system: * cmake: Modern way to link against libpng, zlib and libtiff * cmake: Remove stray support for lcms1 in pdftocairo PR: 249060 Exp-run by: antoine
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kbibtex
|
|
DISTVERSION= 0.9.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Bibliography editor for KDE
|
|
|
|
LIB_DEPENDS= libicuuc.so:devel/icu \
|
|
libpoppler.so:graphics/poppler \
|
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
|
libqoauth-qt5.so:net/qoauth-qt5
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \
|
|
iconv kde:5 qca qt:5 shared-mime-info tar:xz
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
|
|
kio parts service solid sonnet texteditor textwidgets wallet \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus declarative gui location network \
|
|
printsupport webchannel widgets xml xmlpatterns \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= WEBENGINE
|
|
OPTIONS_DEFAULT_amd64= WEBENGINE
|
|
OPTIONS_DEFAULT_i386= WEBENGINE
|
|
|
|
WEBENGINE_DESC= Add dependency on qt5-webengine
|
|
WEBENGINE_USE= QT=webengine
|
|
WEBENGINE_USE_OFF= QT=webkit
|
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
|
|
|
.include <bsd.port.mk>
|