Ghostwriter: fix supported filetypes

Ghostwriter is a text editor, it doesn't open images...
Improved summary and description.
This commit is contained in:
Humdinger
2022-01-20 17:42:17 +01:00
parent 3cc2df430d
commit b16791144b
2 changed files with 20 additions and 7 deletions

View File

@@ -5,18 +5,18 @@ resource app_version {
major = @MAJOR@, major = @MAJOR@,
middle = @MIDDLE@, middle = @MIDDLE@,
minor = @MINOR@, minor = @MINOR@,
variety = B_APPV_FINAL, variety = B_APPV_FINAL,
internal = 0, internal = 0,
short_info = "ghostwriter", short_info = "Ghostwriter",
long_info = "@LONG_INFO@" long_info = "@LONG_INFO@"
}; };
resource app_signature "@APP_SIGNATURE@"; resource app_signature "@APP_SIGNATURE@";
resource file_types message { resource file_types message {
"types" = "image" "types" = "text"
}; };
resource vector_icon { resource vector_icon {

View File

@@ -1,9 +1,22 @@
SUMMARY="A cross-platform, aesthetic, distraction-free Markdown editor" SUMMARY="A Markdown editor with no distractions"
DESCRIPTION="ghostwriter is a text editor for Markdown." DESCRIPTION="Ghostwriter is a text editor for Markdown that tries to stay out of your way.
Main features:
* Optional live HTML preview
* Drag and drop of images
* Copy as HTML to clipboard
* Export HTML
* Auto-save
* A 'distraction-free mode' to focus on the current sentence/paragraph
* Customizable color themes
* Custom style sheets
* Outline window to quickly jump to headings
* Markdown cheat sheet
* Document and session statistics"
HOMEPAGE="https://wereturtle.github.io/ghostwriter/" HOMEPAGE="https://wereturtle.github.io/ghostwriter/"
COPYRIGHT="wereturtle et al." COPYRIGHT="wereturtle et al."
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/wereturtle/ghostwriter/archive/v$portVersion.tar.gz" SOURCE_URI="https://github.com/wereturtle/ghostwriter/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="4987126e71a37556e575fbce2002c5504cf15a04c11bcce604a278f59ec9c11a" CHECKSUM_SHA256="4987126e71a37556e575fbce2002c5504cf15a04c11bcce604a278f59ec9c11a"
SOURCE_FILENAME="ghostwriter-$portVersion.tar.gz" SOURCE_FILENAME="ghostwriter-$portVersion.tar.gz"