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 Feb 19 04:20:26 UTC 2024

Modified Files:
        pkgsrc/editors/featherpad: DESCR Makefile distinfo
Removed Files:
        pkgsrc/editors/featherpad: options.mk

Log Message:
editors/featherpad: update to 1.5.0

V1.5.0
---------
 * Removed Qt5 support.
 * Prevent the cursor position from being changed when files are dropped into
   the text view.
 * Support regex replacement with capturing groups. The credit goes to Marco
   Holmer for suggesting not only this feature but also the way of implementing it.
 * Enhanced the conversion to start case by including 100,000 characters and also
   finding the first letter of each word.
 * Scroll horizontally with mouse wheel inside text view if Alt is pressed and
   horizontal scrollbar is visible.
 * Highlight Openbox's "themerc" files (revived by LabWC).
 * Fixed a rare issue in the geometry of a warning bar animated during window
   resizing.
 * Covered a case of here-strings in bash.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/featherpad/DESCR
cvs rdiff -u -r1.45 -r1.46 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/featherpad/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/featherpad/options.mk

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/DESCR
diff -u pkgsrc/editors/featherpad/DESCR:1.2 pkgsrc/editors/featherpad/DESCR:1.3
--- pkgsrc/editors/featherpad/DESCR:1.2 Tue Sep  5 13:43:15 2023
+++ pkgsrc/editors/featherpad/DESCR     Mon Feb 19 04:20:26 2024
@@ -1,4 +1,4 @@
-FeatherPad is a lightweight Qt5/Qt6 plain-text editor.
+FeatherPad is a lightweight Qt6 plain-text editor.
 It is independent of any desktop environment and has:
   * Drag-and-drop support, including tab detachment and attachment;
   * X11 virtual desktop awareness;

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.45 pkgsrc/editors/featherpad/Makefile:1.46
--- pkgsrc/editors/featherpad/Makefile:1.45     Sun Nov 12 13:21:15 2023
+++ pkgsrc/editors/featherpad/Makefile  Mon Feb 19 04:20:26 2024
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.45 2023/11/12 13:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/02/19 04:20:26 pin Exp $
 
-VERSION=       1.4.1
+VERSION=       1.5.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=    4
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tsujan/FeatherPad/
-COMMENT=       Lightweight Qt5/Qt6 plain-text editor
+COMMENT=       Lightweight Qt6 plain-text editor
 LICENSE=       gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/FeatherPad-${VERSION}
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-.include "options.mk"
-
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
 .include "../../textproc/hunspell/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.26 pkgsrc/editors/featherpad/distinfo:1.27
--- pkgsrc/editors/featherpad/distinfo:1.26     Tue Jun 13 10:56:34 2023
+++ pkgsrc/editors/featherpad/distinfo  Mon Feb 19 04:20:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/06/13 10:56:34 pin Exp $
+$NetBSD: distinfo,v 1.27 2024/02/19 04:20:26 pin Exp $
 
-BLAKE2s (FeatherPad-V1.4.1.tar.gz) = 970ffa1cfbea29db5ef9fd4df05e9bb2bbb81d5296727d50958f4924aec732fd
-SHA512 (FeatherPad-V1.4.1.tar.gz) = 485d6e731ad5927bb6fd4499536d45b40319eff5bfd8a9b1cd9acc063dcb5fb35ced033e2e5aafa60c6bb87426fb1cb95fe5d78ffb5a2f361702d23320508ef8
-Size (FeatherPad-V1.4.1.tar.gz) = 1109511 bytes
+BLAKE2s (FeatherPad-V1.5.0.tar.gz) = 48b8923dc61e590f594eff26df4e082d8720134f5241c2f0bdaa34094def53d4
+SHA512 (FeatherPad-V1.5.0.tar.gz) = 984d1fba0e4bcb1eda8c2dd3bee34cf2ee0ba5604dd2c9328cc67531099b8a806e8ab79020510049eb788764cf0ad4486c128eefb43d9ab1ccdc4a3c06c48497
+Size (FeatherPad-V1.5.0.tar.gz) = 1087068 bytes



Home | Main Index | Thread Index | Old Index