diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-10 10:38:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-10 10:38:36 +0000 |
commit | d3313e416b565245486e55291471f271a36c2973 (patch) | |
tree | 43b152dbbdb6ffbbeb2651be3c72347a2c1e3147 /editors | |
parent | 6e2e1c910749d084882755d48b41bd4ab9d28ded (diff) | |
download | pkgsrc-d3313e416b565245486e55291471f271a36c2973.tar.gz |
PageEdit: update to 1.9.20.
New Features
add Preferences settings to disable gpu acceleration
Bug Fixes
workaround linux g++/gcc issues with -flto
make keyboard shortcuts for Upper and Lower casing intl keyboard friendly
more fixes for building and running under Qt6
fix issues with inserting links when anchor text contains characters that need to be xml escaped
Diffstat (limited to 'editors')
-rw-r--r-- | editors/PageEdit/Makefile | 5 | ||||
-rw-r--r-- | editors/PageEdit/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/PageEdit/Makefile b/editors/PageEdit/Makefile index 6944a55087f..2d8d72bd1db 100644 --- a/editors/PageEdit/Makefile +++ b/editors/PageEdit/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/07/02 16:53:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2022/09/10 10:38:36 wiz Exp $ -DISTNAME= PageEdit-1.9.10 -PKGREVISION= 1 +DISTNAME= PageEdit-1.9.20 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/editors/PageEdit/distinfo b/editors/PageEdit/distinfo index abc64bd983f..e82b5d8ac1c 100644 --- a/editors/PageEdit/distinfo +++ b/editors/PageEdit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2022/05/23 17:21:01 wiz Exp $ +$NetBSD: distinfo,v 1.3 2022/09/10 10:38:36 wiz Exp $ -BLAKE2s (PageEdit-1.9.10.tar.gz) = 7586d62136ebd558af292e650dd5cdd21680bdfa30d9a80783acead9e52ace10 -SHA512 (PageEdit-1.9.10.tar.gz) = c8f05864587e020b6853d38d964c36d2d5974c89220c391d5f254fc8d820f3a1599727ecd5f0bf040b7ee87997d8665a1d3f747881909dd192c018b0c7a32ba1 -Size (PageEdit-1.9.10.tar.gz) = 8459848 bytes +BLAKE2s (PageEdit-1.9.20.tar.gz) = e3ae26be5b1c0736b2c4fe37ad183374c36bf1d8c241963357f9f62f5c52c25d +SHA512 (PageEdit-1.9.20.tar.gz) = b9586ecf063656e1c4176779fd0e026dc4c536840240f78fa68aae50726bb8ec76032b52fa01e92008dacec443551fc3691b4d36b1cebcd335045e1c992c1a1f +Size (PageEdit-1.9.20.tar.gz) = 8471592 bytes |