1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit autotools gnustep-2
8 DESCRIPTION="Framework that interfaces Objective-C applications with the D-Bus IPC service"
9 HOMEPAGE="https://github.com/gnustep/libs-dbuskit"
10 SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> ${P}.tar.gz"
11 S="${WORKDIR}/libs-${P}"
15 KEYWORDS="amd64 ppc x86"
17 DEPEND=">=sys-apps/dbus-1.2.1"
20 PATCHES=( "${FILESDIR}"/${P}-remove_gc.patch )
27 sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
28 || die "doc sed failed"
32 sed -e "s#ObjectiveC2/runtime.h#ObjectiveC2/objc/runtime.h#" \
33 -i configure.ac || die "ObjectiveC2 runtime sed failed"