summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 12:40:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-18 16:29:37 +0200
commit77996f0bd46af757187d387e251f25fdf21a33f8 (patch)
tree18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/kldap
parentwww-client/opera-beta: Old (diff)
downloadgentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2
gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kldap')
-rw-r--r--kde-apps/kldap/Manifest1
-rw-r--r--kde-apps/kldap/kldap-19.04.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest
index 253fe398742b..0c2648eade28 100644
--- a/kde-apps/kldap/Manifest
+++ b/kde-apps/kldap/Manifest
@@ -1 +1,2 @@
DIST kldap-18.12.3.tar.xz 155580 BLAKE2B 57b498a04614aee3e8889ada90f2880daf247f336878c56f02e4653cee99755dce038f07ba3111962a6bc3e066266b474bc5dd817fa2698ee044f07e46ee7dc6 SHA512 9c3514952c9a28bc46769be02201572272be8b4491902085276318311da3024ceeb8d40b5b7a52156cd1b3eaf44246a6eba2a27981a9409cfd130f276cf5a405
+DIST kldap-19.04.0.tar.xz 155512 BLAKE2B f825d5a42765833c1b12ebb2ff2df4a7788432150033da5a4116f47bb6279a53e2dc8d95785616aac978e85be6f73980085bd35e061b2fe0684cb26c2de68e91 SHA512 6b12ea348c8142a5fc7bf361db7a78d74b201bde96c794f6e5b47ff1c337c69a218b908406838cb937c451ef173a53216286c7f2fde740862735f1da22f41e73
diff --git a/kde-apps/kldap/kldap-19.04.0.ebuild b/kde-apps/kldap/kldap-19.04.0.ebuild
new file mode 100644
index 000000000000..d63a4f5e4d3d
--- /dev/null
+++ b/kde-apps/kldap/kldap-19.04.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library for interacting with LDAP servers"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~arm64 ~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 handbook ; then
+ sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
+ -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
+ fi
+}