add media-video/kooha

This commit is contained in:
Martin Sekera 2021-04-29 20:03:31 +02:00
parent e68266f4f8
commit d9602647e4

View file

@ -0,0 +1,36 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson desktop gnome2-utils
MY_PN="${PN^}"
DESCRIPTION="Elegantly record your screen"
HOMEPAGE="https://github.com/SeaDve/${MY_PN}"
SRC_URI="https://github.com/SeaDve/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
gnome-base/gnome-shell
>=dev-lang/python-3.7
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
pkg_postinst() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_desktop_database_update
xdg_icon_cache_update
}