mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-misc/owncloud-client: drop 4.2.0.11670, 5.2.1.13040-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
4bd71fa4ad
commit
b7b1071fc3
@ -1,4 +1 @@
|
||||
DIST libregraphapi-1.0.1.tar.gz 105266 BLAKE2B b5122ca5bb757c58bba0f29eaf119685c0ed119a9a72951f4098d8180e5bf05332b36fa6c884ca29b0414051c9c6d6ca081e3c7eeb7b9810202f11c1a70c5190 SHA512 aaa710642c36b4038dc61e7df4fc904a82a2ab6c34da03c3f5328075e41ab319f6616866b7f9ae472ff256b421751f8f5ce7ce0a6d3451bda75cfa3b307df082
|
||||
DIST ownCloud-4.2.0.11670.tar.xz 4126004 BLAKE2B 60a5855239b32bfb6769d38de3eced3dcb6c642d702fa33439dfebdc97947dfaed1f0081d2ec8913edc7ab8688872115abd739e21eae7d06e96cbcd92abb5565 SHA512 277d18581155f663c0c18b44a6c0fb9b31c84695e0980da486028b91c1d1c9f5a7ba956afbc11fb2e7fc4679e46a30c2d737667208f5c0599a39bf91a109ce99
|
||||
DIST ownCloud-5.2.1.13040.tar.xz 3989152 BLAKE2B f1bdee88acaa83e2adf66f37ac52070f5f92ba63584b66463a2378439756ed78f8dbecb088a909668cb8ee0c52c58e520906ffd1783feb2ddce7f4d433d39257 SHA512 182768b385e9ef8c841045617e6b2d5c47a1b621d2898ca8d7a6ed153ef2d1ca67072f620d6f380189f239db13a6a50fe178d1c00bd669c81a7df86a52e2a5c5
|
||||
DIST ownCloud-5.3.1.14018.tar.xz 3951072 BLAKE2B 33d8e4471dd1a66bd739fb50b9e40568ffcc719910c3003fd688986bc2e4ab6972aeffe396c7dd6e34e9bbe14a01dd616f20234901607a78a3ac4418e4692e49 SHA512 db244c3d04698024d7133947afd29b7e54ef78d8278026ebff21f83c7644e363e76e3c7b9ac1393a6ddf419682d9a91ebc2b5cf4db3741b330a60ab0e9bbb3d9
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
Index: ownCloud-3.1.0.9872/src/libsync/CMakeLists.txt
|
||||
--- ownCloud-3.1.0.9872/src/libsync/CMakeLists.txt.orig
|
||||
+++ ownCloud-3.1.0.9872/src/libsync/CMakeLists.txt
|
||||
@@ -3,12 +3,7 @@ set(LibreGraphAPIVersion v0.13.2)
|
||||
find_package(LibreGraphAPI QUIET)
|
||||
if (NOT TARGET OpenAPI::LibreGraphAPI)
|
||||
message(WARNING "Failed to find system OpenAPI::LibreGraphAPI: fetching ${LibreGraphAPIVersion}")
|
||||
- include(FetchContent)
|
||||
- FetchContent_Populate(LibreGraphAPISrc
|
||||
- QUIET
|
||||
- GIT_REPOSITORY https://github.com/owncloud/libre-graph-api-cpp-qt-client.git
|
||||
- GIT_TAG ${LibreGraphAPIVersion})
|
||||
- add_subdirectory(${libregraphapisrc_SOURCE_DIR}/client ${libregraphapisrc_BINARY_DIR}/client EXCLUDE_FROM_ALL)
|
||||
+ add_subdirectory(libregraphapisrc-src/client libregraphapisrc-src/client EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
set(libsync_SRCS
|
||||
@ -5,10 +5,6 @@
|
||||
<email>voyageur@gentoo.org</email>
|
||||
<name>Bernard Cafarelli</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="dolphin">Install the <pkg>kde-apps/dolphin</pkg> extension</flag>
|
||||
<flag name="nautilus">Install the <pkg>gnome-base/nautilus</pkg> extension</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">owncloud/client</remote-id>
|
||||
</upstream>
|
||||
|
||||
@ -1,77 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
MY_PN="ownCloud"
|
||||
REGRAPHAPI_PV="1.0.1"
|
||||
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
|
||||
https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v${REGRAPHAPI_PV}.tar.gz
|
||||
-> libregraphapi-${REGRAPHAPI_PV}.tar.gz"
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
LICENSE="CC-BY-3.0 GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="dolphin keyring nautilus test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-db/sqlite-3.4:3
|
||||
dev-libs/qtkeychain[keyring?,qt5(+)]
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5[ssl]
|
||||
dev-qt/qtsql:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
sys-fs/inotify-tools
|
||||
dolphin? (
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/kio:5
|
||||
)
|
||||
nautilus? ( dev-python/nautilus-python )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-util/cmocka
|
||||
dev-qt/qttest:5
|
||||
)"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
kde-frameworks/extra-cmake-modules"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-3.1.0.9872-no_cmake_fetch.patch
|
||||
"${FILESDIR}"/${PN}-3.2.0.10193-no_fortify_override.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
mv ../libre-graph-api-cpp-qt-client-${REGRAPHAPI_PV} \
|
||||
src/libsync/libregraphapisrc-src || die
|
||||
|
||||
# Keep tests in ${T}
|
||||
sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
|
||||
|
||||
if ! use nautilus; then
|
||||
pushd shell_integration > /dev/null || die
|
||||
cmake_comment_add_subdirectory nautilus
|
||||
popd > /dev/null || die
|
||||
fi
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
|
||||
-DBUILD_SHELL_INTEGRATION_DOLPHIN=$(usex dolphin)
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2024 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 )
|
||||
|
||||
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