diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:26 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:38 +0100 |
commit | 31645664f42a588800ba68febd89a9c9e6afc76f (patch) | |
tree | ccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/kaccounts-integration | |
parent | profiles: Update masks for KDE Applications 16.12 (diff) | |
download | gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2 gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip |
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r-- | kde-apps/kaccounts-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-16.12.0.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index 9f5142d47148..1a6751be3d1f 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-integration-16.04.3.tar.xz 45928 SHA256 8ba258fb7c0cb726a9a4e33a503cdee8b1f45f8509893bb18828cedb8d975773 SHA512 0d3b6245b9293800f5ac7253cef47183cd4b1a635e94342a46103fb7fabd8f558e5d37c91b98d26b2860ce542b7c5079c87889fb56c054c839cee7a065eb22aa WHIRLPOOL 5b0faf279b2706c38aff4d2b9f3f39f801a95877a5a01b98f55f32c5d9854f916a4fb97af4f296884282ddad9f2208db4e5449783b41eeb6e57f3302b0be98ec DIST kaccounts-integration-16.08.3.tar.xz 46224 SHA256 1c549797e7dcf1595b8fcbb1796d8bd71f29c30a9e2405f02cfdf725964d8e0d SHA512 be6324052a7698340af7e0fce589e1bd8d3d8605b3b02493c3881d7dd537d6d21f3a07f5d7ffa6106f5bb0bd5d529e16fd1f910bedad1f8f7c68e9e56800b06e WHIRLPOOL 222645405116cc0d3db82986883fe32405cfe7767755cc61c5916f6dd0c5581237697a60fb9d2c51738298bc9d1ce354d1786e0f26a0f28aa1f92521db1c3c24 +DIST kaccounts-integration-16.12.0.tar.xz 46296 SHA256 bdf4c98310cd25b399ef109aca1bdf515447ee4a84fac5741b3f36f05dbc6393 SHA512 fb4c42a323d2b75c9512f72608d88aa6fc5b6bf7878d59f8b9b012eed179c970496eef4b2a970afd3295f3592e0fe1f919e801abac75568d605726ad6482924a WHIRLPOOL 14293af9c988df1a96827f714a81ea808fe586de7a0a23557dc094032fb337b324945e06125f4104ca9eff3310f5cd2d5ef98de1af7d7cafbca4744bd1691560 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-16.12.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-16.12.0.ebuild new file mode 100644 index 000000000000..d5517c3462b2 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-16.12.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALDBUS_TEST="true" +inherit kde5 + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21 + net-libs/signond +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kcmutils) + $(add_plasma_dep kde-cli-tools) + sys-devel/gettext +" + +# bug #549444 +RESTRICT+=" test" |