summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/kholidays
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kholidays')
-rw-r--r--kde-apps/kholidays/Manifest1
-rw-r--r--kde-apps/kholidays/kholidays-17.08.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-apps/kholidays/Manifest b/kde-apps/kholidays/Manifest
index 45711a52e55f..c81c15d8796a 100644
--- a/kde-apps/kholidays/Manifest
+++ b/kde-apps/kholidays/Manifest
@@ -1 +1,2 @@
DIST kholidays-17.04.3.tar.xz 200904 SHA256 dca68a46d1c572b0fa15417ed55665111711d557dc29276d246a7c33e98692c2 SHA512 e725c4eb0b18b5fd2378ebdf47beac10b67a95b550c1ed9af7759fec6189bda58b28d5e9f9a140c9b0cb7cc92805a5383fe02f8bc78107a11b22d1f66c7c4cb1 WHIRLPOOL 10d4ced7cb798cb71d1d5ca6b249fce87891e04de4256b5b41d3f5e1a0f00d303a1a0fe505d0bc1514d5026516de0fc05b9a950aa2f5e76bb2af0f1ce2e40961
+DIST kholidays-17.08.0.tar.xz 202048 SHA256 d41d2f7d0079896730a059b369db7ef0c0dba16bb5df706ce6409acada00deb7 SHA512 68360e508a87f402e1781b5325710791b7722620d22ffcd8648995d7a53232c166c3711d4cc5036a2424ade6bf36c8a08fcbb49f710332c734867d063fe1bd2a WHIRLPOOL 0fd9102e272b5a0d03c8e7e0f0a9522accd26090f611856e50c445a40aba2d4f65af801810600558415fbb0eed8b2109dd60b1c7b548cc6d9439b9c2fc60ff6e
diff --git a/kde-apps/kholidays/kholidays-17.08.0.ebuild b/kde-apps/kholidays/kholidays-17.08.0.ebuild
new file mode 100644
index 000000000000..c434c031139d
--- /dev/null
+++ b/kde-apps/kholidays/kholidays-17.08.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library to determine holidays and other special events for a geographical region"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+ $(add_qt_dep qtdeclarative)
+"
+DEPEND="${RDEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+
+src_test() {
+ # bug 624214
+ mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
+ cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
+ kde5_src_test
+}