pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Nov  2 20:17:52 UTC 2020

Modified Files:
        pkgsrc/editors/featherpad: Makefile PLIST distinfo

Log Message:
editors/featherpad: update to 0.16.0

0.16.0

Changes:
- A right-click item is added to tab/side-pane for opening containing folder.
- Natural sorting of items in the side-pane and session dialog.
- The warning bar disappears when clicked or, automatically, after 10 seconds.
- "To Start Case" is added to the case changing actions.
- The 50-ms delay of format updating is removed because Qt's update requests seem appropriate now.
- Focus the editor's view with the Escape key.
- Current line highlight is made customizable.
- The recent files feature can be disabled by setting its number to zero.
- Added a "standalone" option to the command-line. It's especially useful when FeatherPad is chosen as the "git" editor.
- Fixes and improvements here and there.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/featherpad/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/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.14 pkgsrc/editors/featherpad/Makefile:1.15
--- pkgsrc/editors/featherpad/Makefile:1.14     Mon Aug 24 07:37:48 2020
+++ pkgsrc/editors/featherpad/Makefile  Mon Nov  2 20:17:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/08/24 07:37:48 pin Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/02 20:17:52 pin Exp $
 
-VERSION=       0.15.0
+VERSION=       0.16.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.3 pkgsrc/editors/featherpad/PLIST:1.4
--- pkgsrc/editors/featherpad/PLIST:1.3 Mon Aug 24 07:37:48 2020
+++ pkgsrc/editors/featherpad/PLIST     Mon Nov  2 20:17:52 2020
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2020/08/24 07:37:48 pin Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/11/02 20:17:52 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
 share/featherpad/help
 share/featherpad/help_ja
+share/featherpad/help_pt_BR
 share/featherpad/translations/featherpad_ar_DZ.qm
 share/featherpad/translations/featherpad_cs.qm
 share/featherpad/translations/featherpad_cy.qm
@@ -14,6 +15,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_es.qm
 share/featherpad/translations/featherpad_fa.qm
 share/featherpad/translations/featherpad_fr.qm
+share/featherpad/translations/featherpad_he.qm
 share/featherpad/translations/featherpad_hu.qm
 share/featherpad/translations/featherpad_id.qm
 share/featherpad/translations/featherpad_it.qm

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.7 pkgsrc/editors/featherpad/distinfo:1.8
--- pkgsrc/editors/featherpad/distinfo:1.7      Mon Aug 24 07:37:48 2020
+++ pkgsrc/editors/featherpad/distinfo  Mon Nov  2 20:17:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/08/24 07:37:48 pin Exp $
+$NetBSD: distinfo,v 1.8 2020/11/02 20:17:52 pin Exp $
 
-SHA1 (FeatherPad-V0.15.0.tar.gz) = 992910ad46be76f5c4b2d927238abeb48910f7ff
-RMD160 (FeatherPad-V0.15.0.tar.gz) = e5f3d324f91cf025ee27d2b10ee833e28589ff49
-SHA512 (FeatherPad-V0.15.0.tar.gz) = 8cac212e8110c1b39342e7bc85f3677f662058c1f78babe8006cdbced966a8dc403132522050a84f2aa043881310f9171caff0d5cc23a95f1dbf01f274cd86e8
-Size (FeatherPad-V0.15.0.tar.gz) = 849218 bytes
+SHA1 (FeatherPad-V0.16.0.tar.gz) = 449a9ceb6e2d7a87a3131ceb35924ac719e50f08
+RMD160 (FeatherPad-V0.16.0.tar.gz) = 7a5e2b164459faf3650c46bc1e80661179599d55
+SHA512 (FeatherPad-V0.16.0.tar.gz) = 2b8acc89c589ad14f642a1bf0024d23416c48d69f8dbc17192fb57134063e9ef7f2b6ffde5abe9ad3eac7db1a82ced33d374f028e4b10f772f7368ac196f134a
+Size (FeatherPad-V0.16.0.tar.gz) = 873986 bytes



Home | Main Index | Thread Index | Old Index