pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/foliate
Module Name: pkgsrc
Committed By: fox
Date: Wed Apr 8 23:22:49 UTC 2020
Modified Files:
pkgsrc/print/foliate: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/foliate/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/foliate/PLIST \
pkgsrc/print/foliate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/foliate/Makefile
diff -u pkgsrc/print/foliate/Makefile:1.5 pkgsrc/print/foliate/Makefile:1.6
--- pkgsrc/print/foliate/Makefile:1.5 Mon Apr 6 14:15:47 2020
+++ pkgsrc/print/foliate/Makefile Wed Apr 8 23:22:48 2020
@@ -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
Index: pkgsrc/print/foliate/PLIST
diff -u pkgsrc/print/foliate/PLIST:1.2 pkgsrc/print/foliate/PLIST:1.3
--- pkgsrc/print/foliate/PLIST:1.2 Mon Apr 6 14:15:47 2020
+++ pkgsrc/print/foliate/PLIST Wed Apr 8 23:22:48 2020
@@ -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
Index: pkgsrc/print/foliate/distinfo
diff -u pkgsrc/print/foliate/distinfo:1.2 pkgsrc/print/foliate/distinfo:1.3
--- pkgsrc/print/foliate/distinfo:1.2 Mon Apr 6 14:15:47 2020
+++ pkgsrc/print/foliate/distinfo Wed Apr 8 23:22:48 2020
@@ -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