mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Update to version 2.8.3, augment CATEGORIES
- Add new options: DBUS, DVI, HELP, and T1LIB PR: 252301 (based on) Submitted by: Charlie Li
This commit is contained in:
parent
ea174d3667
commit
3ef3f0dcd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561650
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xreader
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= print
|
||||
PORTVERSION= 2.8.3
|
||||
CATEGORIES= print gnome
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Multi-format document reader
|
||||
@ -13,7 +12,8 @@ LICENSE= GPLv2+
|
||||
|
||||
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
|
||||
|
||||
BUILD_DEPENDS= intltool-merge:textproc/intltool
|
||||
BUILD_DEPENDS= intltool-merge:textproc/intltool \
|
||||
itstool:textproc/itstool
|
||||
LIB_DEPENDS= libxapp.so:x11/xapp
|
||||
|
||||
USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg
|
||||
@ -28,22 +28,36 @@ INSTALLS_ICONS= yes
|
||||
MATHJAX_DIR= ${LOCALBASE}/www/MathJax
|
||||
MESON_ARGS= -Dtests=false
|
||||
|
||||
OPTIONS_DEFINE= DJVU EPUB KEYRING PDF PS TIFF XPS
|
||||
OPTIONS_DEFAULT= DJVU KEYRING PDF TIFF XPS
|
||||
EPUB_DESC= EPUB e-book format support
|
||||
KEYRING_DESC= Password-protected document support
|
||||
XPS_DESC= XPS document support
|
||||
OPTIONS_DEFINE= DBUS DJVU DVI EPUB HELP KEYRING PDF PS T1LIB TIFF XPS
|
||||
OPTIONS_DEFAULT= DBUS DJVU HELP KEYRING PDF TIFF XPS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DVI_DESC= DVI format support
|
||||
EPUB_DESC= EPUB e-book format support
|
||||
HELP_DESC= Install help files
|
||||
KEYRING_DESC= Password-protected document support
|
||||
T1LIB_DESC= Type1 font support in DVI backend
|
||||
XPS_DESC= XPS document support
|
||||
|
||||
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
DBUS_MESON_OFF= -Denable_dbus=false
|
||||
|
||||
DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
||||
DJVU_MESON_ON= -Ddjvu=true
|
||||
|
||||
DVI_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
DVI_USE= tex=kpathsea
|
||||
DVI_MESON_ON= -Ddvi=true
|
||||
|
||||
EPUB_BUILD_DEPENDS= ${MATHJAX_DIR}/MathJax.js:www/mathjax
|
||||
EPUB_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
||||
EPUB_RUN_DEPENDS= ${EPUB_BUILD_DEPENDS}
|
||||
EPUB_MESON_ON= -Dmathjax-directory=${MATHJAX_DIR}
|
||||
EPUB_MESON_OFF= -Depub=false
|
||||
|
||||
HELP_RUN_DEPENDS= yelp:x11/yelp
|
||||
HELP_MESON_ON= -Dhelp_files=true
|
||||
|
||||
KEYRING_LIB_DEPENDS= libsecret-1.so:security/libsecret
|
||||
KEYRING_MESON_OFF= -Dkeyring=false
|
||||
|
||||
@ -53,6 +67,10 @@ PDF_MESON_OFF= -Dpdf=false
|
||||
PS_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
PS_MESON_OFF= -Dps=false
|
||||
|
||||
T1LIB_LIB_DEPENDS= libt1.so:devel/t1lib
|
||||
T1LIB_MESON_ON= -Dt1lib=true
|
||||
T1LIB_IMPLIES= DVI
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TIFF_MESON_OFF= -Dtiff=false
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1592999259
|
||||
SHA256 (linuxmint-xreader-2.6.4_GH0.tar.gz) = 7e2f833669345a396448f475213637f31dff6c45a57b25badb1c13e28a289b10
|
||||
SIZE (linuxmint-xreader-2.6.4_GH0.tar.gz) = 2187159
|
||||
TIMESTAMP = 1610450621
|
||||
SHA256 (linuxmint-xreader-2.8.3_GH0.tar.gz) = 48d624e3844d614ea5c6a4c97220e31411800dee8a55f394add0871b0573b3cb
|
||||
SIZE (linuxmint-xreader-2.8.3_GH0.tar.gz) = 2219191
|
||||
|
@ -57,8 +57,10 @@ lib/libxreaderview.so
|
||||
lib/libxreaderview.so.3
|
||||
lib/libxreaderview.so.3.0.0
|
||||
%%DJVU%%lib/xreader/3/backends/djvudocument.xreader-backend
|
||||
%%DVI%%lib/xreader/3/backends/dvidocument.xreader-backend
|
||||
%%EPUB%%lib/xreader/3/backends/epubdocument.xreader-backend
|
||||
%%DJVU%%lib/xreader/3/backends/libdjvudocument.so
|
||||
%%DVI%%lib/xreader/3/backends/libdvidocument.so
|
||||
%%EPUB%%lib/xreader/3/backends/libepubdocument.so
|
||||
%%PDF%%lib/xreader/3/backends/libpdfdocument.so
|
||||
%%PS%%lib/xreader/3/backends/libpsdocument.so
|
||||
@ -70,13 +72,82 @@ lib/libxreaderview.so.3.0.0
|
||||
%%XPS%%lib/xreader/3/backends/xpsdocument.xreader-backend
|
||||
libdata/pkgconfig/xreader-document-1.5.pc
|
||||
libdata/pkgconfig/xreader-view-1.5.pc
|
||||
libexec/xreaderd
|
||||
%%DBUS%%libexec/xreaderd
|
||||
man/man1/xreader-previewer.1.gz
|
||||
man/man1/xreader-thumbnailer.1.gz
|
||||
man/man1/xreader.1.gz
|
||||
share/appdata/xreader.appdata.xml
|
||||
share/applications/xreader.desktop
|
||||
share/dbus-1/services/org.x.reader.Daemon.service
|
||||
%%HELP%%share/help/C/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/C/xreader/index.docbook
|
||||
%%HELP%%share/help/C/xreader/legal.xml
|
||||
%%HELP%%share/help/bg/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/bg/xreader/index.docbook
|
||||
%%HELP%%share/help/bg/xreader/legal.xml
|
||||
%%HELP%%share/help/ca/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ca/xreader/index.docbook
|
||||
%%HELP%%share/help/ca/xreader/legal.xml
|
||||
%%HELP%%share/help/cs/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/cs/xreader/index.docbook
|
||||
%%HELP%%share/help/cs/xreader/legal.xml
|
||||
%%HELP%%share/help/de/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/de/xreader/index.docbook
|
||||
%%HELP%%share/help/de/xreader/legal.xml
|
||||
%%HELP%%share/help/el/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/el/xreader/index.docbook
|
||||
%%HELP%%share/help/el/xreader/legal.xml
|
||||
%%HELP%%share/help/en_GB/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/en_GB/xreader/index.docbook
|
||||
%%HELP%%share/help/en_GB/xreader/legal.xml
|
||||
%%HELP%%share/help/es/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/es/xreader/index.docbook
|
||||
%%HELP%%share/help/es/xreader/legal.xml
|
||||
%%HELP%%share/help/eu/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/eu/xreader/index.docbook
|
||||
%%HELP%%share/help/eu/xreader/legal.xml
|
||||
%%HELP%%share/help/fi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fi/xreader/index.docbook
|
||||
%%HELP%%share/help/fi/xreader/legal.xml
|
||||
%%HELP%%share/help/fr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fr/xreader/index.docbook
|
||||
%%HELP%%share/help/fr/xreader/legal.xml
|
||||
%%HELP%%share/help/it/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/it/xreader/index.docbook
|
||||
%%HELP%%share/help/it/xreader/legal.xml
|
||||
%%HELP%%share/help/ja/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ja/xreader/index.docbook
|
||||
%%HELP%%share/help/ja/xreader/legal.xml
|
||||
%%HELP%%share/help/nl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/nl/xreader/index.docbook
|
||||
%%HELP%%share/help/nl/xreader/legal.xml
|
||||
%%HELP%%share/help/oc/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/oc/xreader/index.docbook
|
||||
%%HELP%%share/help/oc/xreader/legal.xml
|
||||
%%HELP%%share/help/pt_BR/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/pt_BR/xreader/index.docbook
|
||||
%%HELP%%share/help/pt_BR/xreader/legal.xml
|
||||
%%HELP%%share/help/ru/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ru/xreader/index.docbook
|
||||
%%HELP%%share/help/ru/xreader/legal.xml
|
||||
%%HELP%%share/help/sl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sl/xreader/index.docbook
|
||||
%%HELP%%share/help/sl/xreader/legal.xml
|
||||
%%HELP%%share/help/sr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sr/xreader/index.docbook
|
||||
%%HELP%%share/help/sr/xreader/legal.xml
|
||||
%%HELP%%share/help/sv/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sv/xreader/index.docbook
|
||||
%%HELP%%share/help/sv/xreader/legal.xml
|
||||
%%HELP%%share/help/uk/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/uk/xreader/index.docbook
|
||||
%%HELP%%share/help/uk/xreader/legal.xml
|
||||
%%HELP%%share/help/vi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/vi/xreader/index.docbook
|
||||
%%HELP%%share/help/vi/xreader/legal.xml
|
||||
%%HELP%%share/help/zh_CN/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/zh_CN/xreader/index.docbook
|
||||
%%HELP%%share/help/zh_CN/xreader/legal.xml
|
||||
share/icons/hicolor/16x16/apps/xreader.png
|
||||
share/icons/hicolor/22x22/apps/xreader.png
|
||||
share/icons/hicolor/24x24/apps/xreader.png
|
||||
@ -91,6 +162,7 @@ share/locale/ast/LC_MESSAGES/xreader.mo
|
||||
share/locale/az/LC_MESSAGES/xreader.mo
|
||||
share/locale/be/LC_MESSAGES/xreader.mo
|
||||
share/locale/be@latin/LC_MESSAGES/xreader.mo
|
||||
share/locale/ber/LC_MESSAGES/xreader.mo
|
||||
share/locale/bg/LC_MESSAGES/xreader.mo
|
||||
share/locale/bn/LC_MESSAGES/xreader.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xreader.mo
|
||||
@ -182,6 +254,7 @@ share/locale/uk/LC_MESSAGES/xreader.mo
|
||||
share/locale/ur/LC_MESSAGES/xreader.mo
|
||||
share/locale/vi/LC_MESSAGES/xreader.mo
|
||||
share/locale/wa/LC_MESSAGES/xreader.mo
|
||||
share/locale/zgh/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xreader.mo
|
||||
|
Loading…
Reference in New Issue
Block a user