diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-14 17:13:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:36:14 +0200 |
commit | e19edabff80707de8772078358c8a9ca1169ca91 (patch) | |
tree | b15a6cde4e36de6ddebe6a9e3d015312dc40dc8d /kde-apps/knotes | |
parent | kde5-functions.eclass: Update minimum deps (diff) | |
download | gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.gz gentoo-e19edabff80707de8772078358c8a9ca1169ca91.tar.bz2 gentoo-e19edabff80707de8772078358c8a9ca1169ca91.zip |
kde-apps: Add KDE Applications 19.04.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/knotes')
-rw-r--r-- | kde-apps/knotes/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/knotes/knotes-19.04.3.ebuild | 72 |
2 files changed, 73 insertions, 0 deletions
diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest index 5defaf9c6385..d2b387c46957 100644 --- a/kde-apps/knotes/Manifest +++ b/kde-apps/knotes/Manifest @@ -1,2 +1,3 @@ DIST knotes-18.12.3.tar.xz 319992 BLAKE2B 2583897df0c192006a415cef5866a5cf23289c6ebd70037bbee1e5c850de04dea2f4e7ad3054a6c8a60dfe7d0f233ac26597b70fb411d3002286ba62a2f118cc SHA512 3845c285144299758ef83da0cdac8bc8907708d0993050dd41caf6b1d343b77da670b71e7c72b94febdcd882f259b8e06739b284268ab60b56c28ebba8df2c03 DIST knotes-19.04.2.tar.xz 320052 BLAKE2B 76e24b106f7322113b3a0ae2eeaba34442984f43e59b41714bd55512800d357bdbb46e1f1eec9a081b541b187aba354b3af52d2469c293cc500946327625ef5a SHA512 0e7f5a99ec18f715e199c6d2a6b7fb2a6bf0d06b69c0dad60ee7263d133104ec95ac5a403c064b4dbbe97c1534b61ea3406bc62264195fd0c26f8b637de94170 +DIST knotes-19.04.3.tar.xz 319528 BLAKE2B e665b66e531001cd377c9867c0d7d6ee3da5567c52f779d29bc4ae02189e4b5e1ea628070b66d8aa063b80e8bee04d9c4d6e4ac5a71ff139b09a35a4441ff817 SHA512 ed50d590e7a54c15d046f3e82436dea58f6f40e3bfa4541f67f12603915748fb27202a4d6276de44aaa2d23648b429e0b1ac0eb98787363c7bbce68cb2c4a180 diff --git a/kde-apps/knotes/knotes-19.04.3.ebuild b/kde-apps/knotes/knotes-19.04.3.ebuild new file mode 100644 index 000000000000..1d25d5430715 --- /dev/null +++ b/kde-apps/knotes/knotes-19.04.3.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Note taking application" +HOMEPAGE="https://kde.org/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxslt + x11-libs/libX11 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { +# local mycmakeargs=( +# # FIXME: Does not build (last checked 2016-02-17) +# $(cmake-utils_use_find_package X Qt5X11Extras) +# $(cmake-utils_use_find_package X X11) +# ) + + kde5_src_configure +} |