mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-i18n/ibus-handwrite: new upstream release
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ibus-handwrite-2.1.4.tar.bz2 237980 SHA256 fa4ec0624e1ca904d8026fda75a26f0edd3ac6c781c28c03262e4c6ec52ceb34 SHA512 fca7129edb7433e7ea6df1ce67b3f27285fe102cc029a7a1bdb8ba0402407bd81724d1b14667d342ef41491acff03e9c152b748e4fee5387f315d4673c2964e6 WHIRLPOOL 13facb5d7c4a34586202cc1d6b46eb857aaf3649fb64ca44a5b367135860217c554d0cf48656096ac43cc3411b0466c9b2a468d9e2dc99ddac4d7729ff0ad6d9
|
||||
DIST ibus-handwrite-3.0.0.tar.bz2 239452 SHA256 f7483f44fb9cc70f066ab43e891e2eb757a46028947dd1bfbc70cb2afadac0e5 SHA512 ed9b2b35919f3e061230c7085c88e5ce80ee978ffa7f8391e74364e8d6152f0d88a08f91ec58b55fc7067e9fe45d03018760ccfca7b026f36211fa344d16c9b1 WHIRLPOOL ce33df8f846b2bb89d396c292832cfe44759b6d9f88480344be16655f791a0962a2fcc4eaed50119242e604b54d20876a6250cec41b1ef943d475789d3affc9c
|
||||
|
||||
34
app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild
Normal file
34
app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
DESCRIPTION="Hand write recognition/input for IBus"
|
||||
HOMEPAGE="https://github.com/microcai/ibus-handwrite"
|
||||
SRC_URI="https://github.com/microcai/${PN}/releases/download/${PV%.0}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls +zinnia"
|
||||
|
||||
RDEPEND="app-i18n/ibus
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/gtkglext
|
||||
nls? ( virtual/libintl )
|
||||
zinnia? (
|
||||
app-i18n/zinnia
|
||||
app-i18n/zinnia-tomoe
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-headers.patch )
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
$(use_enable zinnia) \
|
||||
$(use_with zinnia zinnia-tomoe "${EPREFIX}"/usr/$(get_libdir)/zinnia/model/tomoe)
|
||||
}
|
||||
Reference in New Issue
Block a user