summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild')
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild
index 2c3d246de4b1..a3dd780f6e5f 100644
--- a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-3.0.2.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 libressl nautilus shibboleth test"
+IUSE="doc dolphin libressl nautilus test"
COMMON_DEPEND=">=dev-db/sqlite-3.4:3
dev-libs/qtkeychain[qt5(+)]
@@ -35,8 +35,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
)
!libressl? ( >=dev-libs/openssl-1.1.0:0= )
libressl? ( >=dev-libs/libressl-3.1:0= )
- nautilus? ( dev-python/nautilus-python )
- shibboleth? ( dev-qt/qtwebkit:5 )"
+ nautilus? ( dev-python/nautilus-python )"
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
@@ -75,7 +74,7 @@ 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)
+ -DNO_SHIBBOLETH=yes
-DUNIT_TESTING=$(usex test)
)