gentoo-ebuilds/app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild
Akinori Hattori cb95d9f7d0
app-i18n/ibus-fbterm: fix build with Clang
Closes: https://bugs.gentoo.org/734214
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
2021-09-17 23:00:33 +09:00

33 lines
602 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit autotools
DESCRIPTION="IBus client for FbTerm"
HOMEPAGE="https://github.com/fujiwarat/ibus-fbterm"
SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-i18n/ibus
app-i18n/fbterm
dev-libs/glib:2"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-clang.patch
"${FILESDIR}"/${PN}-man.patch
)
AT_M4DIR="m4"
src_prepare() {
default
eautoreconf
}