From 5c2580de2ad0571ee79bf803129ab617a7530ce4 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Thu, 13 Jan 2022 10:56:14 +0100 Subject: [PATCH] featherpad: improved summary and description --- .../featherpad/featherpad-1.1.0.recipe | 50 ++++++++----------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/app-editors/featherpad/featherpad-1.1.0.recipe b/app-editors/featherpad/featherpad-1.1.0.recipe index 84a37ebda..ac3bf2492 100644 --- a/app-editors/featherpad/featherpad-1.1.0.recipe +++ b/app-editors/featherpad/featherpad-1.1.0.recipe @@ -1,32 +1,28 @@ -SUMMARY="A lightweight Qt5 plain-text editor for Linux" -DESCRIPTION="FeatherPad (by Pedram Pourang, a.k.a. Tsu Jan \ -) is a lightweight Qt5 plain-text editor for Linux. \ -It is independent of any desktop environment and has: -* Drag-and-drop support, including tab detachment and attachment; -* X11 virtual desktop awareness (using tabs on current desktop but opening \ -a new window on another); -* An optionally permanent search-bar with a different search entry for each tab; -* Instant highlighting of found matches when searching; -* A docked window for text replacement; -* Support for showing line numbers and jumping to a specific line; -* Optional selection highlighting; -* Automatic detection of text encoding as far as possible and optional \ -saving with encoding; -* Syntax highlighting for common programming languages; -* Ability to open URLs with appropriate applications; -* Session management; -* Side-pane mode; -* Auto-saving; -* Spell checking with Hunspell; -* Printing; -* Text zooming; -* Appropriate but non-interrupting prompts; and -* Other features that can be found in its settings, \ -on its menus or when it is actually used." +SUMMARY="A lightweight plain-text editor" +DESCRIPTION="FeatherPad is a lightweight Qt5 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 (using tabs on current desktop but opening a new window on another) +* An optionally permanent search-bar with a different search entry for each tab +* Instant highlighting of found matches when searching +* A docked window for text replacement +* Support for showing line numbers and jumping to a specific line +* Optional selection highlighting +* Automatic detection of text encoding as far as possible and optional saving with encoding +* Syntax highlighting for common programming languages +* Ability to open URLs with appropriate applications +* Session management +* Side-pane mode +* Auto-saving +* Spell checking with Hunspell +* Printing +* Text zooming +* Appropriate but non-interrupting prompts" HOMEPAGE="https://github.com/tsujan/FeatherPad" COPYRIGHT="2016, 2018 Pedram Pourang" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/tsujan/FeatherPad/archive/refs/tags/V$portVersion.tar.gz" CHECKSUM_SHA256="82bd94996f0d7be23be1b150a22d88b9c0b19c9852d5c2c7388e61ea9e05be03" SOURCE_FILENAME="FeatherPad-$portVersion-tar.gz" @@ -40,7 +36,6 @@ PROVIDES=" featherpad$secondaryArchSuffix = $portVersion app:FeatherPad$secondaryArchSuffix = $portVersion " - REQUIRES=" haiku$secondaryArchSuffix lib:libGL$secondaryArchSuffix @@ -66,7 +61,6 @@ BUILD_REQUIRES=" devel:libQt5Widgets$secondaryArchSuffix devel:libz$secondaryArchSuffix " - BUILD_PREREQUIRES=" cmd:find cmd:g++$secondaryArchSuffix