summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kaccounts-providers')
-rw-r--r--kde-apps/kaccounts-providers/Manifest1
-rw-r--r--kde-apps/kaccounts-providers/kaccounts-providers-18.12.3.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest
index 421ed1bbcf17..92182572c26f 100644
--- a/kde-apps/kaccounts-providers/Manifest
+++ b/kde-apps/kaccounts-providers/Manifest
@@ -1,2 +1,3 @@
DIST kaccounts-providers-18.08.3.tar.xz 31884 BLAKE2B 526d2c878ac00c069f5b0e658c506844f5c44acc1ca77c20196831d84b329e9743a460d9cc943eda705b53be75f52ae4fc08dc52b67a1d0f0a93749263daaed4 SHA512 9f2c426bd1cb7a7133f9c3ca77487ab5903f25866b9dc0f7ffc0950aae92f4c9c4e84f5b1e0ff57e0e25acbc5caa6d90846f9822ad48b271f996180781ccb3bf
DIST kaccounts-providers-18.12.2.tar.xz 31592 BLAKE2B 57d44ba6608d96a07810d1144b533ef885c071d84dc5ab632e38792c22b442a0d96621f14c76a89c82bcec1235473167bf159a44a2815ba1fc14cedf529a0b2d SHA512 03bf8b528e4920c61b678f1b5b7bc72a33189dfa82f950a928bea2cce816ed042f0cc9f74380b6451161e436c7006d74049d181b81874c5e2b6f6ad6fda7720c
+DIST kaccounts-providers-18.12.3.tar.xz 31616 BLAKE2B 8f5080365ce76dfeedd17e806d1248d1d9e8bdd1d1ef7776ae53714af5c676c59219b7569093347bc81dd733e652855c198424e7e4147356eb1347c7cea59097 SHA512 37961eabdfb5e99fd604b15717a7a0730b76416843b91c86861d29f7123d3ca032727a033be328687d72522337ca4ce23d46fb7013b2b448d8b197d3b57e0f80
diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-18.12.3.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.3.ebuild
new file mode 100644
index 000000000000..9e14c3d00762
--- /dev/null
+++ b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="KDE accounts providers"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-util/intltool
+"
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
+ $(add_kdeapps_dep kaccounts-integration)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtxml)
+"
+RDEPEND="${DEPEND}
+ net-libs/signon-ui
+ net-libs/signon-oauth2
+"