mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-apps/kdeutils-meta: 26.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
57
kde-apps/kdeutils-meta/kdeutils-meta-26.08.0.ebuild
Normal file
57
kde-apps/kdeutils-meta/kdeutils-meta-26.08.0.ebuild
Normal 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
|
||||
) )
|
||||
"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user