From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/, net-misc/seafile-client/
Date: Sat, 01 Mar 2025 16:37:25 +0000 (UTC) [thread overview]
Message-ID: <1740846966.581328c18d34e3f5116cb4b9318c223ae6dd28ca.asturm@gentoo> (raw)
commit: 581328c18d34e3f5116cb4b9318c223ae6dd28ca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 1 16:36:06 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 1 16:36:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581328c1
net-misc/seafile-client: drop 9.0.3
Bug: https://bugs.gentoo.org/926674
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/seafile-client/Manifest | 1 -
.../files/seafile-client-7.0.9-qt-5.15.patch | 37 ---------------
.../files/seafile-client-8.0.6-select-qt5.patch | 23 ---------
.../seafile-client/seafile-client-9.0.3.ebuild | 55 ----------------------
4 files changed, 116 deletions(-)
diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 96f995ae57d2..5bc1ea697ec0 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1,2 +1 @@
DIST seafile-client-9.0.11.tar.gz 11726726 BLAKE2B e8dab4ecb4d4ae3fe12a4083e286ca1232e5994faa835f917e35892d814cc31ca55deaef056396b446a8eb553c3b6ebdd2c29c60d86b6ac3221c56c42bd1f968 SHA512 b4ef94cbf30eb23f9fb127791f118fcaeadc38544d557bef028bc21daedea265c4c728ccb91b2412628d5ab540d2a3aea37a7ca4120d1c0d49d19715544a9443
-DIST seafile-client-9.0.3.tar.gz 11718581 BLAKE2B cb2cecc9b02df4edb7b7191fd609ee5bc3548849c68b3c0cd8f59641bd0716791c2272633c0ba0f4f7b374a1302fd81a8f1396736961cb4e6e4ef1dd8db82c85 SHA512 c2d77c5f9407fd6d4ce3dfd47044de83a3c3e0bbbd1b66f1566ad54a8aa5391f51f70c7e094f16216a653a5ef0e9b8de1025ee56ce56c496c31c87983fbee4d7
diff --git a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch b/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch
deleted file mode 100644
index ef9c2f7449b5..000000000000
--- a/net-misc/seafile-client/files/seafile-client-7.0.9-qt-5.15.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-https://github.com/haiwen/seafile-client/pull/1297
-
-From 86ebea086c6b78738b3140c922c909331d2b9a94 Mon Sep 17 00:00:00 2001
-From: Joffrey <j-off@live.fr>
-Date: Fri, 29 May 2020 15:59:11 +0000
-Subject: [PATCH] Fix build with Qt5 v5.15.0
-
----
- src/ui/events-list-view.cpp | 1 +
- src/ui/private-share-dialog.cpp | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/ui/events-list-view.cpp b/src/ui/events-list-view.cpp
-index b1d04abb..09536b9e 100644
---- a/src/ui/events-list-view.cpp
-+++ b/src/ui/events-list-view.cpp
-@@ -1,4 +1,5 @@
- #include <QPainter>
-+#include <QPainterPath>
- #include <QApplication>
- #include <QPixmap>
- #include <QToolTip>
-diff --git a/src/ui/private-share-dialog.cpp b/src/ui/private-share-dialog.cpp
-index 511d476b..284cc043 100644
---- a/src/ui/private-share-dialog.cpp
-+++ b/src/ui/private-share-dialog.cpp
-@@ -2,6 +2,7 @@
- #include <QCompleter>
- #include <QLineEdit>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QResizeEvent>
- #include <QStringList>
- #include <QStringListModel>
---
-2.26.2
-
diff --git a/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch b/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
deleted file mode 100644
index 4d3a3d172644..000000000000
--- a/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1c4a4447..5747df46 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -133,14 +133,12 @@ ENDIF()
- ####################
- ###### BEGIN: QT configuration
- ####################
--FIND_PROGRAM(qmake_executable NAMES qmake qmake.exe)
--EXECUTE_PROCESS(COMMAND
-- bash -c "${qmake_executable} --version | grep -iE '^using qt version [0-9.]+' | awk '{print $4}'"
-- OUTPUT_VARIABLE DETECTED_QT_VERSION
-- OUTPUT_STRIP_TRAILING_WHITESPACE)
-+FIND_PACKAGE(Qt5Core)
-+SET(DETECTED_QT_VERSION ${Qt5Core_VERSION})
- MESSAGE("Qt version: ${DETECTED_QT_VERSION}")
-+GET_TARGET_PROPERTY(QMAKE_EXECUTABLE_PATH Qt5::qmake IMPORTED_LOCATION)
- EXECUTE_PROCESS(COMMAND
-- bash -c "qmake --version|grep -iE '^using qt version [0-9]'|awk '{print $4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"
-+ bash -c "${QMAKE_EXECUTABLE_PATH} --version|grep -iE '^using qt version [0-9]'|awk '{print $4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"
- OUTPUT_VARIABLE QT_VERSION_MAJOR
- OUTPUT_STRIP_TRAILING_WHITESPACE)
- MESSAGE("QT_VERSION_MAJOR: ${QT_VERSION_MAJOR}")
diff --git a/net-misc/seafile-client/seafile-client-9.0.3.ebuild b/net-misc/seafile-client/seafile-client-9.0.3.ebuild
deleted file mode 100644
index ddbff434657f..000000000000
--- a/net-misc/seafile-client/seafile-client-9.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Upstream is moving tags repeatedly, then we use commit hash.
-RELEASE_COMMIT="57aa79cf4d1175a39cde20a38167db4fd3e12293"
-
-inherit xdg cmake
-
-DESCRIPTION="Seafile desktop client"
-HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/"
-SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="shibboleth test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-db/sqlite:3
- dev-libs/glib:2
- dev-libs/jansson:=
- dev-libs/openssl:=
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- >=net-libs/libsearpc-3.2.0_p1
- ~net-misc/seafile-${PV}
- sys-libs/zlib
- virtual/opengl
- elibc_musl? ( sys-libs/fts-standalone )
- shibboleth? ( dev-qt/qtwebengine:5[widgets] )"
-DEPEND="${RDEPEND}
- test? ( dev-qt/qttest:5 )"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=(
- "${FILESDIR}/${PN}-8.0.6-select-qt5.patch"
- "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch"
-)
-
-S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
- -DBUILD_TESTING="$(usex test)"
- )
- # 863554
- use elibc_musl && mycmakeargs+=( -DCMAKE_CXX_STANDARD_LIBRARIES="-lfts" )
- cmake_src_configure
-}
next reply other threads:[~2025-03-01 16:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-01 16:37 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-03 9:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/, net-misc/seafile-client/ Matthew Smith
2021-03-30 13:15 Joonas Niilola
2020-10-16 4:33 Joonas Niilola
2020-10-06 8:15 Joonas Niilola
2017-07-01 21:11 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740846966.581328c18d34e3f5116cb4b9318c223ae6dd28ca.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox