27 lines
587 B
Bash
27 lines
587 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="6"
|
|
|
|
MY_P="${P/_pre/.}"
|
|
MY_PV="${PV/_pre/.}"
|
|
|
|
DESCRIPTION="Input Pad for IBus"
|
|
HOMEPAGE="https://github.com/fujiwarat/input-pad/wiki"
|
|
SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="app-i18n/ibus
|
|
dev-libs/glib:2
|
|
dev-libs/input-pad
|
|
virtual/libintl
|
|
x11-libs/gtk+:3"
|
|
DEPEND="${RDEPEND}
|
|
dev-util/intltool
|
|
sys-devel/gettext
|
|
virtual/pkgconfig"
|
|
S="${WORKDIR}/${MY_P}"
|