summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorfox <fox@pkgsrc.org>2020-04-08 23:22:48 +0000
committerfox <fox@pkgsrc.org>2020-04-08 23:22:48 +0000
commiteebbb161f24ffc783237a056baf10728124c2df8 (patch)
tree515503908ef85ee56447532a7517ff07f25a6963 /print
parent9a083dcf4ef0ee52435b69d105bb459c42beeb39 (diff)
downloadpkgsrc-eebbb161f24ffc783237a056baf10728124c2df8.tar.gz
print/foliate: Updates to 2.1.0
Changes since 2.0.0: New features: * New and improved icon (#268) * Option to disable turn page on tap (#270) * A menu on the welcome screen for opening recent files (#69) * Restored shortcuts for showing ToC, annotations, and bookmarks Fixes: * Fixed application not translated (#274)
Diffstat (limited to 'print')
-rw-r--r--print/foliate/Makefile4
-rw-r--r--print/foliate/PLIST66
-rw-r--r--print/foliate/distinfo10
3 files changed, 40 insertions, 40 deletions
diff --git a/print/foliate/Makefile b/print/foliate/Makefile
index e407717aba0..8d5ef738383 100644
--- a/print/foliate/Makefile
+++ b/print/foliate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/04/06 14:15:47 fox Exp $
+# $NetBSD: Makefile,v 1.6 2020/04/08 23:22:48 fox Exp $
-DISTNAME= foliate-2.0.0
+DISTNAME= foliate-2.1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=johnfactotum/}
EXTRACT_USING= bsdtar
diff --git a/print/foliate/PLIST b/print/foliate/PLIST
index 14289d03d96..b06ced7ef23 100644
--- a/print/foliate/PLIST
+++ b/print/foliate/PLIST
@@ -1,39 +1,39 @@
-@comment $NetBSD: PLIST,v 1.2 2020/04/06 14:15:47 fox Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/04/08 23:22:48 fox Exp $
bin/foliate
libexec/foliate/com.github.johnfactotum.Foliate
share/applications/com.github.johnfactotum.Foliate.desktop
-share/foliate/assets/.eslintrc.json
-share/foliate/assets/KindleUnpack/__init__.py
-share/foliate/assets/KindleUnpack/compatibility_utils.py
-share/foliate/assets/KindleUnpack/kindleunpack.py
-share/foliate/assets/KindleUnpack/mobi_cover.py
-share/foliate/assets/KindleUnpack/mobi_dict.py
-share/foliate/assets/KindleUnpack/mobi_header.py
-share/foliate/assets/KindleUnpack/mobi_html.py
-share/foliate/assets/KindleUnpack/mobi_index.py
-share/foliate/assets/KindleUnpack/mobi_k8proc.py
-share/foliate/assets/KindleUnpack/mobi_k8resc.py
-share/foliate/assets/KindleUnpack/mobi_nav.py
-share/foliate/assets/KindleUnpack/mobi_ncx.py
-share/foliate/assets/KindleUnpack/mobi_opf.py
-share/foliate/assets/KindleUnpack/mobi_pagemap.py
-share/foliate/assets/KindleUnpack/mobi_sectioner.py
-share/foliate/assets/KindleUnpack/mobi_split.py
-share/foliate/assets/KindleUnpack/mobi_uncompress.py
-share/foliate/assets/KindleUnpack/mobi_utils.py
-share/foliate/assets/KindleUnpack/mobiml2xhtml.py
-share/foliate/assets/KindleUnpack/unipath.py
-share/foliate/assets/KindleUnpack/unpack_structure.py
-share/foliate/assets/epub-viewer-nocsp.html
-share/foliate/assets/epub-viewer.css
-share/foliate/assets/epub-viewer.html
-share/foliate/assets/epub-viewer.js
-share/foliate/assets/epub.js
-share/foliate/assets/jszip.min.js
-share/foliate/assets/lookup.html
-share/foliate/assets/utils.js
-share/foliate/com.github.johnfactotum.Foliate.data.gresource
-share/foliate/com.github.johnfactotum.Foliate.src.gresource
+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
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_cover.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_dict.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_header.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_html.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_index.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_k8proc.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_k8resc.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_nav.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_ncx.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_opf.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_pagemap.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_sectioner.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_split.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_uncompress.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobi_utils.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/mobiml2xhtml.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/unipath.py
+share/com.github.johnfactotum.Foliate/assets/KindleUnpack/unpack_structure.py
+share/com.github.johnfactotum.Foliate/assets/epub-viewer-nocsp.html
+share/com.github.johnfactotum.Foliate/assets/epub-viewer.css
+share/com.github.johnfactotum.Foliate/assets/epub-viewer.html
+share/com.github.johnfactotum.Foliate/assets/epub-viewer.js
+share/com.github.johnfactotum.Foliate/assets/epub.js
+share/com.github.johnfactotum.Foliate/assets/jszip.min.js
+share/com.github.johnfactotum.Foliate/assets/lookup.html
+share/com.github.johnfactotum.Foliate/assets/utils.js
+share/com.github.johnfactotum.Foliate/com.github.johnfactotum.Foliate.data.gresource
+share/com.github.johnfactotum.Foliate/com.github.johnfactotum.Foliate.src.gresource
share/glib-2.0/schemas/com.github.johnfactotum.Foliate.gschema.xml
share/icons/hicolor/scalable/apps/com.github.johnfactotum.Foliate.svg
share/icons/hicolor/symbolic/apps/com.github.johnfactotum.Foliate-symbolic.svg
diff --git a/print/foliate/distinfo b/print/foliate/distinfo
index 86e7a84908a..1eaf3d6a878 100644
--- a/print/foliate/distinfo
+++ b/print/foliate/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2020/04/06 14:15:47 fox Exp $
+$NetBSD: distinfo,v 1.3 2020/04/08 23:22:48 fox Exp $
-SHA1 (foliate-2.0.0.tar.gz) = 3db1ce649536a2ac6544fbcf9650b05761be6d55
-RMD160 (foliate-2.0.0.tar.gz) = 149f864a819b47aad96fc1c02954d1238f4c6721
-SHA512 (foliate-2.0.0.tar.gz) = 7700abb9b7579750f37e18531367cd080a919a382347e0ebe77b0f59616b3482a96571b49d8d3788a6879b8a6d78d08eace7eeeb6865ce482c2cf58a5c5ba8be
-Size (foliate-2.0.0.tar.gz) = 3098652 bytes
+SHA1 (foliate-2.1.0.tar.gz) = 1cdffe1b8af484e5151ac010fd424585f33c29ce
+RMD160 (foliate-2.1.0.tar.gz) = bee0b9fc653849ef6f7029842c5c62c9282178f4
+SHA512 (foliate-2.1.0.tar.gz) = 4d29255b015995ec8017dddd510e31fd39fa45bcceeabd66816aa13f8d10f08cf579ae98dd75ed0a9a4b2443ba1ae2517d032b359baeafc198f4dd5607237c40
+Size (foliate-2.1.0.tar.gz) = 3123567 bytes
SHA1 (patch-src_assets_KindleUnpack_kindleunpack.py) = 2b558fe842669982aec6087e9ce1c72f1fc52315
SHA1 (patch-src_epubView.js) = 894a196410894d80ff60ab0338003f327276aa9e