mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
featherpad: bump version (#6498)
This commit is contained 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@,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY="A lightweight Qt5 plain-text editor for Linux"
|
||||
DESCRIPTION="FeatherPad (by Pedram Pourang, a.k.a. Tsu Jan \
|
||||
<tsujan2000@gmail.com>) 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()
|
||||
Reference in New Issue
Block a user