summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:10:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:11:17 +0200
commitcace445d5118ee027dc43f829fc50f27d623134c (patch)
tree2dfaad77bd443bf2f28d49d3bcf8c2880aa92ff3 /kde-apps/kcalutils
parentdev-util/rbtools: maintainer-needed (diff)
downloadgentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.gz
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.bz2
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.zip
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r--kde-apps/kcalutils/Manifest1
-rw-r--r--kde-apps/kcalutils/kcalutils-19.08.1.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/kcalutils/Manifest b/kde-apps/kcalutils/Manifest
index e4f6e24000fc..d568e4a89441 100644
--- a/kde-apps/kcalutils/Manifest
+++ b/kde-apps/kcalutils/Manifest
@@ -1,2 +1,3 @@
DIST kcalutils-19.04.3.tar.xz 327592 BLAKE2B 33d64039126c48588ef831a037e43926a279cb314f31f4402f697f46015cac74269cd81c7a59f12e4a017842eea22a33225824a7ff1389f9df97fbbf83d95776 SHA512 5e6397d6f7e9e5e9599df5195b4cdd32d88c7f899b212c95c21cd733444f5e3d1120f293344d4eaba32ee5f1047328f88ec6c915af089dec605129ea899c2432
DIST kcalutils-19.08.0.tar.xz 323764 BLAKE2B 0c09cab11634f5f60cac5689eb973d0b619cd0b10f381079cb09a3d868b17b13a1770fda76b6bfe806a5f3522f7157d777d543ac9e3368a742aae0706c500ebc SHA512 585ff7ced662d5d559cf691d43d63f2094f4825c6cde10482ba1abd0ee2194c24bde51e107381c5836d11404e8749b78fd256ff5a77840fbfc15119334fffb36
+DIST kcalutils-19.08.1.tar.xz 323668 BLAKE2B 41a47dd690f5c997eb0e87e59e0f3f5b5b9738dbf9d0073c371de8f3bfa83429d66c2a74f39d5639282dc5db926a2e6c8490ae6c5ee46793540cd8b0e57a6d36 SHA512 d1198966f22c474a5c9552e75bcc1246800f8a82e7ef423abd285c7835bc0466ba4f0dc29f898851bef274e103bc1f746cff40fc48ebab622503a23923798b4c
diff --git a/kde-apps/kcalutils/kcalutils-19.08.1.ebuild b/kde-apps/kcalutils/kcalutils-19.08.1.ebuild
new file mode 100644
index 000000000000..cf54011c6715
--- /dev/null
+++ b/kde-apps/kcalutils/kcalutils-19.08.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Library providing utility functions for the handling of calendar data"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ dev-libs/grantlee:5
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+src_test() {
+ # bug 653616
+ local myctestargs=(
+ -E "(kcalutils-testincidenceformatter)"
+ )
+ kde5_src_test
+}