mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-apps/kio-extras: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
0824fb6e5a
commit
7c6afb5161
@ -1 +1,2 @@
|
|||||||
DIST kio-extras-25.08.3.tar.xz 3527644 BLAKE2B c140478c478f251c587a202be75189534ac6a51a7cdf5495e56662df7d2a9232230661bcb8d480209ea63c22d390f1a4b84fbf65a6ac83d9cee7ae16fedfa99c SHA512 3f0bac2e94c3c9ee045a025e0a25fc7640e3be8764d96d82b3815eae6641b8779b99f88781f3ee3a0b3ed674d2e05e1c8ac74cf28e7d6689968097f1df8ca5b2
|
DIST kio-extras-25.08.3.tar.xz 3527644 BLAKE2B c140478c478f251c587a202be75189534ac6a51a7cdf5495e56662df7d2a9232230661bcb8d480209ea63c22d390f1a4b84fbf65a6ac83d9cee7ae16fedfa99c SHA512 3f0bac2e94c3c9ee045a025e0a25fc7640e3be8764d96d82b3815eae6641b8779b99f88781f3ee3a0b3ed674d2e05e1c8ac74cf28e7d6689968097f1df8ca5b2
|
||||||
|
DIST kio-extras-25.12.0.tar.xz 5618068 BLAKE2B 271d8a99b59d8ccf21ead3ec2f126b73fe5a14115b7af1ecee86553ee738145f6af97e1cc09c53922f56b9270dad26c421a1b8e0cbea6cd3981a787b6f363fc7 SHA512 ee557e16dd4d9e8311de470e1d13412f3fc71e2d45f87bf363df89e76b7cfe8cc0ef1449162584ce394f6157499d93891b8c5f524cb5bf639cf1ba64a0dd814b
|
||||||
|
|||||||
106
kde-apps/kio-extras/kio-extras-25.12.0.ebuild
Normal file
106
kde-apps/kio-extras/kio-extras-25.12.0.ebuild
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
# 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="KIO plugins present a filesystem-like view of arbitrary data"
|
||||||
|
HOMEPAGE="https://invent.kde.org/network/kio-extras"
|
||||||
|
|
||||||
|
LICENSE="GPL-2" # TODO: CHECK
|
||||||
|
SLOT="6"
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||||
|
IUSE="activities ios +man mtp nfs +libproxy openexr samba +sftp taglib X"
|
||||||
|
|
||||||
|
# requires running Plasma environment
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
|
||||||
|
>=dev-qt/qtsvg-${QTMIN}:6
|
||||||
|
kde-apps/libkexiv2:6
|
||||||
|
>=kde-frameworks/karchive-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||||
|
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kio-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kparts-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kservice-${KFMIN}:6
|
||||||
|
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||||
|
>=kde-frameworks/solid-${KFMIN}:6
|
||||||
|
>=kde-frameworks/syntax-highlighting-${KFMIN}:6
|
||||||
|
activities? (
|
||||||
|
>=dev-qt/qtbase-${QTMIN}:6[sql]
|
||||||
|
kde-plasma/plasma-activities:6=
|
||||||
|
kde-plasma/plasma-activities-stats:6
|
||||||
|
)
|
||||||
|
ios? (
|
||||||
|
app-pda/libimobiledevice:=
|
||||||
|
app-pda/libplist:=
|
||||||
|
)
|
||||||
|
libproxy? (
|
||||||
|
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||||
|
net-libs/libproxy
|
||||||
|
)
|
||||||
|
mtp? ( >=media-libs/libmtp-1.1.16:= )
|
||||||
|
nfs? ( net-libs/libtirpc:= )
|
||||||
|
openexr? ( media-libs/openexr:= )
|
||||||
|
samba? (
|
||||||
|
>=kde-frameworks/kdnssd-${KFMIN}:6
|
||||||
|
net-fs/samba[client]
|
||||||
|
>=net-libs/kdsoap-2.2.0:=[qt6(+)]
|
||||||
|
>=net-libs/kdsoap-ws-discovery-client-0.3.0
|
||||||
|
)
|
||||||
|
sftp? (
|
||||||
|
dev-libs/qcoro
|
||||||
|
net-libs/libssh:=[sftp]
|
||||||
|
)
|
||||||
|
taglib? ( >=media-libs/taglib-1.11.1:= )
|
||||||
|
X? (
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libXcursor
|
||||||
|
)
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
!kde-apps/kio-extras:5[-kf6compat(-)]
|
||||||
|
!kde-apps/kio-extras-kf5:5
|
||||||
|
!<kde-frameworks/kio-5.116.0-r2:5
|
||||||
|
!kde-frameworks/kio-trash-desktop-file:5
|
||||||
|
>=kde-frameworks/kded-${KFMIN}:6
|
||||||
|
"
|
||||||
|
BDEPEND="man? ( dev-util/gperf )"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local mycmakeargs=(
|
||||||
|
-DBUILD_ACTIVITIES=$(usex activities)
|
||||||
|
$(cmake_use_find_package ios IMobileDevice)
|
||||||
|
$(cmake_use_find_package ios PList)
|
||||||
|
-DWITH_LIBPROXY=$(usex libproxy)
|
||||||
|
$(cmake_use_find_package man Gperf)
|
||||||
|
$(cmake_use_find_package mtp Libmtp)
|
||||||
|
$(cmake_use_find_package nfs TIRPC)
|
||||||
|
$(cmake_use_find_package openexr OpenEXR)
|
||||||
|
$(cmake_use_find_package samba Samba)
|
||||||
|
$(cmake_use_find_package sftp libssh)
|
||||||
|
$(cmake_use_find_package taglib Taglib)
|
||||||
|
-DWITHOUT_X11=$(usex !X)
|
||||||
|
)
|
||||||
|
ecm_src_configure
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "alternative filename search backend" sys-apps/ripgrep
|
||||||
|
use samba && xdg_pkg_postinst
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
use samba && xdg_pkg_postrm
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user