diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 19:04:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-08 19:04:39 +0100 |
commit | d7443e05892e21953f2476002a87f3c0213706bb (patch) | |
tree | bdc943e4106bc2c6f20218650cf96563b88f1827 /kde-apps/kaccounts-providers | |
parent | sys-fs/zfs: drop old (diff) | |
download | gentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.gz gentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.bz2 gentoo-d7443e05892e21953f2476002a87f3c0213706bb.zip |
kde-apps: Add KDE Applications 17.12.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kaccounts-providers')
-rw-r--r-- | kde-apps/kaccounts-providers/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-providers/kaccounts-providers-17.12.3.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest index fa432e1b7ebc..4982a81c50d0 100644 --- a/kde-apps/kaccounts-providers/Manifest +++ b/kde-apps/kaccounts-providers/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-providers-17.08.3.tar.xz 31924 BLAKE2B 5016ce8a614fecda734da661a74ddf2a0c24f687fc53546870429cd5f683ab3201da5e3a57d04f2be660101ceb7584ee44da2f16a9cf04abafcd49d7a3bf38c5 SHA512 75248f6e3cae47cb6587895724a52dd38d4ebf88995b937506be992399740ac89cb0bf7a64a3769d18200b96968ef4b7c3b3f281b539bde86dee331639473570 DIST kaccounts-providers-17.12.2.tar.xz 31768 BLAKE2B 67fce76be123d8f6af203d65ad19274304a60114d87f9962d7bc18574b1a2f31ce4f6a92414a145532cd480e0eaec6662d6eb4741d99f5ab5b04ef6c6b2df47c SHA512 55b53b458689f4805ef393cc55b88b8a3c4b5472c78820d80aad7e5bc68e845476126610e93542b82faee447ae862f2b194554dc56cd6b44d19ef9721a8f6082 +DIST kaccounts-providers-17.12.3.tar.xz 31740 BLAKE2B 5518d40bbb28a7657ec406b76df35faefda9b6e9a3e8a2c31b27806329b66487d54c8a72fae50795bfcde519fbad96059b58466cc62b1197b2f7e4f2bbebfb93 SHA512 c8eba2caaa4cf3e33cf86b8a8713292be9666d3eca75931a493206317735b1938b0d36e028461f16229e26f38039d54d25b7c2e5ccdbfcfe5a68adbea69ee756 diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-17.12.3.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-17.12.3.ebuild new file mode 100644 index 000000000000..da4738ab4dba --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-17.12.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE accounts providers" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_kdeapps_dep kaccounts-integration) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + dev-util/intltool +" +RDEPEND="${COMMON_DEPEND} + net-libs/signon-ui + net-libs/signon-oauth2 +" |