summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-14 17:13:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-15 07:36:14 +0200
commite19edabff80707de8772078358c8a9ca1169ca91 (patch)
treeb15a6cde4e36de6ddebe6a9e3d015312dc40dc8d /kde-apps/kaccounts-integration
parentkde5-functions.eclass: Update minimum deps (diff)
downloadgentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.gz
gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.bz2
gentoo-e19edabff80707de8772078358c8a9ca1169ca91.zip
kde-apps: Add KDE Applications 19.04.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 528bb6da0d72..6e1b8bd2fa86 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1,2 +1,3 @@
DIST kaccounts-integration-18.12.3.tar.xz 71028 BLAKE2B e2fc096e1432d288087da3e7d8d78a652186e8cdd791cec09df85f9c802b71ce914d004d4bce0f5679fdd63f6c08d2ff2d8bfecc3bf5ee12c6ce7f478501a2ea SHA512 bebe909e40bfe32ebb2216e9215fe36580c048d3784c6317c1358f2be28311ae34c01c0fe8e13848b9d5075ead12daf087349911bdcd308677b7000e05ed7710
DIST kaccounts-integration-19.04.2.tar.xz 70792 BLAKE2B ef8dd5c2e4f44096d7d3d21969f3f6b8986e586e62c6125a91f783fa65880f99d50426879a5b45db437e2034b843994d55c5878a2ed29df55ba0fa15519925b9 SHA512 77335fd257dab8ef5e1d41eba34effb1bdbc3b7b177e37af0b203be42650f16be30a1786f23c6ecde9121d19ab6f381922aca1773a780f3cad15f5aea2d62aa5
+DIST kaccounts-integration-19.04.3.tar.xz 71276 BLAKE2B f31ad7c6d0f5edf7ec2fda72c5e16d064e02dd6b1b08c0ade58bd04d6c597e0b41b48cee777a074abd5007eed28025ae3b0622469b32ee2db13f92334a5cc8d2 SHA512 19e25869fdbb086d0619e49ed3c2f893ac462e9ced6b5faa50f9935b448461fd3cc6a9a3f646f4563a798e573f7b441f1030d4ab38e336dd7f36198deb3ffc99
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild
new file mode 100644
index 000000000000..3e554d7f971c
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~arm64 ~x86"
+IUSE=""
+
+BDEPEND="
+ sys-devel/gettext
+"
+COMMON_DEPEND="
+ $(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="${COMMON_DEPEND}
+ $(add_frameworks_dep kcmutils)
+ $(add_plasma_dep kde-cli-tools)
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+"
+
+# bug #549444
+RESTRICT+=" test"