net-dialup/cutecom: improve current ebuild

- bump EAPI
- remove leading "A " from DESCRIPTION
- add qtbase USE deps
- drop noop sed
- drop noop domenu

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42768
Closes: https://github.com/gentoo/gentoo/pull/42768
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Filip Kobierski
2025-06-26 23:12:53 +02:00
committed by Ben Kohler
parent 8d736f33c5
commit 6ea5f6857e

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake desktop xdg
MY_PV=${PV/_rc/-RC}
DESCRIPTION="Serial terminal, like minicom, written in Qt"
HOMEPAGE="https://gitlab.com/cutecom/cutecom"
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV}.tar.bz2"
S="${WORKDIR}/cutecom-v${MY_PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="
dev-qt/qtbase:6[gui,network,widgets]
dev-qt/qtserialport:6"
RDEPEND="${DEPEND}
net-dialup/lrzsz"
src_install() {
cmake_src_install
doicon "distribution/${PN}.png"
}