Sun Jun 7 14:07:28 2020 UTC ()
editors/feathernotes: update to 0.7.0

V0.7.0
---------
* Focus the visible unfocused search bar on activating its action.
* Handle relative file paths correctly.
* Overrode Qt's default behavior with the Home key.
* Added optional spell checking with Hunspell, that can be enabled at compilation time.
* Update the transparent side-pane's palette if the style changes in runtime.


(pin)
diff -r1.7 -r1.8 pkgsrc/editors/feathernotes/Makefile
diff -r1.2 -r1.3 pkgsrc/editors/feathernotes/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/editors/feathernotes/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/feathernotes/Makefile 2020/06/02 08:23:43 1.7
+++ pkgsrc/editors/feathernotes/Makefile 2020/06/07 14:07:28 1.8
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2020/06/02 08:23:43 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/06/07 14:07:28 pin Exp $
2 2
3VERSION= 0.6.0 3VERSION= 0.7.0
4DISTNAME= FeatherNotes-V${VERSION} 4DISTNAME= FeatherNotes-V${VERSION}
5PKGNAME= feathernotes-${VERSION} 5PKGNAME= feathernotes-${VERSION}
6PKGREVISION= 2 
7CATEGORIES= editors 6CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
9GITHUB_TAG= V${PKGVERSION_NOREV} 8GITHUB_TAG= V${PKGVERSION_NOREV}
10 9
11MAINTAINER= pin@NetBSD.org 10MAINTAINER= pin@NetBSD.org
12HOMEPAGE= https://github.com/tsujan/FeatherNotes/ 11HOMEPAGE= https://github.com/tsujan/FeatherNotes/
13COMMENT= Lightweight Qt5 hierarchical notes-manager 12COMMENT= Lightweight Qt5 hierarchical notes-manager
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION} 15WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION}
17USE_LANGUAGES= c++ 16USE_LANGUAGES= c++
18USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
19 18

cvs diff -r1.2 -r1.3 pkgsrc/editors/feathernotes/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/feathernotes/distinfo 2020/03/12 00:23:27 1.2
+++ pkgsrc/editors/feathernotes/distinfo 2020/06/07 14:07:28 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/03/12 00:23:27 gutteridge Exp $ 1$NetBSD: distinfo,v 1.3 2020/06/07 14:07:28 pin Exp $
2 2
3SHA1 (FeatherNotes-V0.6.0.tar.gz) = 500a7e3cd0657f70da39357c4cceaec2fcc9b53b 3SHA1 (FeatherNotes-V0.7.0.tar.gz) = c8ac5da962d7da954b8bd90d7856793514359018
4RMD160 (FeatherNotes-V0.6.0.tar.gz) = 5aa562ce8dfd7f38d26b2221d2fedc8f9f544baf 4RMD160 (FeatherNotes-V0.7.0.tar.gz) = ab7661d490cd4473dc3fa2f849f779817d0e6d66
5SHA512 (FeatherNotes-V0.6.0.tar.gz) = cd4f911fcc7240733a6b931d8f972e3f2745b621ee9324740712818b20a8dc1761975708cc31d459242b261b18d8ae1d075e16f1fd5b4c9746365255c1803ba4 5SHA512 (FeatherNotes-V0.7.0.tar.gz) = 2f11783283cb8ae8d57d830d440ab3991b32aea7d590af3b5da0cb35b8a31b06b62558f9e1ca562387f45eff79ffcbacb3802bd414b0d325759f767e16dbbf03
6Size (FeatherNotes-V0.6.0.tar.gz) = 357762 bytes 6Size (FeatherNotes-V0.7.0.tar.gz) = 375281 bytes