1. app-misc/gpick: WhitespaceFound line: 10
2. app-editors/typora: restora files
3. app-editors/typora: delete desktop eclass
This commit is contained in:
HougeLangley 2023-01-02 21:29:29 +08:00 committed by 苏业钦
parent 7261feaeb2
commit 021d3999b7
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Name=Typora
GenericName=Markdown editor
Comment=Markdown editor
Categories=Office;Utility;TextEditor;
Exec=Typora %u
TryExec=Typora
Icon=typora
StartupWMClass=Typora
MimeType=text/md;text/markdown;application/md;
StartupNotify=true

View File

@ -3,7 +3,7 @@
EAPI=8
inherit desktop unpacker xdg
inherit unpacker xdg
DESCRIPTION="A truely minimal markdown editor."
HOMEPAGE="https://typora.io"

View File

@ -7,7 +7,7 @@ inherit cmake xdg
DESCRIPTION="Advanced color picker written in C++ using GTK+ toolkit"
HOMEPAGE="https://github.com/thezbyg/gpick"
SRC_URI="https://github.com/thezbyg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/thezbyg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"