pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/feathernotes
Module Name: pkgsrc
Committed By: pin
Date: Mon Feb 19 04:18:49 UTC 2024
Modified Files:
pkgsrc/editors/feathernotes: DESCR Makefile distinfo
Removed Files:
pkgsrc/editors/feathernotes: options.mk
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/feathernotes/DESCR
cvs rdiff -u -r1.29 -r1.30 pkgsrc/editors/feathernotes/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/feathernotes/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/feathernotes/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/feathernotes/DESCR
diff -u pkgsrc/editors/feathernotes/DESCR:1.2 pkgsrc/editors/feathernotes/DESCR:1.3
--- pkgsrc/editors/feathernotes/DESCR:1.2 Tue Sep 5 20:32:10 2023
+++ pkgsrc/editors/feathernotes/DESCR Mon Feb 19 04:18:49 2024
@@ -1,4 +1,4 @@
-FeatherNotes is a lightweight Qt5/Qt6 hierarchical notes-manager.
+FeatherNotes is a lightweight Qt6 hierarchical notes-manager.
It is independent of any desktop environment and has:
* Support for rich text formatting, image embedding and inserting
Index: pkgsrc/editors/feathernotes/Makefile
diff -u pkgsrc/editors/feathernotes/Makefile:1.29 pkgsrc/editors/feathernotes/Makefile:1.30
--- pkgsrc/editors/feathernotes/Makefile:1.29 Sun Nov 12 13:21:15 2023
+++ pkgsrc/editors/feathernotes/Makefile Mon Feb 19 04:18:49 2024
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.29 2023/11/12 13:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/02/19 04:18:49 pin Exp $
-VERSION= 1.1.1
+VERSION= 1.2.0
DISTNAME= FeatherNotes-V${VERSION}
PKGNAME= feathernotes-${VERSION}
-PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
MAINTAINER= pin%NetBSD.org@localhost
HOMEPAGE= https://github.com/tsujan/FeatherNotes/
-COMMENT= Lightweight Qt5/Qt6 hierarchical notes-manager
+COMMENT= Lightweight Qt6 hierarchical notes-manager
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION}
@@ -20,8 +19,9 @@ USE_LANGUAGES= c c++
CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
-.include "options.mk"
-
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../textproc/hunspell/buildlink3.mk"
Index: pkgsrc/editors/feathernotes/distinfo
diff -u pkgsrc/editors/feathernotes/distinfo:1.11 pkgsrc/editors/feathernotes/distinfo:1.12
--- pkgsrc/editors/feathernotes/distinfo:1.11 Fri Sep 8 11:43:43 2023
+++ pkgsrc/editors/feathernotes/distinfo Mon Feb 19 04:18:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/09/08 11:43:43 pin Exp $
+$NetBSD: distinfo,v 1.12 2024/02/19 04:18:49 pin Exp $
-BLAKE2s (FeatherNotes-V1.1.1.tar.gz) = ea4c7b5e3bb5ffd04f47846e5ad27ccdd03ae5a5728231e1eab068cdf4ceeeda
-SHA512 (FeatherNotes-V1.1.1.tar.gz) = dec15ac2fc67bc3dbcc1243e7e06671858c9fc7fd4145dfc1eec4e310d6e62b4920a91d2d0a8aae254e6c4109e60228f9ead3a0062e98d0f0974b3b4225ca648
-Size (FeatherNotes-V1.1.1.tar.gz) = 557623 bytes
+BLAKE2s (FeatherNotes-V1.2.0.tar.gz) = b42b6b3224274103b9fcabe8d017ef8de8f57e22f1b6b3e003ed7fa248ff98eb
+SHA512 (FeatherNotes-V1.2.0.tar.gz) = f6aabc0d4bee5f3af20a86035befbc27eddedc5ec37c9a353723a80fb0f691af6ad57d5f50a0e8504336c141822227f8287ed61e52d084b34e3b8ab5246315c0
+Size (FeatherNotes-V1.2.0.tar.gz) = 926273 bytes
Home |
Main Index |
Thread Index |
Old Index