summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-10-23 23:14:49 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2020-10-23 23:15:12 +0200
commit206d152259312650ad2f6611d5ee4f634565a33f (patch)
tree7a28e8d3e66296e0d32fb87694718e4230d80c0b /net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
parentnet-misc/owncloud-client: drop old versions (diff)
downloadgentoo-206d152259312650ad2f6611d5ee4f634565a33f.tar.gz
gentoo-206d152259312650ad2f6611d5ee4f634565a33f.tar.bz2
gentoo-206d152259312650ad2f6611d5ee4f634565a33f.zip
net-misc/nextcloud-client: drop USE=shibboleth flag
It needs deprecated dev-qt/qtwebkit:5 Closes: https://bugs.gentoo.org/750884 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild')
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
index 52cdf94f2165..43b18edfd8e8 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}.
LICENSE="CC-BY-3.0 GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc dolphin nautilus shibboleth test"
+IUSE="doc dolphin nautilus test"
COMMON_DEPEND=">=dev-db/sqlite-3.4:3
>=dev-libs/openssl-1.1.0:0=
@@ -31,8 +31,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
kde-frameworks/kcoreaddons:5
kde-frameworks/kio:5
)
- nautilus? ( dev-python/nautilus-python )
- shibboleth? ( dev-qt/qtwebkit:5 )"
+ nautilus? ( dev-python/nautilus-python )"
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
@@ -74,8 +73,8 @@ src_configure() {
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
- -DNO_SHIBBOLETH=$(usex !shibboleth)
-DUNIT_TESTING=$(usex test)
+ -DNO_SHIBBOLETH=yes
)
cmake_src_configure