diff options
Diffstat (limited to 'kde-base/ark')
| -rw-r--r-- | kde-base/ark/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/ark/ark-4.12.3.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-base/ark/Manifest b/kde-base/ark/Manifest new file mode 100644 index 00000000000..19305edef14 --- /dev/null +++ b/kde-base/ark/Manifest @@ -0,0 +1 @@ +DIST ark-4.12.3.tar.xz 229996 SHA256 ea5bb4999dd1dfcb06011e17bcd19231ce685096cad90267028f28868243b06a SHA512 c65c02139fc6022bafaadfa0ec5e297fc2d20def6e20ea6ae5f0e642a866313d29a6cfba428d72aca698eaf27cf3efc467453e3ce359800c5200cebecdd9938f WHIRLPOOL f7dbeafd31c907382bd9b879f41827f22aaefb3fed675ddc4f492ea667cc1496a6f478e9f4a805e31b8254e61c4aa872314c6901e04b1e9c19bd3fe3d4a43e1c diff --git a/kde-base/ark/ark-4.12.3.ebuild b/kde-base/ark/ark-4.12.3.ebuild new file mode 100644 index 00000000000..3938e158363 --- /dev/null +++ b/kde-base/ark/ark-4.12.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Archiving tool" +HOMEPAGE="http://www.kde.org/applications/utilities/ark +http://utils.kde.org/projects/ark" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+archive +bzip2 debug lzma" + +DEPEND=" + $(add_kdebase_dep libkonq) + sys-libs/zlib + archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] ) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# dbus problem + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with archive LibArchive) + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with lzma LibLZMA) + ) + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + if ! has_version app-arch/rar ; then + elog "For creating rar archives, install app-arch/rar" + fi +} |
