diff options
author | 2021-11-07 22:15:26 +0100 | |
---|---|---|
committer | 2022-09-14 14:22:45 +0200 | |
commit | 05dc34963c1aeefa54f9fe63f2a55ed13abe5adf (patch) | |
tree | 3dfd8d0066e86da878fbdfaed62a7c8b5dd244f1 /net-libs | |
parent | media-gfx/krita: Allow to be built against >=libjxl-0.7.0_pre20220329 (diff) | |
download | kde-05dc34963c1aeefa54f9fe63f2a55ed13abe5adf.tar.gz kde-05dc34963c1aeefa54f9fe63f2a55ed13abe5adf.tar.bz2 kde-05dc34963c1aeefa54f9fe63f2a55ed13abe5adf.zip |
net-libs/kdsoap: Sync with 2.0.0 in Gentoo ebuild repo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/kdsoap/kdsoap-9999.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/kdsoap/kdsoap-9999.ebuild b/net-libs/kdsoap/kdsoap-9999.ebuild index 1f97988dc4..c988db03bf 100644 --- a/net-libs/kdsoap/kdsoap-9999.ebuild +++ b/net-libs/kdsoap/kdsoap-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" else EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git" EGIT_SUBMODULES=( kdwsdl2cpp/libkode -autogen ) @@ -17,7 +17,7 @@ DESCRIPTION="Qt-based client-side and server-side SOAP component" HOMEPAGE="https://www.kdab.com/development-resources/qt-tools/kd-soap/" LICENSE="GPL-3 AGPL-3" -SLOT="0" +SLOT="0/2" IUSE="" RDEPEND=" @@ -31,15 +31,15 @@ DEPEND="${RDEPEND} src_prepare() { cmake_src_prepare - - sed -e "/^find_package.*Qt5/s/Widgets //" \ - -e "/install.*INSTALL_DOC_DIR/d" \ - -i CMakeLists.txt || die + sed -e "/install.*INSTALL_DOC_DIR/d" -i CMakeLists.txt || die } src_configure() { local mycmakeargs=( - -DKDSoap_EXAMPLES=OFF # Qt4-based and no install targets + -DKDSoap_DOCS=OFF + -DKDSoap_EXAMPLES=OFF # no install targets + -DKDSoap_STATIC=OFF + -DKDSoap_QT6=OFF ) cmake_src_configure } |