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: Thu Jan 6 07:53:46 UTC 2022
Modified Files:
pkgsrc/editors/feathernotes: Makefile PLIST distinfo
Log Message:
editors/feathernotes: update to 0.10.0
-Better (smooth) scrolling from inside the view, especially with touchpad.
-Don't try to save or restore window position under Wayland.
-When the window isn't active under Wayland, hide and show it again if the tray
icon is activated.
-Don't let QTextEdit's built-in undo/redo shortcuts cause a scroll jump when
there's nothing to undo/redo.
-Fixed compilation against old Qt versions.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/feathernotes/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/feathernotes/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/feathernotes/distinfo
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/Makefile
diff -u pkgsrc/editors/feathernotes/Makefile:1.14 pkgsrc/editors/feathernotes/Makefile:1.15
--- pkgsrc/editors/feathernotes/Makefile:1.14 Wed Dec 8 16:04:09 2021
+++ pkgsrc/editors/feathernotes/Makefile Thu Jan 6 07:53:46 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:04:09 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/06 07:53:46 pin Exp $
-VERSION= 0.9.0
+VERSION= 0.10.0
DISTNAME= FeatherNotes-V${VERSION}
PKGNAME= feathernotes-${VERSION}
-PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
Index: pkgsrc/editors/feathernotes/PLIST
diff -u pkgsrc/editors/feathernotes/PLIST:1.4 pkgsrc/editors/feathernotes/PLIST:1.5
--- pkgsrc/editors/feathernotes/PLIST:1.4 Thu Mar 11 08:10:58 2021
+++ pkgsrc/editors/feathernotes/PLIST Thu Jan 6 07:53:46 2022
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2021/03/11 08:10:58 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/06 07:53:46 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_ca.qm
share/feathernotes/translations/feathernotes_cs.qm
share/feathernotes/translations/feathernotes_cy.qm
share/feathernotes/translations/feathernotes_da.qm
@@ -16,6 +17,7 @@ share/feathernotes/translations/feathern
share/feathernotes/translations/feathernotes_fi.qm
share/feathernotes/translations/feathernotes_fr.qm
share/feathernotes/translations/feathernotes_he.qm
+share/feathernotes/translations/feathernotes_hr.qm
share/feathernotes/translations/feathernotes_hu.qm
share/feathernotes/translations/feathernotes_id.qm
share/feathernotes/translations/feathernotes_it.qm
@@ -31,8 +33,10 @@ share/feathernotes/translations/feathern
share/feathernotes/translations/feathernotes_si.qm
share/feathernotes/translations/feathernotes_sk_SK.qm
share/feathernotes/translations/feathernotes_tr.qm
+share/feathernotes/translations/feathernotes_uk.qm
share/feathernotes/translations/feathernotes_zh_CN.qm
share/feathernotes/translations/feathernotes_zh_HANT.qm
share/icons/hicolor/scalable/apps/feathernotes.svg
share/icons/hicolor/scalable/mimetypes/text-feathernotes-fnx.svg
+share/metainfo/feathernotes.metainfo.xml
share/mime/packages/feathernotes.xml
Index: pkgsrc/editors/feathernotes/distinfo
diff -u pkgsrc/editors/feathernotes/distinfo:1.7 pkgsrc/editors/feathernotes/distinfo:1.8
--- pkgsrc/editors/feathernotes/distinfo:1.7 Tue Oct 26 10:21:28 2021
+++ pkgsrc/editors/feathernotes/distinfo Thu Jan 6 07:53:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:21:28 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/01/06 07:53:46 pin Exp $
-BLAKE2s (FeatherNotes-V0.9.0.tar.gz) = ba11342be16a8cd73ca91a92c3d9734b47ff9cc50aa208042ec7a8a3feb2572a
-SHA512 (FeatherNotes-V0.9.0.tar.gz) = 0264fa1215503f4a9625accfaf2e436e035232cfe25f77cb6a7f50231e6e0155677d36f2201382de9f64bb4b41bb2b8e772dd74099b293a7c8c658f89827f595
-Size (FeatherNotes-V0.9.0.tar.gz) = 483572 bytes
+BLAKE2s (FeatherNotes-V0.10.0.tar.gz) = c1ff8863c895d31f2629d068de28529d07117b1db92d8246faeb839375896d32
+SHA512 (FeatherNotes-V0.10.0.tar.gz) = 799e08f1b64558b6cdffb758568f0de2c00673e0defae2ff1bbbbc8671e64de614fa26e4f08a3150e4e53c18ec1e028695349c5bad886adbb46f50ef171e9237
+Size (FeatherNotes-V0.10.0.tar.gz) = 542185 bytes
Home |
Main Index |
Thread Index |
Old Index