diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kapptemplate | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kapptemplate')
-rw-r--r-- | kde-apps/kapptemplate/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapptemplate/kapptemplate-19.04.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest index 80c54423e147..e6a57d1c4475 100644 --- a/kde-apps/kapptemplate/Manifest +++ b/kde-apps/kapptemplate/Manifest @@ -1 +1,2 @@ DIST kapptemplate-18.12.3.tar.xz 317308 BLAKE2B 515ce5187de7190c870abdfbd7589096e18adf8b276c5e0750d027febf838c753574fde2bee7a67e921d364eda5d705e608ae366b022d1476a964cb844b9ee1a SHA512 417dc2cd3fa317a9048dc490ac0ca4219b5f65979e1bc00990b50d2b64b6692819ed23f51712ca57a5e0a8da7976e0e1a2f30c9103dcdfc73d65ab3c06a175c9 +DIST kapptemplate-19.04.0.tar.xz 317548 BLAKE2B 3f1c6e589a6991b30cbfb21f99957eeda5f5a183c238bce7f9a7c83a1972c787b41f45a45044ab242d2edcaab5d75e138ad8a05c94987b24ef941abaebf0ab17 SHA512 1a168a0033c81da0b009a2e2c45d5387773512e5eb48e62088297042abcb2d97c11081f9ea8426fa95bb0c7841156dba6049b65bf89618020dad98f5b4d8d3ff diff --git a/kde-apps/kapptemplate/kapptemplate-19.04.0.ebuild b/kde-apps/kapptemplate/kapptemplate-19.04.0.ebuild new file mode 100644 index 000000000000..c6618ba3513b --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-19.04.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Shell script to create the necessary framework to develop KDE applications" +HOMEPAGE="https://kde.org/applications/development/kapptemplate" +KEYWORDS="~amd64 ~arm64 ~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}" |