mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
net-misc/owncloud-client: add 6.0.1.17343
Bug: https://bugs.gentoo.org/964621 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
parent
aa94672147
commit
dd8e575c6a
57
net-misc/owncloud-client/owncloud-client-6.0.1.17343.ebuild
Normal file
57
net-misc/owncloud-client/owncloud-client-6.0.1.17343.ebuild
Normal file
@ -0,0 +1,57 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
MY_PN="ownCloud"
|
||||
DESCRIPTION="Synchronize files from ownCloud Server with your computer"
|
||||
HOMEPAGE="https://owncloud.com/"
|
||||
SRC_URI="https://download.owncloud.com/desktop/${MY_PN}/stable/${PV}/source/${MY_PN}-${PV}.tar.xz"
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
LICENSE="CC-BY-3.0 GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="keyring test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-db/sqlite-3.4:3
|
||||
dev-libs/kdsingleapplication[qt6(+)]
|
||||
dev-libs/qtkeychain[keyring?,qt6(+)]
|
||||
dev-qt/qtbase:6[concurrent,gui,network,ssl,widgets]
|
||||
net-libs/libre-graph-api-cpp-qt-client
|
||||
sys-fs/inotify-tools"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-util/cmocka
|
||||
dev-qt/qtbase:6[test]
|
||||
)"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/qttools:6[linguist]
|
||||
kde-frameworks/extra-cmake-modules"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.2.0.10193-no_fortify_override.patch
|
||||
"${FILESDIR}"/${PN}-6.0.0.17092-ecm-6.19.0.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Keep tests in ${T}
|
||||
sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
-DKDE_INSTALL_SYSCONFDIR=/etc
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user