summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/pimcommon
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-17.08.0.ebuild56
2 files changed, 57 insertions, 0 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 9be68ee3c47d..1f7d6b1c255d 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1 +1,2 @@
DIST pimcommon-17.04.3.tar.xz 272836 SHA256 a3dbde5f54566e5b56e32bf116bb49004c0914e60786a38e1bf231e59a8d9f0b SHA512 e8017278776f04e6217cf712e8feff9cc63ff9c5356b82b7a4e3a76e23dd0ce1580ff7b1bee071518d0505ee2e5ac83d660bc1d3e9815e5d23b5e57ee56a0b8a WHIRLPOOL 37617f2205c1d1db7b16dfaf046028527f6d0791d2341bfa99e5b53e8ddef7d7ccfbd9ee92158407f0e9baa84bccf16e7423e50f6a4fe10314b750b2a1e6ce64
+DIST pimcommon-17.08.0.tar.xz 274932 SHA256 bb56e1f695bbeafefd09bef7b455b1aaba38c8ae9c0adb5f397da7665c77636f SHA512 0d46098ae05a56245cf73df0eb96a45777e6d694ff1afee9d81ca621374633c83ef9b011f18b694c708b2378f1087be8dbe992ecb3571e7fdf96780f118737ac WHIRLPOOL bded431d1a48395cb3d39a2dfffe3eaf8712ad3f4a2593c732b5737b50e4b957b0fe3bcb524673fed946d1b2c2c558a39c115dc1aa3bc587b6285b2f18317c11
diff --git a/kde-apps/pimcommon/pimcommon-17.08.0.ebuild b/kde-apps/pimcommon/pimcommon-17.08.0.ebuild
new file mode 100644
index 000000000000..e08688f90ad2
--- /dev/null
+++ b/kde-apps/pimcommon/pimcommon-17.08.0.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" )