Skip to content

Commit

Permalink
kde-apps/kdeutils-meta: Add USE 7zip,lrz,rar
Browse files Browse the repository at this point in the history
Optional runtime dependencies of kde-apps/ark.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 13, 2018
1 parent 5431fb1 commit 5d14bea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 1 deletion kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org"
LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE="cups floppy"
IUSE="7zip cups floppy lrz rar"

RDEPEND="
>=kde-apps/ark-${PV}:${SLOT}
Expand All @@ -29,3 +29,15 @@ RDEPEND="
cups? ( >=kde-apps/print-manager-${PV}:${SLOT} )
floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} )
"
# Optional runtime deps: kde-apps/ark
RDEPEND="${RDEPEND}
7zip? ( app-arch/p7zip )
lrz? ( app-arch/lrzip )
rar? (
|| (
app-arch/unar
app-arch/unrar
)
app-arch/rar
)
"
3 changes: 3 additions & 0 deletions kde-apps/kdeutils-meta/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="7zip">Install <pkg>app-arch/p7zip</pkg> for 7zip archive support in <pkg>kde-apps/ark</pkg></flag>
<flag name="floppy">Install <pkg>kde-apps/kfloppy</pkg> to format and create DOS or ext2fs filesystems in a floppy.</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 <pkg>app-arch/unar</pkg> or <pkg>app-arch/unrar</pkg> for RAR archive support in <pkg>kde-apps/ark</pkg></flag>
</use>
</pkgmetadata>

0 comments on commit 5d14bea

Please sign in to comment.