graphics/xournalpp: Update 1.1.0 -> 1.1.1
Reported by: portscout
This commit is contained in:
parent
d3aae763d0
commit
52b7e6fc79
@ -1,6 +1,6 @@
|
||||
PORTNAME= xournalpp
|
||||
DISTVERSION= 1.1.0
|
||||
PORTREVISION= 5
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -9,18 +9,21 @@ COMMENT= Handwriting notetaking software with PDF annotation support
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= help2man:misc/help2man
|
||||
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
|
||||
libpoppler-glib.so:graphics/poppler-glib \
|
||||
libportaudio.so:audio/portaudio \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libzip.so:archivers/libzip
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext-tools gnome pkgconfig xorg
|
||||
USES= cmake compiler:c++11-lang gettext-tools gnome lua:53 pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 librsvg2 libxml2 pango
|
||||
USE_XORG= x11 xi
|
||||
USE_TEX= latex
|
||||
|
||||
LDFLAGS+= -lexecinfo
|
||||
|
||||
# CAVEAT: crashes when built with gcc: https://github.com/xournalpp/xournalpp/issues/851
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1626684712
|
||||
SHA256 (xournalpp-xournalpp-1.1.0_GH0.tar.gz) = 31b99282bcd1d829f05f1c9ccd07c5d599acc0e69725d135cdc97e1dcaf2baee
|
||||
SIZE (xournalpp-xournalpp-1.1.0_GH0.tar.gz) = 15037204
|
||||
TIMESTAMP = 1645734995
|
||||
SHA256 (xournalpp-xournalpp-v1.1.1_GH0.tar.gz) = 0d7fea5392758d5180eb24cc219660e997f087ae5a62d5f30515a063f81252e2
|
||||
SIZE (xournalpp-xournalpp-v1.1.1_GH0.tar.gz) = 15093900
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/xournalpp
|
||||
bin/xournalpp-thumbnailer
|
||||
share/locale/af_ZA/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/ar/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/ca/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/cs/LC_MESSAGES/xournalpp.mo
|
||||
@ -25,6 +26,7 @@ share/locale/pt_BR/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/ro/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/ru/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/si_LK/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/sv/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/th/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/tr/LC_MESSAGES/xournalpp.mo
|
||||
@ -32,6 +34,8 @@ share/locale/vi/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/zh/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/xournalpp.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
|
||||
share/man/man1/xournalpp-thumbnailer.1.gz
|
||||
share/man/man1/xournalpp.1.gz
|
||||
%%DATADIR%%/plugins/ColorCycle/main.lua
|
||||
%%DATADIR%%/plugins/ColorCycle/plugin.ini
|
||||
%%DATADIR%%/plugins/Example/main.lua
|
||||
|
Loading…
Reference in New Issue
Block a user