diff options
author | 2018-06-07 19:18:20 +0200 | |
---|---|---|
committer | 2018-06-07 19:18:36 +0200 | |
commit | 2fb79a4076772020c18be0215abb7a430ac12b3b (patch) | |
tree | 02e6972566d0e4e18611dfd81121657a95919e66 /kde-apps/kaccounts-integration | |
parent | dev-libs/libinput: Restore version 1.10.6 (diff) | |
download | gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.gz gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.tar.bz2 gentoo-2fb79a4076772020c18be0215abb7a430ac12b3b.zip |
kde-apps: Add KDE Applications 18.04.2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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-18.04.2.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index 793a2638e5c1..0ace2947cb06 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-integration-17.12.3.tar.xz 70824 BLAKE2B 1299d25ac8852362a346edecc9f9d6554cd05e5554dcf58b735bce3b099074de4c0b2f8d77566075d90e775bc7e8a6c5cdac2bcb332207d808641163bac5cffa SHA512 239e273496c6d190a5c07f4fb98d718e435d0d4864f2c58877e90824d8f4fbbefcc4a057bc4a1ea25b4df77da9a111711d18a6111a58febe932844befc0489dc DIST kaccounts-integration-18.04.1.tar.xz 71596 BLAKE2B 5970042f217ffc0d525b6cc70b964afabe42ae10d80489bc88c8f6f6838130dceb64be10437b4218dca515ff801e8801c4265afa0135db91a345979566ae6a76 SHA512 f1783daf3bb1488baf9cec78eed9e344d5d185defaaf0635545b68e824a743c5cefb51c58370fd4c3518fbea3b21a59c9b6ab3041cf532076009aea7850cac7d +DIST kaccounts-integration-18.04.2.tar.xz 71660 BLAKE2B 9d1b6a6e5349a8393c8e460a7df20e83d3d482e162feb70a3e136c0c7dbabca84f555505621dc019c5aacffc199235a2d8647075be988a3dd93670e110e9c404 SHA512 3025586b6c9337d9cf7f9faca05e3dd0eb059dc3ae7c41b9b305f70edc5c728b724e3a852ca6f2167542be3e46f6e11283e876b5469606327f19916b8d45c1d8 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.04.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.04.2.ebuild new file mode 100644 index 000000000000..d30f9c20dd11 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.04.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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_frameworks_dep kwidgetsaddons) + $(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" |