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/libkgapi
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/libkgapi')
-rw-r--r--kde-apps/libkgapi/Manifest1
-rw-r--r--kde-apps/libkgapi/libkgapi-18.12.1.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest
index 181f4569c3d0..cf29a100e67a 100644
--- a/kde-apps/libkgapi/Manifest
+++ b/kde-apps/libkgapi/Manifest
@@ -1,2 +1,3 @@
DIST libkgapi-18.08.3.tar.xz 215880 BLAKE2B b731bac02e575fbccd3e9587e540a02b8395dbb71d142a6c84ef1bec725d1168e1a1ac6c14ac58011af6244829605484d13909ff486b202f9e434b9fdc09ef8b SHA512 d42df6c4a845782334ea34085564e7b0b7039e86236fdcee9586a3cd9bf2f53331b63c08b78db7d38f8ed904041a69e1b8b8de0f44c707196b33f74c56d25494
DIST libkgapi-18.12.0.tar.xz 215000 BLAKE2B 35850b72cb4741554cb59cf8af1f05aff86a524dd8fa7c258f9e99ff56eb9f5d131924cd14f9d234fd790b45008478cc3ff19c5b91e95b0a93cb26b9ad55c1ff SHA512 1567d25103a120c4639926317d68f8f119fda4c003d896a47f834a0628dce0a61e64f70073976e3da2ae8abb714081aae13e882ceb3150d23b1b763d094296bf
+DIST libkgapi-18.12.1.tar.xz 214984 BLAKE2B 51d22b6ff51726c31372b000ca74ae1928a2694b8238e8574b7ddd7825df7c474e147a76663aec6e73f04d2a1c4607508fbac25ce16b6649e9c1e6489c4ecce7 SHA512 548afda637a019bef62d52cd84b297610654b0b17c9d785f856df8132586d20778c44ca21fe0acea200f33ba2d4390937a6cea1bc827c06eb0994fb405faa2e4
diff --git a/kde-apps/libkgapi/libkgapi-18.12.1.ebuild b/kde-apps/libkgapi/libkgapi-18.12.1.ebuild
new file mode 100644
index 000000000000..e1f8427bb1c9
--- /dev/null
+++ b/kde-apps/libkgapi/libkgapi-18.12.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_BLOCK_SLOT4="false"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library for accessing Google calendar and contact resources"
+HOMEPAGE="https://cgit.kde.org/libkgapi.git"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ dev-libs/cyrus-sasl:2
+"
+DEPEND="${COMMON_DEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-l10n
+ !<kde-apps/kdepim-runtime-18.07.80:5
+"