diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 20:07:33 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-07-26 17:21:45 +0200 |
commit | 4dd20fc35871122c2d8b4f16cc21c63896b37913 (patch) | |
tree | 6d3083de9782a229512a816ce7f43f5c5baeaf38 /net-misc/nextcloud-client | |
parent | dev-util/pkgcheck: sparc stable wrt bug #860960 (diff) | |
download | gentoo-4dd20fc35871122c2d8b4f16cc21c63896b37913.tar.gz gentoo-4dd20fc35871122c2d8b4f16cc21c63896b37913.tar.bz2 gentoo-4dd20fc35871122c2d8b4f16cc21c63896b37913.zip |
net-misc/nextcloud-client: Move dev-qt/linguist-tools:5 to BDEPEND
kde-frameworks/extra-cmake-modules too while at it.
Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client')
-rw-r--r-- | net-misc/nextcloud-client/nextcloud-client-3.5.2.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-3.5.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.5.2.ebuild index fcca8e8efa4d..d44483e6593b 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.5.2.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.5.2.ebuild @@ -8,6 +8,7 @@ inherit cmake virtualx xdg DESCRIPTION="Desktop Syncing Client for Nextcloud" HOMEPAGE="https://github.com/nextcloud/desktop" SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/desktop-${PV/_/-}" LICENSE="CC-BY-3.0 GPL-2" SLOT="0" @@ -15,7 +16,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="doc dolphin nautilus test webengine" RESTRICT="!test? ( test )" -COMMON_DEPEND=" +RDEPEND=" >=dev-db/sqlite-3.34:3 >=dev-libs/openssl-1.1.0:0= dev-libs/qtkeychain:=[qt5(+)] @@ -36,9 +37,7 @@ COMMON_DEPEND=" nautilus? ( dev-python/nautilus-python ) webengine? ( dev-qt/qtwebengine:5[widgets] ) " -DEPEND=" - ${COMMON_DEPEND} - dev-qt/linguist-tools:5 +DEPEND="${RDEPEND} dev-qt/qtconcurrent:5 dev-qt/qtxml:5 || ( gnome-base/librsvg media-gfx/inkscape ) @@ -48,15 +47,15 @@ DEPEND=" dev-texlive/texlive-latexextra virtual/latex-base ) - dolphin? ( kde-frameworks/extra-cmake-modules ) test? ( - dev-util/cmocka dev-qt/qttest:5 + dev-util/cmocka ) " -RDEPEND="${COMMON_DEPEND}" - -S="${WORKDIR}/desktop-${PV/_/-}" +BDEPEND=" + dev-qt/linguist-tools:5 + dolphin? ( kde-frameworks/extra-cmake-modules ) +" src_prepare() { # We do not package libcloudproviders |