mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
deskutils/foliate: Updates to 2.3.0
Changes since 2.2.1: OPDS catalogs: * Catalogs are now opened in the main library window (#403) * View current location * Go to catalog start page * Reload catalog * Add current feed to catalogs * HTTP authentication support (#421) Other changes: * Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files (#462) * Fixed newlines being ignored when copying text (#463) * "Turn page on tap" is now disabled in non-paginated layouts (#464) * Opening a book from the library view now closes the library window (#446) * Language and publication dates in metadata are now parsed and formatted * Export annotations from the library view Technical changes: * New optional dependency iso-codes (>= 3.67), which provides display names for languages and regions. It is highly recommended to install this dependency. * Flag emojis are now displayed for books whose language property contains a country/region code. For the best experience, an emoji font should be installed.
This commit is contained in:
parent
97d420527f
commit
bbc0206cc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539790
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= foliate
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= fox@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591596679
|
||||
SHA256 (johnfactotum-foliate-2.2.1_GH0.tar.gz) = d1b43cb604e02f4337cd20487a5ef7780156207456bc90d4b6ac13716ed7eb5a
|
||||
SIZE (johnfactotum-foliate-2.2.1_GH0.tar.gz) = 4310842
|
||||
TIMESTAMP = 1592778065
|
||||
SHA256 (johnfactotum-foliate-2.3.0_GH0.tar.gz) = 96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187
|
||||
SIZE (johnfactotum-foliate-2.3.0_GH0.tar.gz) = 4366782
|
||||
|
@ -2,7 +2,6 @@ bin/foliate
|
||||
libexec/foliate/com.github.johnfactotum.Foliate
|
||||
share/applications/com.github.johnfactotum.Foliate.desktop
|
||||
share/applications/com.github.johnfactotum.Foliate.desktop.bak
|
||||
share/com.github.johnfactotum.Foliate/assets/.eslintrc.json
|
||||
share/com.github.johnfactotum.Foliate/assets/KindleUnpack/__init__.py
|
||||
share/com.github.johnfactotum.Foliate/assets/KindleUnpack/compatibility_utils.py
|
||||
share/com.github.johnfactotum.Foliate/assets/KindleUnpack/kindleunpack.py
|
||||
@ -54,11 +53,13 @@ share/locale/de_DE/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/es/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/fr_FR/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/id_ID/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/ie/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/it/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/nl/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/ru_RU/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/sv/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/uk/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/com.github.johnfactotum.Foliate.mo
|
||||
share/metainfo/com.github.johnfactotum.Foliate.appdata.xml
|
||||
|
Loading…
Reference in New Issue
Block a user