diff options
author | fox <fox@pkgsrc.org> | 2020-10-15 16:10:23 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2020-10-15 16:10:23 +0000 |
commit | fa7986b73017bc4b6a77d8119e8f58108ec514e0 (patch) | |
tree | bc9fbcaf695ddd49a4c9b4806ed31cb00e67cd76 /print | |
parent | 9939daa2428055aabefd9fad3f19120820a3c94d (diff) | |
download | pkgsrc-fa7986b73017bc4b6a77d8119e8f58108ec514e0.tar.gz |
print/foliate: Updates to 2.5.0
Changes since 2.4.2:
Changes:
* Improved support for touch screen (#591)
* OPDS credentials can now be remembered (#569)
* Various fixes for GNOME 3.38 (#548, #603, #608)
* Fixed Wiktionary internal links (#577)
* Added Basque (#579), Korean (#604), and Norwegian (#574, #575) translations
Diffstat (limited to 'print')
-rw-r--r-- | print/foliate/Makefile | 5 | ||||
-rw-r--r-- | print/foliate/PLIST | 5 | ||||
-rw-r--r-- | print/foliate/distinfo | 12 | ||||
-rw-r--r-- | print/foliate/patches/patch-src_epubView.js | 8 |
4 files changed, 16 insertions, 14 deletions
diff --git a/print/foliate/Makefile b/print/foliate/Makefile index d82bfb77ab7..2765beb77aa 100644 --- a/print/foliate/Makefile +++ b/print/foliate/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/08/17 20:19:55 leot Exp $ +# $NetBSD: Makefile,v 1.16 2020/10/15 16:10:23 fox Exp $ -DISTNAME= foliate-2.4.2 -PKGREVISION= 1 +DISTNAME= foliate-2.5.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=johnfactotum/} EXTRACT_USING= bsdtar diff --git a/print/foliate/PLIST b/print/foliate/PLIST index 1654853e246..3ad4475bfa9 100644 --- a/print/foliate/PLIST +++ b/print/foliate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/06/21 22:35:42 fox Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/10/15 16:10:23 fox Exp $ bin/foliate libexec/foliate/com.github.johnfactotum.Foliate share/applications/com.github.johnfactotum.Foliate.desktop @@ -50,11 +50,14 @@ share/icons/hicolor/symbolic/apps/com.github.johnfactotum.Foliate-symbolic.svg share/locale/cs_CS/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/de_DE/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/es/LC_MESSAGES/com.github.johnfactotum.Foliate.mo +share/locale/eu/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/nb/LC_MESSAGES/com.github.johnfactotum.Foliate.mo share/locale/nl/LC_MESSAGES/com.github.johnfactotum.Foliate.mo +share/locale/nn/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 diff --git a/print/foliate/distinfo b/print/foliate/distinfo index dca66e38d87..5eccce3cfd2 100644 --- a/print/foliate/distinfo +++ b/print/foliate/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2020/07/07 01:28:05 fox Exp $ +$NetBSD: distinfo,v 1.10 2020/10/15 16:10:23 fox Exp $ -SHA1 (foliate-2.4.2.tar.gz) = c4edc48badf1e9236aa0d15acd92db54783733ef -RMD160 (foliate-2.4.2.tar.gz) = 2945c61108d490a1c9de3ad566fbcb5d484dac6e -SHA512 (foliate-2.4.2.tar.gz) = 6dda76c9bd3f9f3273bafdd65463adfcab84d9c81ca89c2fd1cda4c5d7618d84610e11c75936c5df2bb118caa3f3e1e77ded506da670263e5af5b0ad92a97a07 -Size (foliate-2.4.2.tar.gz) = 4638211 bytes +SHA1 (foliate-2.5.0.tar.gz) = d998e782a94b34a6a5dded27363ef12b4adcb793 +RMD160 (foliate-2.5.0.tar.gz) = bfe033acda318c81f0e66939b7aa1cbd43ce0a4a +SHA512 (foliate-2.5.0.tar.gz) = 3eb3ecff36a105f6d9ba7e019312bef81e34f62f61310eaf3460c7aea41585fc9b410d08f9e4fd03fe60629b1ebb6f9f6a4c900e898ac712b104c615dc3737c8 +Size (foliate-2.5.0.tar.gz) = 4716094 bytes SHA1 (patch-src_assets_KindleUnpack_kindleunpack.py) = 2b558fe842669982aec6087e9ce1c72f1fc52315 -SHA1 (patch-src_epubView.js) = 6942875328b558f131f4c2046e4f7beb57999997 +SHA1 (patch-src_epubView.js) = de7ab2f79d0d7b6eb379686b6091f6f7bfda95e2 diff --git a/print/foliate/patches/patch-src_epubView.js b/print/foliate/patches/patch-src_epubView.js index 7b7f51a3550..8168c7d7bc6 100644 --- a/print/foliate/patches/patch-src_epubView.js +++ b/print/foliate/patches/patch-src_epubView.js @@ -1,11 +1,11 @@ -$NetBSD: patch-src_epubView.js,v 1.3 2020/07/03 12:18:12 fox Exp $ +$NetBSD: patch-src_epubView.js,v 1.4 2020/10/15 16:10:24 fox Exp $ Adds variable to help substitute the correct python version suffix. ---- src/epubView.js.orig 2020-07-02 07:05:56.000000000 +0000 +--- src/epubView.js.orig 2020-10-15 00:52:44.000000000 +0000 +++ src/epubView.js -@@ -25,7 +25,7 @@ const { - mimetypes, mimetypeIs, execCommand, recursivelyDeleteDir +@@ -26,7 +26,7 @@ const { + debounce } = imports.utils -const python = GLib.find_program_in_path('python') || GLib.find_program_in_path('python3') |