summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 12:40:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 16:29:37 +0200
commit77996f0bd46af757187d387e251f25fdf21a33f8 (patch)
tree18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kaccounts-integration
parentwww-client/opera-beta: Old (diff)
downloadgentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
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.0.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 45daa1980f77..033d5fd20019 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-18.12.3.tar.xz 71028 BLAKE2B e2fc096e1432d288087da3e7d8d78a652186e8cdd791cec09df85f9c802b71ce914d004d4bce0f5679fdd63f6c08d2ff2d8bfecc3bf5ee12c6ce7f478501a2ea SHA512 bebe909e40bfe32ebb2216e9215fe36580c048d3784c6317c1358f2be28311ae34c01c0fe8e13848b9d5075ead12daf087349911bdcd308677b7000e05ed7710
+DIST kaccounts-integration-19.04.0.tar.xz 71012 BLAKE2B 0f6cc7c0961fa8f3149e2023bf7b34578abc6ba0754579ac49c460934e87537815a295e162ba473cb02b103ea6e52b13be09edce5f2c11a1eed31b98a43a08b3 SHA512 e68b5b40213df6f5570eecf66d6ba9510d42bbe23f0b756a1262db37f1ca6e367ea00cf921f2cb13971c193eaf726f90f78d7919661fabef5f44b2663076f69a
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.0.ebuild
new file mode 100644
index 000000000000..3e554d7f971c
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.0.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"