diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 11:07:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 23:41:03 +0200 |
commit | fe504f1ab0a411eff127015712d06089a0f58d81 (patch) | |
tree | b8122a154dd963e811d41e98da9802b4e866175c /kde-apps/akonadi-notes | |
parent | kde-apps/kpat: mv 19.04.9999 -> 19.04.49.9999 (diff) | |
download | kde-fe504f1ab0a411eff127015712d06089a0f58d81.tar.gz kde-fe504f1ab0a411eff127015712d06089a0f58d81.tar.bz2 kde-fe504f1ab0a411eff127015712d06089a0f58d81.zip |
kde-apps: Add KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadi-notes')
-rw-r--r-- | kde-apps/akonadi-notes/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-apps/akonadi-notes/Manifest b/kde-apps/akonadi-notes/Manifest new file mode 100644 index 0000000000..ebfcf171f4 --- /dev/null +++ b/kde-apps/akonadi-notes/Manifest @@ -0,0 +1 @@ +DIST akonadi-notes-19.04.1.tar.xz 24796 BLAKE2B bc9b6bebdf6ad3107d2d88aa1be43daced8a3b35827db12bfb02dc07f43f9173cf66c82fa18785d6680b5e6fc16a4d89c5bdcdee690e561ced3dac203e861694 SHA512 139e858f975a12b2384bf73ca932875be697b6cce68f990c6ee861d7d78a728e8ce97a8622d3ab1d89cf5ffa84cf238ecd344ddb64127825c03ff228c7534a67 diff --git a/kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild b/kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild new file mode 100644 index 0000000000..e317c0e85c --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi notes integration" +KEYWORDS="~amd64 ~arm64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +COMMON_DEPEND=" + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep akonadi) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" |