diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 12:27:52 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 17:46:03 +0100 |
| commit | 35b82542ee1e58c4d23253b097f125f09aa6f2b4 (patch) | |
| tree | db09485a066b64dc003d6af47cbae3fac7191b58 /kde-apps | |
| parent | f8e45f1a228fc2556335116e1945d0209e6f0baf (diff) | |
| download | kde-35b82542ee1e58c4d23253b097f125f09aa6f2b4.tar.gz kde-35b82542ee1e58c4d23253b097f125f09aa6f2b4.tar.bz2 kde-35b82542ee1e58c4d23253b097f125f09aa6f2b4.zip | |
kde-apps/kdeutils-meta: 24.01.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/kdeutils-meta/kdeutils-meta-24.01.90.ebuild | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-24.01.90.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-24.01.90.ebuild new file mode 100644 index 00000000000..c75a4bce6d6 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-24.01.90.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="https://apps.kde.org/categories/utilities/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" +IUSE="7zip cups gpg lrz plasma rar +webengine" + +RDEPEND=" + >=app-cdr/dolphin-plugins-mountiso-${PV}:* + >=app-cdr/isoimagewriter-${PV}:* + >=app-crypt/keysmith-${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/kwalletmanager-${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}:* + cups? ( >=kde-plasma/print-manager-${PV}:* ) + gpg? ( >=kde-apps/kgpg-${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/p7zip ) + lrz? ( app-arch/lrzip ) + rar? ( || ( + app-arch/rar + app-arch/unrar + app-arch/unar + ) ) +" |
