diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:08:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-15 15:09:32 +0200 |
commit | 54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9 (patch) | |
tree | b1b36d8867b77df28e956c3f88378ef5518961f9 /kde-apps/knotes | |
parent | kde-misc/kio-gdrive: Pin kde-apps/libkgapi version to <19.04.50 (diff) | |
download | gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.gz gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.bz2 gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.zip |
kde-apps: Add KDE Applications 19.08.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
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.08.0.ebuild | 72 |
2 files changed, 73 insertions, 0 deletions
diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest index b09b4d306dcf..6158574f0170 100644 --- a/kde-apps/knotes/Manifest +++ b/kde-apps/knotes/Manifest @@ -1 +1,2 @@ DIST knotes-19.04.3.tar.xz 319528 BLAKE2B e665b66e531001cd377c9867c0d7d6ee3da5567c52f779d29bc4ae02189e4b5e1ea628070b66d8aa063b80e8bee04d9c4d6e4ac5a71ff139b09a35a4441ff817 SHA512 ed50d590e7a54c15d046f3e82436dea58f6f40e3bfa4541f67f12603915748fb27202a4d6276de44aaa2d23648b429e0b1ac0eb98787363c7bbce68cb2c4a180 +DIST knotes-19.08.0.tar.xz 320100 BLAKE2B 64b726410afa593398bfee438ea7351217f8f6d7474fc9754cfa78ad8bec6b5e3437038755fadfa427a16362b42c351fa920e243295eb176f86a8668c1c1979b SHA512 b7b2acec0bfe911210f4c6f7873aa0d09cfe2a83b44744378b36c53216046c2286ebc2a289b8d693cd346e442f94a399bdcc199691f7810c5e8c2514ed761f28 diff --git a/kde-apps/knotes/knotes-19.08.0.ebuild b/kde-apps/knotes/knotes-19.08.0.ebuild new file mode 100644 index 000000000000..24590454f6ae --- /dev/null +++ b/kde-apps/knotes/knotes-19.08.0.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 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 grantleetheme) + $(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 +} |