diff options
Diffstat (limited to 'x11-misc/florence')
| -rw-r--r-- | x11-misc/florence/Manifest | 1 | ||||
| -rw-r--r-- | x11-misc/florence/florence-0.6.3-r1.ebuild | 40 | 
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/florence/Manifest b/x11-misc/florence/Manifest new file mode 100644 index 0000000..e97e64d --- /dev/null +++ b/x11-misc/florence/Manifest @@ -0,0 +1 @@ +DIST florence-0.6.3.tar.bz2 924287 BLAKE2B 10a259918d98705099d7b778a1733876c908c10573d700496d51cce814e4b5cbc33e0a7620d04ffff49323f9bdf25da6a2f9c9588499a6787138f116eac301ab SHA512 c527e8c40c9a594106420a6187945d79dfa7ddb4f628805cd188c8a37f79f42cbc1f74b80e21186f104a79c4d5e90c7a9d93cbe35bf1c6ebfe874db047fbef3c diff --git a/x11-misc/florence/florence-0.6.3-r1.ebuild b/x11-misc/florence/florence-0.6.3-r1.ebuild new file mode 100644 index 0000000..588e2e0 --- /dev/null +++ b/x11-misc/florence/florence-0.6.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Florence is an extensible scalable virtual keyboard for X11" +HOMEPAGE="http://florence.sourceforge.net" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2" + +LICENSE="GPLv2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+at-spi +libnotify +xtst docs" + +DEPEND=" +	>=x11-libs/gtk+-3.0 +	dev-libs/libxml2 +	gnome-base/librsvg +	sys-devel/gettext +	dev-util/intltool +	media-libs/gstreamer +	at-spi? ( app-accessibility/at-spi2-core ) +	libnotify? ( x11-libs/libnotify ) +	xtst? ( x11-libs/libXtst ) +	docs? ( app-text/gnome-doc-utils ) +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() { +	econf \ +		$(use_with at-spi) \ +		$(use_with libnotify) \ +		$(use_with xtst) \ +		$(use_with docs) +} + +src_compile() { +	emake -j1 || die "emake failed" +}  | 
