media-gfx/flameshot-0.8.5 dazu

This commit is contained in:
Florian Tham
2021-02-13 11:08:57 +01:00
parent f8bba28a20
commit b0b03d1667
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop cmake xdg-utils
DESCRIPTION="Powerful yet simple to use screenshot software"
HOMEPAGE="https://github.com/flameshot-org/flameshot"
SRC_URI="https://github.com/flameshot-org/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="FreeArt GPL-3 Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtsingleapplication[qt5(+),X]
dev-qt/qtwidgets:5
dev-qt/qtsvg:5
dev-qt/qtnetwork:5
dev-qt/qtdbus:5
sys-apps/dbus
"
BDEPEND="
dev-qt/linguist-tools:5
"
RDEPEND="${DEPEND}"
PATCHES=()
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}