diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:10:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-12 16:18:26 +0200 |
commit | a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4 (patch) | |
tree | 4d3ec8ddaa83500e5b7b78a9fdbb5d4fd20540d5 /kde-apps/pimcommon | |
parent | kde-frameworks/kdelibs: 4.14.37 version bump (diff) | |
download | gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.gz gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.tar.bz2 gentoo-a6d3a93f1f50f5797b4d119f529dffcaf0d3a1e4.zip |
kde-apps: Add KDE Applications 17.08.2
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pimcommon/pimcommon-17.08.2.ebuild | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest index feffdb0547db..dd55458c9881 100644 --- a/kde-apps/pimcommon/Manifest +++ b/kde-apps/pimcommon/Manifest @@ -1,2 +1,3 @@ DIST pimcommon-17.04.3.tar.xz 272836 SHA256 a3dbde5f54566e5b56e32bf116bb49004c0914e60786a38e1bf231e59a8d9f0b SHA512 e8017278776f04e6217cf712e8feff9cc63ff9c5356b82b7a4e3a76e23dd0ce1580ff7b1bee071518d0505ee2e5ac83d660bc1d3e9815e5d23b5e57ee56a0b8a WHIRLPOOL 37617f2205c1d1db7b16dfaf046028527f6d0791d2341bfa99e5b53e8ddef7d7ccfbd9ee92158407f0e9baa84bccf16e7423e50f6a4fe10314b750b2a1e6ce64 DIST pimcommon-17.08.1.tar.xz 274992 SHA256 2ca23c658e87f53b8970c8aa874792fd4660fd72ad3b2314dc8bb0c5ed457393 SHA512 9c300699123a6c447309aed47794b31bfc301674bfd55c6954f672d1eee969800d548e8452b1dce454b8672a2f4b797e6ad1e4a621ad970fb0582050aafbe494 WHIRLPOOL 3e49e94f987832d2ef8bfd4e0321034379cee84a24951d1a571a6e4d94a19f6b2c6f34246c071a8a717392fa9c7a7d2c99420689af5f1347d208efcad634f11c +DIST pimcommon-17.08.2.tar.xz 275920 SHA256 0b847e6ae3ba80297e286f33e650bd1dbf05f48301b91347ac9c4c5f0a235006 SHA512 114dad2b131f295548ae79d720c2de2c228cfc03338bc04776f9b5e32eeb208416c3e0ebe6e2b9004b103075620a9c5be085b777d3b1655e517f673c4ac42226 WHIRLPOOL 99742c7a3a299a0774f16520673914262c2869ee8eba53d586107036b28e936a60e127e7115e16b9c396ff8a645f5a4b3646401e063be82ecf73a557729a5d69 diff --git a/kde-apps/pimcommon/pimcommon-17.08.2.ebuild b/kde-apps/pimcommon/pimcommon-17.08.2.ebuild new file mode 100644 index 000000000000..e08688f90ad2 --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-17.08.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kiconthemes) + dev-libs/libxslt + test? ( $(add_kdeapps_dep kmime) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" + +PATCHES=( "${FILESDIR}/${PN}-17.04.3-deps.patch" ) |