mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
kde-apps/ark: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
5dd32edaa5
commit
759cd21c3b
@ -1 +1,2 @@
|
||||
DIST ark-25.08.3.tar.xz 3018136 BLAKE2B dc20bd473b09ce9351996136304c516a4318266d609ecfeba730c6739fb09f7353671a3cc5c71504290d4ebb752207a7ed244d7b7e1cb23a203e2a5be8ad4077 SHA512 8a53e00375df81f955cc8d77f2bbc8a41c75380a659297e0fb2af5dd37d1c74070fd1bfa33c647184989ab57058b546fea4dc1425008cc5312ebea3693a280e2
|
||||
DIST ark-25.12.0.tar.xz 3021000 BLAKE2B 0d3da85d38d47a519431532d456abc534156b6f9811815356e010f0e610353fd36230d4655abca12857d53c118ea07cbe529d7357e0db1a0dd0fd2a4791fdae7 SHA512 acddfae4e4bfa89a599954cd889c92fe27ce28ca24526f49b9750140afaf5c7c167a66b3edb07939dd05b0586dc21d1df3ef5911b0d11c8185e95d7140861c01
|
||||
|
||||
80
kde-apps/ark/ark-25.12.0.ebuild
Normal file
80
kde-apps/ark/ark-25.12.0.ebuild
Normal file
@ -0,0 +1,80 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
ECM_TEST="true"
|
||||
KFMIN=6.19.0
|
||||
QTMIN=6.9.1
|
||||
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 ~loong ~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
|
||||
virtual/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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user