summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-03-11 08:10:58 +0000
committerpin <pin@pkgsrc.org>2021-03-11 08:10:58 +0000
commitef8abbc4f7639ad66eb26fe816e616c8b84f7a90 (patch)
treee6cb07959a86624822371ad5749988008606bc78 /editors
parentea241955f6e849278bde06a663d047b24e7d4bb8 (diff)
downloadpkgsrc-ef8abbc4f7639ad66eb26fe816e616c8b84f7a90.tar.gz
editors/feathernotes: update to 0.9.0
Main changes: ● Added cmake support (besides qmake). ● Added support for the recently opened files. ● Fixed the bugs of searching and replacing in all nodes. ● Go to the last active node when starting with the last opened note. ● Improvements and fixes to custom background and foreground colors. (if a note is created with this version, the bg/fg colors of existing nodes will change on the fly.) ● Prevented Qt from giving rich text to the selection clipboard. ● Prevented the transference of password (or lack of it) from one note to another in rare cases. ● Prevented the transference of font settings from an opened note to a newly created one. ● Allowed changing of the horizontal alignment of tables. ● Workaround for KDE's Plasma tray tooltip. ● Instead of eliding texts, show the horizontal scrollbar in the side-pane when needed. ● Require Qt5.12. ● Small fixes to smooth scrolling and link opening.
Diffstat (limited to 'editors')
-rw-r--r--editors/feathernotes/Makefile8
-rw-r--r--editors/feathernotes/PLIST15
-rw-r--r--editors/feathernotes/distinfo10
3 files changed, 22 insertions, 11 deletions
diff --git a/editors/feathernotes/Makefile b/editors/feathernotes/Makefile
index 44c16058a57..714ed9abe2c 100644
--- a/editors/feathernotes/Makefile
+++ b/editors/feathernotes/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/11/05 09:08:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2021/03/11 08:10:58 pin Exp $
-VERSION= 0.8.0
+VERSION= 0.9.0
DISTNAME= FeatherNotes-V${VERSION}
PKGNAME= feathernotes-${VERSION}
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
@@ -14,8 +13,8 @@ COMMENT= Lightweight Qt5 hierarchical notes-manager
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/FeatherNotes-${VERSION}
-USE_LANGUAGES= c++
USE_TOOLS+= pkg-config
+USE_LANGUAGES= c++
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
@@ -31,5 +30,6 @@ TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/feathernotes/PLIST b/editors/feathernotes/PLIST
index 4b7ff4da13c..d5cddbd87e5 100644
--- a/editors/feathernotes/PLIST
+++ b/editors/feathernotes/PLIST
@@ -1,25 +1,36 @@
-@comment $NetBSD: PLIST,v 1.3 2020/11/02 20:20:01 pin Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/03/11 08:10:58 pin Exp $
bin/feathernotes
share/applications/feathernotes.desktop
+share/feathernotes/translations/feathernotes_ar_DZ.qm
+share/feathernotes/translations/feathernotes_be.qm
+share/feathernotes/translations/feathernotes_bg.qm
share/feathernotes/translations/feathernotes_cs.qm
share/feathernotes/translations/feathernotes_cy.qm
+share/feathernotes/translations/feathernotes_da.qm
share/feathernotes/translations/feathernotes_de.qm
+share/feathernotes/translations/feathernotes_el.qm
share/feathernotes/translations/feathernotes_eo.qm
share/feathernotes/translations/feathernotes_es.qm
+share/feathernotes/translations/feathernotes_et.qm
+share/feathernotes/translations/feathernotes_fa.qm
+share/feathernotes/translations/feathernotes_fi.qm
share/feathernotes/translations/feathernotes_fr.qm
share/feathernotes/translations/feathernotes_he.qm
share/feathernotes/translations/feathernotes_hu.qm
share/feathernotes/translations/feathernotes_id.qm
share/feathernotes/translations/feathernotes_it.qm
share/feathernotes/translations/feathernotes_ja.qm
+share/feathernotes/translations/feathernotes_ko.qm
share/feathernotes/translations/feathernotes_lt.qm
share/feathernotes/translations/feathernotes_nb_NO.qm
share/feathernotes/translations/feathernotes_nl.qm
share/feathernotes/translations/feathernotes_pl.qm
+share/feathernotes/translations/feathernotes_pt.qm
share/feathernotes/translations/feathernotes_pt_BR.qm
-share/feathernotes/translations/feathernotes_pt_PT.qm
share/feathernotes/translations/feathernotes_ru.qm
+share/feathernotes/translations/feathernotes_si.qm
share/feathernotes/translations/feathernotes_sk_SK.qm
+share/feathernotes/translations/feathernotes_tr.qm
share/feathernotes/translations/feathernotes_zh_CN.qm
share/feathernotes/translations/feathernotes_zh_HANT.qm
share/icons/hicolor/scalable/apps/feathernotes.svg
diff --git a/editors/feathernotes/distinfo b/editors/feathernotes/distinfo
index cb3fd530cb4..944fbe6559b 100644
--- a/editors/feathernotes/distinfo
+++ b/editors/feathernotes/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/11/02 20:20:01 pin Exp $
+$NetBSD: distinfo,v 1.5 2021/03/11 08:10:58 pin Exp $
-SHA1 (FeatherNotes-V0.8.0.tar.gz) = 9afcb4b04ba86d34f148ab2a3708924f465de23e
-RMD160 (FeatherNotes-V0.8.0.tar.gz) = dea15d3bafd24bacbd0c72202c02c1b4abf3a1f4
-SHA512 (FeatherNotes-V0.8.0.tar.gz) = d244159f84feecb32464ee320d00ebfbe8df88cccfa3f4ea786731bc204f0c7a35d7c91dc2ce668f8facbebb8da566d9ffafe883fedbce8be84d51af38fb5637
-Size (FeatherNotes-V0.8.0.tar.gz) = 392700 bytes
+SHA1 (FeatherNotes-V0.9.0.tar.gz) = 5e9d9948c0988b4769886dac7a65957010fa14ef
+RMD160 (FeatherNotes-V0.9.0.tar.gz) = 789def1bb7e7ccff0867d268bcaa8fab36db3a83
+SHA512 (FeatherNotes-V0.9.0.tar.gz) = 0264fa1215503f4a9625accfaf2e436e035232cfe25f77cb6a7f50231e6e0155677d36f2201382de9f64bb4b41bb2b8e772dd74099b293a7c8c658f89827f595
+Size (FeatherNotes-V0.9.0.tar.gz) = 483572 bytes