diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:29:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:30:09 +0200 |
commit | d9397ab8d48feb4b1360be614da35fa2faae44d9 (patch) | |
tree | cc33135aeeb6bb0faab58e8efc34329c14dff2b0 /kde-apps/kapptemplate | |
parent | dev-libs/libnl: Add USE='debug threads'. (diff) | |
download | gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.gz gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.bz2 gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.zip |
kde-apps: Add KDE Applications 18.04.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kapptemplate')
-rw-r--r-- | kde-apps/kapptemplate/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapptemplate/kapptemplate-18.04.1.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest index 56e04262f8eb..d7062bea0893 100644 --- a/kde-apps/kapptemplate/Manifest +++ b/kde-apps/kapptemplate/Manifest @@ -1,2 +1,3 @@ DIST kapptemplate-17.12.3.tar.xz 352488 BLAKE2B 203bfee3e05c42b266f7d7c880149ac31e2f8e37306ae46f2091831b68e80477226c05ace0ba63729e1e258fa504ee91133583e76ffdce0239191f2d4b08c22c SHA512 03eff26877917a38bcae3166a16e6b802cc900513bec9a615c38342f6a1ceeb454fbc195d1e05f3cf3b6f8a9a7a64eeaaa83d07a5058efc42c2140b4a8c9006e DIST kapptemplate-18.04.0.tar.xz 352452 BLAKE2B fda5a228478800f0b068d092dc2f0c0f3caa0e30ba600bdcb9dab779b1b74f3f50df6313be0fa196c315793d070619c6b7b134c4fab39b90b45983739d590e95 SHA512 58d697a240d9b8bf712d3bac509d9591e68e1ef2c02f74bb023e116c0bb5d1caca98753d090e3b22a4bff0de5ed76abc010f407afb97b17f27c99fa67efacc12 +DIST kapptemplate-18.04.1.tar.xz 352540 BLAKE2B 347e8bb66dfe67f8f118ed21b13796e132e8d87ce41cdad77e3b1711f4f8c382a34251b9133766dbcd65fe0e69c3a96bb00edf73e5eb6ca664b0c48cd2b28280 SHA512 75048d449fe70212942c2426d8b7c6203c0e64b17da3bfaf042303222c44b09b7a08f01edd0ea1e4ad51a51854fb8e074e3c281aff2c52256ef240248ec0039e diff --git a/kde-apps/kapptemplate/kapptemplate-18.04.1.ebuild b/kde-apps/kapptemplate/kapptemplate-18.04.1.ebuild new file mode 100644 index 000000000000..a1bbc2a3c37a --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-18.04.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="A shell script to create the necessary framework to develop KDE applications" +HOMEPAGE="https://www.kde.org/applications/development/kapptemplate" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |