summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 23:03:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-31 23:09:26 +0100
commitdc5dae24c3fe8abe756d14a586dad2cf7c110477 (patch)
treed29c65d34fe67e3b088a26026351cfbd4d0dfee5
parentsys-kernel/vanilla-sources: restore 4.14.9 temporarily, 4.14.10 broken (diff)
downloadgentoo-dc5dae24c3fe8abe756d14a586dad2cf7c110477.tar.gz
gentoo-dc5dae24c3fe8abe756d14a586dad2cf7c110477.tar.bz2
gentoo-dc5dae24c3fe8abe756d14a586dad2cf7c110477.zip
kde-misc/zanshin: Add 0.4.1_p20171231 snapshot
Fixes build with >=kde-apps/kcalcore-17.12.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--kde-misc/zanshin/Manifest1
-rw-r--r--kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild63
2 files changed, 64 insertions, 0 deletions
diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 67c50a278ae9..ac219537c360 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
+DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7ffffa27f9682ce791 SHA512 ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603
diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
new file mode 100644
index 000000000000..70204ef4d2c8
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=6239128a6c6693e71def64e9782f31bdd9621d19
+KDE_APPS_MINIMAL="17.12.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# FIXME: bundles libkdepim
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-calendar)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-notes)
+ $(add_kdeapps_dep akonadi-search)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kldap)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kontactinterface)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/boost
+ test? ( $(add_kdeapps_dep akonadi 'tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-misc/zanshin:4
+ $(add_kdeapps_dep kdepim-runtime)
+"