mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dialup/cutecom: drop 0.51.0-r1
Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37873 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
committed by
Ben Kohler
parent
6608b940c2
commit
41ef6ae414
@@ -1,2 +1 @@
|
||||
DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731
|
||||
DIST cutecom-v0.60.0-RC1.tar.bz2 1291319 BLAKE2B 8d73a51916d8d3f103ba6215d0bf2865337aa82f95d12be512001abd845cac08f9c9b6fb9022574aff42fef958c90676ae0828d1597879c798bd1ffe4bec68ba SHA512 92a210ab846f452287693add8db52833fd83814f59a2be8de304278dbc711b2a5dc0fdaadf877a588ad023849370151788d1ea678ba777fe0a4a600429669151
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake desktop xdg
|
||||
|
||||
DESCRIPTION="A serial terminal, like minicom, written in Qt"
|
||||
HOMEPAGE="https://gitlab.com/cutecom/cutecom"
|
||||
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtserialport:5
|
||||
dev-qt/qtwidgets:5"
|
||||
RDEPEND="${DEPEND}
|
||||
net-dialup/lrzsz"
|
||||
|
||||
S="${WORKDIR}/cutecom-v${PV}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-fix-for-qt-5.15.0.patch )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i \
|
||||
-e '/Path/d' \
|
||||
-e '/Terminal/s/0/false/' \
|
||||
"${PN}.desktop" || die 'sed on desktop file failed'
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
domenu "${PN}.desktop"
|
||||
doicon "distribution/${PN}.png"
|
||||
}
|
||||
Reference in New Issue
Block a user