diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:37 +0200 |
commit | 1d72a0a1cd87d7401ef850a98513c7e080d7d2e1 (patch) | |
tree | cb93e377edcbd097f32d02b97f3a1a9a5d851b10 /kde-apps/kaccounts-integration | |
parent | sys-kernel/gentoo-sources: Linux patch 4.16.3 (diff) | |
download | gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.gz gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.bz2 gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.zip |
kde-apps: Add KDE Applications 18.04.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.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 a8390ccbc117..35afffc515df 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1 +1,2 @@ DIST kaccounts-integration-17.12.3.tar.xz 70824 BLAKE2B 1299d25ac8852362a346edecc9f9d6554cd05e5554dcf58b735bce3b099074de4c0b2f8d77566075d90e775bc7e8a6c5cdac2bcb332207d808641163bac5cffa SHA512 239e273496c6d190a5c07f4fb98d718e435d0d4864f2c58877e90824d8f4fbbefcc4a057bc4a1ea25b4df77da9a111711d18a6111a58febe932844befc0489dc +DIST kaccounts-integration-18.04.0.tar.xz 71444 BLAKE2B e12b2a962dbee6605cac07eecce2ed41ee110b71ac79683db6fa73cc82871c80e274cb636c2ca684d0b2187cf8798ee9bc82a7e5d24a1316b2189b25a0d0d059 SHA512 b16d6b8146c859451852ce78b7f47f6767ef6dfc7561685928102f8e57d339818cad10474688e4932154798eacde16553b40886b4b0cbe63553e9a58e1382c7d diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.04.0.ebuild new file mode 100644 index 000000000000..d30f9c20dd11 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.04.0.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" |