kde-apps/ark: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:29:28 +02:00
parent eeadf0bf24
commit 300891dac7
2 changed files with 0 additions and 81 deletions

View File

@@ -1,2 +1 @@
DIST ark-25.04.3.tar.xz 3017176 BLAKE2B ec426ca1e680f7f668c97518f9713c8ebc47c624f32e55f4e031ab971e1ae4c06afd89b392f4884f0592eb209454ce4c0e1a591dd4bf3b0373044b62e35072c5 SHA512 b18f622981e79c17d734efdd8fde1b8d6332f78bf4eed5b47905b4e86edf05e0b9e4b0fb2c2ab9a65d21b1fdadd2913aed1d7b33043dd60cadf34822f21d8b55
DIST ark-25.08.2.tar.xz 3018076 BLAKE2B 9ab2cd6afe06168bd33be6e81a76c286af9f4c7a5f335fd418a29556b3daabe6f874a6b67ea55f366ab03bec4b12db4385aacd397aa032c70869d4f2994a865f SHA512 67a87c711797c971da6573b4932ee1190656bd16b044817a4d3af5956ad21b3bf36afa8e508c35754edbe98f1135f45da34ec9917d3a61e54d0221e84fe5467a

View File

@@ -1,80 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org optfeature xdg
DESCRIPTION="File archiver by KDE"
HOMEPAGE="https://apps.kde.org/ark/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
IUSE="zip"
RDEPEND="
>=app-arch/libarchive-3.5.3:=[bzip2,lzma]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kfilemetadata-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kpty-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
sys-libs/zlib
zip? ( >=dev-libs/libzip-1.6.0:= )
"
DEPEND="${RDEPEND}
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
test? ( >=dev-libs/libzip-1.6.0:= )
"
# app-arch/rar is binary only
BDEPEND="
sys-devel/gettext
elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) )
"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package zip LibZip)
)
ecm_src_configure
}
src_test() {
local myctestargs=(
# bug 822177: kerfuffle-addtoarchivetest: may segfault or hang indefinitely
# bug 827840: plugins-clirartest: continuously broken with translations installed
-E "(kerfuffle-addtoarchivetest|plugins-clirartest)"
)
ecm_src_test
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "rar archive creation/extraction" "app-arch/rar"
optfeature "rar archive extraction only" "app-arch/unar" "app-arch/unrar"
optfeature "7-Zip archive support" ">=app-arch/7zip-24.09[symlink(+)]" "app-arch/p7zip"
optfeature "lrz archive support" "app-arch/lrzip"
optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}"
fi
xdg_pkg_postinst
}