pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/foliate print/foliate: Updates to 2.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/960aa239a79e
branches:  trunk
changeset: 426938:960aa239a79e
user:      fox <fox%pkgsrc.org@localhost>
date:      Wed Apr 08 23:22:48 2020 +0000

description:
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:

 print/foliate/Makefile |   4 +-
 print/foliate/PLIST    |  66 +++++++++++++++++++++++++-------------------------
 print/foliate/distinfo |  10 +++---
 3 files changed, 40 insertions(+), 40 deletions(-)

diffs (105 lines):

diff -r 117beea1a469 -r 960aa239a79e print/foliate/Makefile
--- a/print/foliate/Makefile    Wed Apr 08 21:45:39 2020 +0000
+++ b/print/foliate/Makefile    Wed Apr 08 23:22:48 2020 +0000
@@ -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 -r 117beea1a469 -r 960aa239a79e print/foliate/PLIST
--- a/print/foliate/PLIST       Wed Apr 08 21:45:39 2020 +0000
+++ b/print/foliate/PLIST       Wed Apr 08 23:22:48 2020 +0000
@@ -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 -r 117beea1a469 -r 960aa239a79e print/foliate/distinfo
--- a/print/foliate/distinfo    Wed Apr 08 21:45:39 2020 +0000
+++ b/print/foliate/distinfo    Wed Apr 08 23:22:48 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index