mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
Fixed:
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:
parent
7261feaeb2
commit
021d3999b7
12
app-editors/typora/files/Typora.desktop
Normal file
12
app-editors/typora/files/Typora.desktop
Normal 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
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop unpacker xdg
|
||||
inherit unpacker xdg
|
||||
|
||||
DESCRIPTION="A truely minimal markdown editor."
|
||||
HOMEPAGE="https://typora.io"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user