summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kaccounts-providers
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.1.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest
index 46e4d53d0230..fd872c2f5a39 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.0.tar.xz 31624 BLAKE2B 537c41f6f08c69eecfed66ada8bfe2511ccfe307e5a1e800b896aa2a022fad7503a6a555c0e8c41cf89f8e012031346f369089d9dfe3b430e40e821a6efececa SHA512 d06ad541842b994084ed81b2d12b98b946c2614aca918ceaca05235335786d615986edfcca32ac45e0541d7962848f0dfeec7f00683d4aaddbb1454e5107fcdd
+DIST kaccounts-providers-18.12.1.tar.xz 31612 BLAKE2B f8be00f46e2b5c85f29bb895009fb34e1ba7cd71649ce7b6af398f86274151a0481d75a2af5a936aebb6a4a88f5a691026efd647278b021d08831a4c6650157b SHA512 d924e2ac0b6062052a9a053d21c059caa4e8a24a2e0e0741ade4fd73d1925b043dd39da73dc09367b0d733bbaf8f988ad72a46f4c1c9a0d75fc16430cbea9852
diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild
new file mode 100644
index 000000000000..d344e361ca9a
--- /dev/null
+++ b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KDE accounts providers"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_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)
+"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+"
+RDEPEND="${COMMON_DEPEND}
+ net-libs/signon-ui
+ net-libs/signon-oauth2
+"