summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:13:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-11 23:46:08 +0200
commit2de492f66f593f97c84056a21259aaa5653681dd (patch)
treefe20d10d8a88b87b3b6ef55c8ac06f5b3621c0f0 /kde-apps/kldap
parentkde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional (diff)
downloadgentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.gz
gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.bz2
gentoo-2de492f66f593f97c84056a21259aaa5653681dd.zip
kde-apps: Add KDE Applications 17.04.1
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-17.04.1.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 6aa24d5a2dc3..8e9c312ed2bd 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-17.04.0.tar.xz 154416 SHA256 2bc53f4800293c5e943b419c597e6b28ff0117b93be4a67bafb19e6e45d4292c SHA512 fd899271010f634d1ab88b9065a92a88d742f61323e07169684b3d541843e368011f82c642274d39c2c49e45ae709d6fb73147a969e691ad313baebae4a8e249 WHIRLPOOL 337d531a224d54adb5b31fd0efd1c638b1f9398752d70665dd7dd4aa7ea33de5e7220510afd12e99b49a521e1a3baa3e3b30e6afdfb1b30c90d8039f32dc5da5
+DIST kldap-17.04.1.tar.xz 154376 SHA256 5a54778faf4d9061e0ff9f220a47eced46a83071793eae34a6bac5537e5fb68d SHA512 f4ccf46067788d66010d4a0ed270230a749997a05d9b294a59abd9b547f2ad4bd4b28df9131eac16fd56b5c710e7e520ee1d691d5f7aec708f5c323b8865dfdb WHIRLPOOL 796a88161a37b20f70037d1146669b382833ba509a729d8d647fda58d00f286f30bb6e51522f712c0ff763c4dec9ca829a7caec457e715c84a3087686febc454
diff --git a/kde-apps/kldap/kldap-17.04.1.ebuild b/kde-apps/kldap/kldap-17.04.1.ebuild
new file mode 100644
index 000000000000..b55334312e57
--- /dev/null
+++ b/kde-apps/kldap/kldap-17.04.1.ebuild
@@ -0,0 +1,36 @@
+# 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="Library for interacting with LDAP servers"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ dev-libs/cyrus-sasl
+ net-nds/openldap
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+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
+}