app-misc/klavaro - 3.14 (gentoo)

Search

Package Information

Description:
Another free touch typing tutor program
Homepage:
https://klavaro.sourceforge.io/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
3.14 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools optfeature xdg-utils

DESCRIPTION="Another free touch typing tutor program"
HOMEPAGE="https://klavaro.sourceforge.io/"
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${P}.tar.bz2"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"

BDEPEND="
	dev-util/intltool
	>=sys-devel/gettext-0.18.3
"
RDEPEND="
	dev-libs/glib:2
	net-misc/curl
	x11-libs/gtk+:3
	>=x11-libs/gtkdatabox-1.0.0
	x11-libs/pango
"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	eautoreconf
}

pkg_postinst() {
	xdg_icon_cache_update
	optfeature "instructions via synthesized speech" app-accessibility/espeak-ng
}

pkg_postrm() {
	xdg_icon_cache_update
}

Dependencies

DEPEND

	dev-libs/glib:2
	net-misc/curl
	x11-libs/gtk+:3
	>=x11-libs/gtkdatabox-1.0.0
	x11-libs/pango

RDEPEND

	dev-libs/glib:2
	net-misc/curl
	x11-libs/gtk+:3
	>=x11-libs/gtkdatabox-1.0.0
	x11-libs/pango

BDEPEND

	dev-util/intltool
	>=sys-devel/gettext-0.18.3

Manifest for 3.14

Type File Size Source URLs
DIST klavaro-3.14.tar.bz2 1246616 bytes https://downloads.sourceforge.net/project/klavaro/klavaro-3.14.tar.bz2