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/kldap
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/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-17.08.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 66e6124da51d..b5e98610c4ef 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-17.04.3.tar.xz 154488 SHA256 6c9a61a6593b39c79a1a718a656c6a3e1afb82f6fc72725f6cb3525d5c5ed60f SHA512 7bc4fef0cd0937005854e102a050d3e964ed38717bf8e5307b4a2b426fd9b00777232b8848292ddb98e832b7a96bb0dd61a0744538335cb317d7e14f7bfcbe62 WHIRLPOOL b6d83383fea04b7efe20af981d8a6132ee8aea71c40e064cec143a5803b2fd095a0766d6c709c63c56da580dcbf51713dc3fff9d57a445c3fa187ce808e51031
+DIST kldap-17.08.0.tar.xz 154836 SHA256 585a4921b1d4420fdf27aede3ffc4f74a1b2f6694cda2a9809e8624d4c3dc3b6 SHA512 8360d1a6461be3da66465a9e3263d9623cdb55ad16a7804901c6366ae56fedf4443c200600e52d173175acc947eaad6e2ee86d1f0f10567bd1d224f464804664 WHIRLPOOL e2d638d40c88320850dc8731a3c4c27bc0527827ddff5e02e0e0d9e6ae4f35a9379a4ec2d0e7018272d26f2f2268416d351c31cc65553e06f005f3b7990f3eae
diff --git a/kde-apps/kldap/kldap-17.08.0.ebuild b/kde-apps/kldap/kldap-17.08.0.ebuild
new file mode 100644
index 000000000000..b55334312e57
--- /dev/null
+++ b/kde-apps/kldap/kldap-17.08.0.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
+}