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:           Sat Apr 23 21:09:37 UTC 2022

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

Log Message:
editors/featherpad: update to 1.2.0

Main changes:
- Try the file manager DBus interface when opening the containing folder
  (from the right-click menu of tab or side-pane item). In this way, it may be
  possible to select and scroll to the file.
- Restore the view position on reloading, as precisely as possible.
- Fixed searching in unusually large documents.
- Select the text between spaces with Ctrl + double click.
  (See Help → Multiple Clicks.)
- Added Rust syntax highlighting.
- Fixes and enhancement to XML and QML syntax highlighting.
- Bumped the minimum required version of Qt5 to 5.15.0.
- With Qt6, hide encodings that are not supported by Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.17 -r1.18 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.26 pkgsrc/editors/featherpad/Makefile:1.27
--- pkgsrc/editors/featherpad/Makefile:1.26     Mon Apr 18 19:10:57 2022
+++ pkgsrc/editors/featherpad/Makefile  Sat Apr 23 21:09:36 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2022/04/18 19:10:57 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/04/23 21:09:36 pin Exp $
 
-VERSION=       1.1.1
+VERSION=       1.2.0
 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.8 pkgsrc/editors/featherpad/PLIST:1.9
--- pkgsrc/editors/featherpad/PLIST:1.8 Wed Dec 29 05:47:44 2021
+++ pkgsrc/editors/featherpad/PLIST     Sat Apr 23 21:09:36 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/12/29 05:47:44 pin Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/23 21:09:36 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -21,6 +21,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_fi.qm
 share/featherpad/translations/featherpad_fr.qm
 share/featherpad/translations/featherpad_he.qm
+share/featherpad/translations/featherpad_hi.qm
 share/featherpad/translations/featherpad_hr.qm
 share/featherpad/translations/featherpad_hu.qm
 share/featherpad/translations/featherpad_id.qm
@@ -36,6 +37,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_ru.qm
 share/featherpad/translations/featherpad_si.qm
 share/featherpad/translations/featherpad_sk_SK.qm
+share/featherpad/translations/featherpad_sv.qm
 share/featherpad/translations/featherpad_tr.qm
 share/featherpad/translations/featherpad_uk.qm
 share/featherpad/translations/featherpad_zh_CN.qm

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.17 pkgsrc/editors/featherpad/distinfo:1.18
--- pkgsrc/editors/featherpad/distinfo:1.17     Sat Jan  8 15:32:14 2022
+++ pkgsrc/editors/featherpad/distinfo  Sat Apr 23 21:09:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/01/08 15:32:14 pin Exp $
+$NetBSD: distinfo,v 1.18 2022/04/23 21:09:36 pin Exp $
 
-BLAKE2s (FeatherPad-V1.1.1.tar.gz) = e639a9e3598c5bf4ab380a15b3ea4d771a36f80ac2d2879d352ec4b567067355
-SHA512 (FeatherPad-V1.1.1.tar.gz) = 1c2a1cfb13b89ff72495088bbb46eb50a757b4820cf9396043e2fc89de76d45bc465acb0784330ee7dc778c1720b41c10156bd9cf2fe42d2b71e78d57afe51a3
-Size (FeatherPad-V1.1.1.tar.gz) = 1061498 bytes
+BLAKE2s (FeatherPad-V1.2.0.tar.gz) = 8d9bc1662411df474fa7b61491d5da8f025c5062ff1c7a6026d491aede73ec9e
+SHA512 (FeatherPad-V1.2.0.tar.gz) = cf21ed9394444920fcf3a8ce3a8338814d69322389c4652e79f0754fe67ee61260f81604c91adf0a864fb1441307706c60ee1bd29efd2e617ab8e1f5fc254cdd
+Size (FeatherPad-V1.2.0.tar.gz) = 1091776 bytes



Home | Main Index | Thread Index | Old Index