mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Ben Kohler
parent
8d736f33c5
commit
6ea5f6857e
28
net-dialup/cutecom/cutecom-0.60.0_rc1-r1.ebuild
Normal file
28
net-dialup/cutecom/cutecom-0.60.0_rc1-r1.ebuild
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user