diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 23:43:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-11 00:18:11 +0100 |
commit | 0fb8e2049e9b885175c0e2e05e953251f48f8389 (patch) | |
tree | 3fa1b63c1e70406a71ac0764cb0600397a0151a2 /kde-apps | |
parent | kde-apps/kio-extras: add 24.01.90, drop 24.01.85 (diff) | |
download | gentoo-0fb8e2049e9b885175c0e2e05e953251f48f8389.tar.gz gentoo-0fb8e2049e9b885175c0e2e05e953251f48f8389.tar.bz2 gentoo-0fb8e2049e9b885175c0e2e05e953251f48f8389.zip |
kde-apps/kio-extras-kf5: add 24.01.90, drop 24.01.85
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kio-extras-kf5/Manifest | 2 | ||||
-rw-r--r-- | kde-apps/kio-extras-kf5/files/kio-extras-kf5-24.01.85-activities-optional.patch | 48 | ||||
-rw-r--r-- | kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.90.ebuild (renamed from kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild) | 4 |
3 files changed, 2 insertions, 52 deletions
diff --git a/kde-apps/kio-extras-kf5/Manifest b/kde-apps/kio-extras-kf5/Manifest index 7b0a2351c78e..033bb4f288b5 100644 --- a/kde-apps/kio-extras-kf5/Manifest +++ b/kde-apps/kio-extras-kf5/Manifest @@ -1 +1 @@ -DIST kio-extras-kf5-24.01.85.tar.xz 1465840 BLAKE2B 76a4af6dadd3e0df0ca0e264a961c73963b96fc768e4190915451cc58d61bf1875a0e4071c6de13e76eb124b41ed8081e23a29f9b4d60a109e869d7632adba0a SHA512 3ccbfd7c1d0b35f68143cfdd935e94658844f4f9e37d7c56e7e6d77b45b6998211d8ecb04bd5a5b96e8bda0f89644e9f0de7eac2097fca3155ade3b1a99a756b +DIST kio-extras-kf5-24.01.90.tar.xz 1466180 BLAKE2B 0de557b4d007205a0718610e7f37066637de377083eb632af0a4c540c4a920ba62d692b8abc07919c0449cde6ecf29e9642caa743169423ca5330dc651115f76 SHA512 cf64766340e7a6d947493094bed74aa44eb3d6459478661b0b273954b4f0f647d147880558ffdf363a8e838ca7f8a8678ff024bab432aeac12f370d71b2ef922 diff --git a/kde-apps/kio-extras-kf5/files/kio-extras-kf5-24.01.85-activities-optional.patch b/kde-apps/kio-extras-kf5/files/kio-extras-kf5-24.01.85-activities-optional.patch deleted file mode 100644 index e6cd9f7a7976..000000000000 --- a/kde-apps/kio-extras-kf5/files/kio-extras-kf5-24.01.85-activities-optional.patch +++ /dev/null @@ -1,48 +0,0 @@ -From d6db8756c906db73b22faf83a3bb5d2884342ba8 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sat, 16 Dec 2023 21:25:17 +0100 -Subject: [PATCH] Add BUILD_ACTIVITIES option (default=ON) - -Maybe we can keep this optional while the future of activities is still -not entirely clear. - -Follow-up to f220e0ebf670e64f3e7dc4d8a75c3b5dd00bfe2c - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> -(cherry picked from commit d74e09cace0cd533648b37e81c9d07f9a7c82043) ---- - CMakeLists.txt | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 685302eb5..faa2be999 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -63,9 +63,12 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) - kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) - - if (NOT WIN32) -- find_package(KF5Activities REQUIRED) -- find_package(Qt5Sql REQUIRED) -- find_package(KF5ActivitiesStats ${KF_MIN_VERSION} REQUIRED) -+ option(BUILD_ACTIVITIES "Build recentlyused:/, activities:/ KIO workers and fileitem plugin." ON) -+ if(BUILD_ACTIVITIES) -+ find_package(Qt5Sql REQUIRED) -+ find_package(KF5Activities REQUIRED) -+ find_package(KF5ActivitiesStats ${KF_MIN_VERSION} REQUIRED) -+ endif() - endif() - - find_package(Phonon4Qt5 4.6.60 NO_MODULE) -@@ -160,7 +163,7 @@ option(KF6_COMPAT_BUILD "Don't install files that conflict with KF6-based kio-ex - - add_subdirectory( doc ) - --if(NOT WIN32) -+if(BUILD_ACTIVITIES) - add_subdirectory( activities ) - add_subdirectory( recentlyused ) - endif() --- -2.43.0 - diff --git a/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild b/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.90.ebuild index 6f8abcd34195..e6245623a940 100644 --- a/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild +++ b/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.90.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="optional" KDE_ORG_NAME="kio-extras" KDE_ORG_TAR_PN="kio-extras-kf5" -KFMIN=5.106.0 +KFMIN=5.113.0 QTMIN=5.15.9 inherit ecm gear.kde.org @@ -74,8 +74,6 @@ RDEPEND="${DEPEND} " BDEPEND="man? ( dev-util/gperf )" -PATCHES=( "${FILESDIR}/${P}-activities-optional.patch" ) - src_configure() { local mycmakeargs=( -DBUILD_ACTIVITIES=$(usex activities) |