Add head version or kdsoap
Need it for discovery-client
This commit is contained in:
26
net-libs/kdsoap/kdsoap-1.8.50.ebuild
Normal file
26
net-libs/kdsoap/kdsoap-1.8.50.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit cmake-utils
|
||||
|
||||
COMMIT_SHA1=56fd2ade939baac43a2a303132c620587b5496bf
|
||||
|
||||
DESCRIPTION="A fast replacement for tigetvnc"
|
||||
HOMEPAGE="https://github.com/KDAB/KDSoap/"
|
||||
SRC_URI="https://github.com/KDAB/KDSoap/archive/${COMMIT_SHA1}.tar.gz -> ${P}.tar.gz"
|
||||
RESTRICT="primaryuri"
|
||||
|
||||
LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="kde-frameworks/extra-cmake-modules:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/KDSoap-${COMMIT_SHA1}"
|
||||
Reference in New Issue
Block a user