diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-16 21:49:18 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-16 21:50:41 +0200 |
| commit | 9ac9b2a269ebec226742b15fd39a2d9c2616dcb8 (patch) | |
| tree | bef0766134ae2e3586614de7ab15d96370fb76fd /kde-misc/kooka | |
| parent | 0fea85915acb81cae8853edd6b54742816a6f920 (diff) | |
| download | kde-9ac9b2a269ebec226742b15fd39a2d9c2616dcb8.tar.gz kde-9ac9b2a269ebec226742b15fd39a2d9c2616dcb8.tar.bz2 kde-9ac9b2a269ebec226742b15fd39a2d9c2616dcb8.zip | |
kde-misc/kooka: New package
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kooka')
| -rw-r--r-- | kde-misc/kooka/kooka-9999.ebuild | 32 | ||||
| -rw-r--r-- | kde-misc/kooka/metadata.xml | 8 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-misc/kooka/kooka-9999.ebuild b/kde-misc/kooka/kooka-9999.ebuild new file mode 100644 index 00000000000..9561c71c097 --- /dev/null +++ b/kde-misc/kooka/kooka-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Scanning application by KDE" +HOMEPAGE="https://userbase.kde.org/Kooka https://techbase.kde.org/Projects/Kooka" +KEYWORDS="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + app-text/libpaper + media-gfx/sane-backends + media-libs/tiff:0 +" +RDEPEND="${DEPEND}" diff --git a/kde-misc/kooka/metadata.xml b/kde-misc/kooka/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-misc/kooka/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |
