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: Wed Jan 6 19:22:04 UTC 2021
Modified Files:
pkgsrc/editors/featherpad: Makefile PLIST distinfo
Log Message:
editors/featherpad: update to 0.17.1
V0.17.1
---------
* Removed the code for making the cursor busy after 1 second — cursor
overriding isn't marked as thread-safe by Qt.
V0.17.0
---------
* Consider the locale when showing line numbers and omit the group separator.
* Disable "Save with Encoding" with uneditable files.
* Fixed restoring of the current side-pane item after another item is closed
by middle-clicking.
* Fixed a problem in closing side-pane items with filtering.
* Workarounds for Qt bugs in keyboard navigation inside a list view when some
items are hidden.
* Made the warning bar more flexible by giving it a timeout, which can be 0 for
permanent bars.
* Allow saving as root without a root instance when the user doesn't have the
permission to write. Polkit's pkexec is used for gaining the root privileges.
* Distinguish Wayland from the lack of X11.
* Guarantee that the session dialog has focus after opening a session.
* Prevent killTimer() error warnings.
* Added LaTex to the recognized syntaxes.
* Workarounds for bugs in Qt's default printing. Qt can't handle dark color
schemes and the reverse order with printing. Now, FeatherPad supports both.
* Do printing in a separate thread, so that, if it takes a long time,
FeatherPad could still be used.
* Added simple support for gvfs' admin.
* Several fixes to Perl syntax highlighting.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.8 -r1.9 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.16 pkgsrc/editors/featherpad/Makefile:1.17
--- pkgsrc/editors/featherpad/Makefile:1.16 Thu Nov 5 09:08:01 2020
+++ pkgsrc/editors/featherpad/Makefile Wed Jan 6 19:22:04 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/11/05 09:08:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/06 19:22:04 pin Exp $
-VERSION= 0.16.0
+VERSION= 0.17.1
DISTNAME= FeatherPad-V${VERSION}
PKGNAME= featherpad-${VERSION}
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.4 pkgsrc/editors/featherpad/PLIST:1.5
--- pkgsrc/editors/featherpad/PLIST:1.4 Mon Nov 2 20:17:52 2020
+++ pkgsrc/editors/featherpad/PLIST Wed Jan 6 19:22:04 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/11/02 20:17:52 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/06 19:22:04 pin Exp $
bin/featherpad
bin/fpad
share/applications/featherpad.desktop
@@ -6,6 +6,7 @@ share/featherpad/help
share/featherpad/help_ja
share/featherpad/help_pt_BR
share/featherpad/translations/featherpad_ar_DZ.qm
+share/featherpad/translations/featherpad_bg.qm
share/featherpad/translations/featherpad_cs.qm
share/featherpad/translations/featherpad_cy.qm
share/featherpad/translations/featherpad_da.qm
@@ -14,6 +15,7 @@ share/featherpad/translations/featherpad
share/featherpad/translations/featherpad_eo.qm
share/featherpad/translations/featherpad_es.qm
share/featherpad/translations/featherpad_fa.qm
+share/featherpad/translations/featherpad_fi.qm
share/featherpad/translations/featherpad_fr.qm
share/featherpad/translations/featherpad_he.qm
share/featherpad/translations/featherpad_hu.qm
@@ -25,8 +27,8 @@ share/featherpad/translations/featherpad
share/featherpad/translations/featherpad_nb_NO.qm
share/featherpad/translations/featherpad_nl.qm
share/featherpad/translations/featherpad_pl.qm
+share/featherpad/translations/featherpad_pt.qm
share/featherpad/translations/featherpad_pt_BR.qm
-share/featherpad/translations/featherpad_pt_PT.qm
share/featherpad/translations/featherpad_ru.qm
share/featherpad/translations/featherpad_sk_SK.qm
share/featherpad/translations/featherpad_tr.qm
Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.8 pkgsrc/editors/featherpad/distinfo:1.9
--- pkgsrc/editors/featherpad/distinfo:1.8 Mon Nov 2 20:17:52 2020
+++ pkgsrc/editors/featherpad/distinfo Wed Jan 6 19:22:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/11/02 20:17:52 pin Exp $
+$NetBSD: distinfo,v 1.9 2021/01/06 19:22:04 pin Exp $
-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
+SHA1 (FeatherPad-V0.17.1.tar.gz) = b7126ce2d0f9ad6b7550b5e7e17274404efedd13
+RMD160 (FeatherPad-V0.17.1.tar.gz) = 727198ae847429991afe81c64227aeebcac55ab7
+SHA512 (FeatherPad-V0.17.1.tar.gz) = 2884849c1e54d74aa18391d040cc69239ab302740af7055b33292d04fa52c318eb8a135cb497ddec5c8c41c5e5c27fa23c101e26547939deb27e3fedb743f5f5
+Size (FeatherPad-V0.17.1.tar.gz) = 921108 bytes
Home |
Main Index |
Thread Index |
Old Index