diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-04 20:40:34 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-04 20:46:22 +0100 |
| commit | fc8be38cdf4a650a5be3b583485d27a62a71fdac (patch) | |
| tree | 70be1b962ac4f44cc46df47881b3b10c069b569a /kde-apps/kdeutils-meta | |
| parent | 3899ccd608507d3f9dc1c6355f2975bec7a47e8e (diff) | |
| download | kde-fc8be38cdf4a650a5be3b583485d27a62a71fdac.tar.gz kde-fc8be38cdf4a650a5be3b583485d27a62a71fdac.tar.bz2 kde-fc8be38cdf4a650a5be3b583485d27a62a71fdac.zip | |
kde-apps/kdeutils-meta: 24.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeutils-meta')
| -rw-r--r-- | kde-apps/kdeutils-meta/kdeutils-meta-24.12.2.ebuild | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-24.12.2.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-24.12.2.ebuild new file mode 100644 index 00000000000..2f4244c0777 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-24.12.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2025 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="0" +KEYWORDS="~amd64 ~arm64" +IUSE="7zip gpg lrz plasma rar +webengine" + +RDEPEND=" + >=app-cdr/dolphin-plugins-mountiso-${PV}:* + >=app-cdr/isoimagewriter-${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/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}:* + 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 + ) ) +" |
