summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kmailtransport
parentkde-frameworks/kdelibs: Version bump 4.14.33 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.bz2
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.zip
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kmailtransport')
-rw-r--r--kde-apps/kmailtransport/Manifest1
-rw-r--r--kde-apps/kmailtransport/kmailtransport-17.04.2.ebuild51
2 files changed, 52 insertions, 0 deletions
diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest
index 75436194f9f6..05ebef79c46c 100644
--- a/kde-apps/kmailtransport/Manifest
+++ b/kde-apps/kmailtransport/Manifest
@@ -1 +1,2 @@
DIST kmailtransport-17.04.1.tar.xz 227540 SHA256 329d259ab4dbf39426778836b234949649cee6160f01c52f8b938c604bfc6aa4 SHA512 b00fdbd2e15721d927f521b0dca9ff1336df2a14aa5db87f6d5c66606628981d0da276dd30a4445e45eaf6f2fd71b4f528ea20b770478d50784aa78a2a6219af WHIRLPOOL 9cf8a9068f34e8dfcaed97f024f2af9266ba36d6d4277f1ee09545fccaf98dbf36a07ecc224888409738a69f6a5b8336c96f015b164af08fc532c1dd7ef2e9ee
+DIST kmailtransport-17.04.2.tar.xz 226392 SHA256 bcc10792408d14f6d1a373b0f2a8742e100c324539b4640d228694efb9db5f7a SHA512 a64125a129176a5a2ce48125653d4d42d8f6c865a2e90b04ec38725b70620d5f569e47acd209d96c0a7b6ea475d38e7f92315e673dbf38bbb2a84aaf04f69614 WHIRLPOOL 185c8ab805b5d6183cc3c25147f67d01e927000ac86fa3daaf19ecd4924231a10745b762a1c950abed62202fbe8c23ff039c691e5d2f17ea615801d31ea82cd7
diff --git a/kde-apps/kmailtransport/kmailtransport-17.04.2.ebuild b/kde-apps/kmailtransport/kmailtransport-17.04.2.ebuild
new file mode 100644
index 000000000000..5a2e83108b8f
--- /dev/null
+++ b/kde-apps/kmailtransport/kmailtransport-17.04.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Mail transport service"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ dev-libs/cyrus-sasl
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( $(add_frameworks_dep ktextwidgets) )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-l10n
+ !kde-apps/kdepimlibs:4
+"
+
+RESTRICT+=" test"
+
+src_prepare() {
+ kde5_src_prepare
+
+ if ! use_if_iuse handbook ; then
+ sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
+ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
+ fi
+}