Mon Feb 19 04:18:49 2024 UTC (118d)
editors/feathernotes: update to 1.2.0

V1.2.0
---------
 * Removed Qt5 support.
 * Also remove the block format on clearing formats.
 * Added an icon for macOS (thanks to Iván Ávalos — ivan-avalos at GitHub).


(pin)
diff -r1.2 -r1.3 pkgsrc/editors/feathernotes/DESCR
diff -r1.29 -r1.30 pkgsrc/editors/feathernotes/Makefile
diff -r1.11 -r1.12 pkgsrc/editors/feathernotes/distinfo
diff -r1.1 -r0 pkgsrc/editors/feathernotes/options.mk
Mon Feb 19 13:18:49 2024
Thu Jan 1 09:00:00 1970
pkgsrc/editors/feathernotes/options.mk,v

anoncvs not yet been updated

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

--- pkgsrc/editors/feathernotes/DESCR 2023/09/05 20:32:10 1.2
+++ pkgsrc/editors/feathernotes/DESCR 2024/02/19 04:18:49 1.3
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1FeatherNotes is a lightweight Qt5/Qt6 hierarchical notes-manager. 1FeatherNotes is a lightweight Qt6 hierarchical notes-manager.
2It is independent of any desktop environment and has: 2It is independent of any desktop environment and has:
3 3
4 * Support for rich text formatting, image embedding and inserting 4 * Support for rich text formatting, image embedding and inserting
5 editable tables; 5 editable tables;
6 * Drag-and-drop capability for moving nodes and also for embedding images; 6 * Drag-and-drop capability for moving nodes and also for embedding images;
7 * A tray icon for quick access on any desktop; 7 * A tray icon for quick access on any desktop;
8 * Correct position/size saving and restoring with most window managers; 8 * Correct position/size saving and restoring with most window managers;
9 * Compact but complete search and replacement widgets; 9 * Compact but complete search and replacement widgets;
10 * The ability to include searchable tags (hidden info on each node); 10 * The ability to include searchable tags (hidden info on each node);
11 * Support for optional node icons; 11 * Support for optional node icons;
12 * Support for local and remote hyperlinks (bookmarks); 12 * Support for local and remote hyperlinks (bookmarks);
13 * Text zooming; 13 * Text zooming;
14 * Printing and exporting to HTML and PDF; 14 * Printing and exporting to HTML and PDF;
15 * Password protection; 15 * Password protection;
16 * Auto-saving; 16 * Auto-saving;
17 * macOS support and other features that can be found in its settings, 17 * macOS support and other features that can be found in its settings,
18 on its menus or when it is actually used. 18 on its menus or when it is actually used.

cvs diff -r1.29 -r1.30 pkgsrc/editors/feathernotes/Makefile (switch to unified diff)

--- pkgsrc/editors/feathernotes/Makefile 2023/11/12 13:21:15 1.29
+++ pkgsrc/editors/feathernotes/Makefile 2024/02/19 04:18:49 1.30
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.29 2023/11/12 13:21:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2024/02/19 04:18:49 pin Exp $
2 2
3VERSION= 1.1.1 3VERSION= 1.2.0
4DISTNAME= FeatherNotes-V${VERSION} 4DISTNAME= FeatherNotes-V${VERSION}
5PKGNAME= feathernotes-${VERSION} 5PKGNAME= feathernotes-${VERSION}
6PKGREVISION= 3 
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/Qt6 hierarchical notes-manager 12COMMENT= Lightweight Qt6 hierarchical notes-manager
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION} 15WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION}
17USE_CMAKE= yes 16USE_CMAKE= yes
18USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
19USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
20 19
21CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} 20CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
22 21
23.include "options.mk" 22TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
24 23.include "../../x11/qt6-qtbase/buildlink3.mk"
 24.include "../../graphics/qt6-qtsvg/buildlink3.mk"
25.include "../../x11/libX11/buildlink3.mk" 25.include "../../x11/libX11/buildlink3.mk"
26.include "../../x11/libXext/buildlink3.mk" 26.include "../../x11/libXext/buildlink3.mk"
27.include "../../textproc/hunspell/buildlink3.mk" 27.include "../../textproc/hunspell/buildlink3.mk"
28.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 28.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
29.include "../../devel/cmake/build.mk" 29.include "../../devel/cmake/build.mk"
30.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/editors/feathernotes/distinfo (switch to unified diff)

--- pkgsrc/editors/feathernotes/distinfo 2023/09/08 11:43:43 1.11
+++ pkgsrc/editors/feathernotes/distinfo 2024/02/19 04:18:49 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2023/09/08 11:43:43 pin Exp $ 1$NetBSD: distinfo,v 1.12 2024/02/19 04:18:49 pin Exp $
2 2
3BLAKE2s (FeatherNotes-V1.1.1.tar.gz) = ea4c7b5e3bb5ffd04f47846e5ad27ccdd03ae5a5728231e1eab068cdf4ceeeda 3BLAKE2s (FeatherNotes-V1.2.0.tar.gz) = b42b6b3224274103b9fcabe8d017ef8de8f57e22f1b6b3e003ed7fa248ff98eb
4SHA512 (FeatherNotes-V1.1.1.tar.gz) = dec15ac2fc67bc3dbcc1243e7e06671858c9fc7fd4145dfc1eec4e310d6e62b4920a91d2d0a8aae254e6c4109e60228f9ead3a0062e98d0f0974b3b4225ca648 4SHA512 (FeatherNotes-V1.2.0.tar.gz) = f6aabc0d4bee5f3af20a86035befbc27eddedc5ec37c9a353723a80fb0f691af6ad57d5f50a0e8504336c141822227f8287ed61e52d084b34e3b8ab5246315c0
5Size (FeatherNotes-V1.1.1.tar.gz) = 557623 bytes 5Size (FeatherNotes-V1.2.0.tar.gz) = 926273 bytes

File Deleted: pkgsrc/editors/feathernotes/options.mk