From 25c4600ec558e4415c54f272cac8af7c673ddaa4 Mon Sep 17 00:00:00 2001 From: FuRuYa7 <46095926+FuRuYa7@users.noreply.github.com> Date: Wed, 12 Jan 2022 02:02:22 +0900 Subject: [PATCH] featherpad: bump version (#6498) --- .../featherpad/additional-files/featherpad.rdef.in | 2 ++ .../{featherpad-1.0.1.recipe => featherpad-1.1.0.recipe} | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) rename app-editors/featherpad/{featherpad-1.0.1.recipe => featherpad-1.1.0.recipe} (93%) diff --git a/app-editors/featherpad/additional-files/featherpad.rdef.in b/app-editors/featherpad/additional-files/featherpad.rdef.in index 2dfe6f571..5d482fd5d 100644 --- a/app-editors/featherpad/additional-files/featherpad.rdef.in +++ b/app-editors/featherpad/additional-files/featherpad.rdef.in @@ -1,6 +1,8 @@ resource app_flags B_MULTIPLE_LAUNCH; +resource ("QT:QPA_FLAGS") "Q_REF_TO_ARGV | Q_REF_TO_FORK"; + resource app_version { major = @MAJOR@, middle = @MIDDLE@, diff --git a/app-editors/featherpad/featherpad-1.0.1.recipe b/app-editors/featherpad/featherpad-1.1.0.recipe similarity index 93% rename from app-editors/featherpad/featherpad-1.0.1.recipe rename to app-editors/featherpad/featherpad-1.1.0.recipe index e986b48c8..84a37ebda 100644 --- a/app-editors/featherpad/featherpad-1.0.1.recipe +++ b/app-editors/featherpad/featherpad-1.1.0.recipe @@ -1,7 +1,7 @@ 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: \ +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); @@ -9,6 +9,7 @@ a new window on another); * 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; @@ -16,6 +17,7 @@ saving with encoding; * Session management; * Side-pane mode; * Auto-saving; +* Spell checking with Hunspell; * Printing; * Text zooming; * Appropriate but non-interrupting prompts; and @@ -26,7 +28,7 @@ COPYRIGHT="2016, 2018 Pedram Pourang" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tsujan/FeatherPad/archive/refs/tags/V$portVersion.tar.gz" -CHECKSUM_SHA256="62bcb8ceb788a1626c41ee7dc3f3fbebf73b82db31cf76708a79073da0f04414" +CHECKSUM_SHA256="82bd94996f0d7be23be1b150a22d88b9c0b19c9852d5c2c7388e61ea9e05be03" SOURCE_FILENAME="FeatherPad-$portVersion-tar.gz" SOURCE_DIR="FeatherPad-$portVersion" ADDITIONAL_FILES="featherpad.rdef.in" @@ -72,7 +74,7 @@ BUILD_PREREQUIRES=" cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:cmake$secondaryArchSuffix + cmd:cmake " BUILD()