kde-apps/kdeutils-meta: 26.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-08-20 22:40:01 +02:00
parent 527b6a7e96
commit 4d085ba8b9
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="https://apps.kde.org/categories/utilities/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="7zip gpg kwallet lrz plasma rar +webengine"
RDEPEND="
>=app-cdr/dolphin-plugins-mountiso-${PV}:*
>=app-cdr/isoimagewriter-${PV}:*
>=app-crypt/keepsecret-${PV}:*
>=app-crypt/keysmith-${PV}
>=app-misc/francis-${PV}
>=dev-libs/kweathercore-${PV}:*
>=kde-apps/ark-${PV}:*
>=kde-apps/filelight-${PV}:*
>=kde-apps/kate-${PV}:*
>=kde-apps/kbackup-${PV}:*
>=kde-apps/kcalc-${PV}:*
>=kde-apps/kcharselect-${PV}:*
>=kde-apps/kdebugsettings-${PV}:*
>=kde-apps/kdf-${PV}:*
>=kde-apps/kteatime-${PV}:*
>=kde-apps/ktimer-${PV}:*
>=kde-apps/sweeper-${PV}:*
>=kde-apps/yakuake-${PV}:*
>=kde-misc/kweather-${PV}:*
>=kde-misc/markdownpart-${PV}:*
>=sys-block/partitionmanager-${PV}:*
>=sys-libs/kpmcore-${PV}:*
gpg? ( >=kde-apps/kgpg-${PV}:* )
kwallet? ( >=kde-apps/kwalletmanager-${PV}:* )
plasma? ( >=kde-misc/kclock-${PV} )
webengine? (
>=app-editors/ghostwriter-${PV}
>=kde-apps/kimagemapeditor-${PV}:*
)
"
# Optional runtime deps: kde-apps/ark
RDEPEND="${RDEPEND}
7zip? ( || (
>=app-arch/7zip-24.09[symlink(+)]
app-arch/p7zip
) )
lrz? ( app-arch/lrzip )
rar? ( || (
app-arch/rar
app-arch/unrar
app-arch/unar
) )
"

View File

@@ -11,6 +11,7 @@
<use>
<flag name="7zip">Install <pkg>app-arch/p7zip</pkg> or <pkg>app-arch/7zip</pkg>[symlink] for 7zip archive support in <pkg>kde-apps/ark</pkg></flag>
<flag name="gpg">Install <pkg>kde-apps/kgpg</pkg> which depends on <pkg>kde-apps/akonadi</pkg></flag>
<flag name="kwallet">Install <pkg>kde-apps/kwalletmanager</pkg> tool for <pkg>kde-frameworks/kwallet</pkg></flag>
<flag name="lrz">Install <pkg>app-arch/lrzip</pkg> for LRZ archive support in <pkg>kde-apps/ark</pkg></flag>
<flag name="rar">Install one of <pkg>app-arch/rar</pkg>, <pkg>app-arch/unrar</pkg> or <pkg>app-arch/unar</pkg> for RAR archive support in <pkg>kde-apps/ark</pkg></flag>
<flag name="webengine">Install <pkg>app-editors/ghostwriter</pkg> and <pkg>kde-apps/kimagemapeditor</pkg>, requiring <pkg>dev-qt/qtwebengine</pkg></flag>