From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D00015817D for ; Mon, 17 Jun 2024 22:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F66E29C0; Mon, 17 Jun 2024 22:36:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9049BE29C0 for ; Mon, 17 Jun 2024 22:36:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9A8B335D6E for ; Mon, 17 Jun 2024 22:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42DB01D2C for ; Mon, 17 Jun 2024 22:36:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1718663686.b5d18c81c32298edd592336549ec487cbbdd59b4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/klavaro/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/klavaro/Manifest app-misc/klavaro/klavaro-3.14.ebuild X-VCS-Directories: app-misc/klavaro/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b5d18c81c32298edd592336549ec487cbbdd59b4 X-VCS-Branch: master Date: Mon, 17 Jun 2024 22:36:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de65c258-16cf-4fdd-9ee7-264b28dbd5c2 X-Archives-Hash: 106b44feee9f60f4ed0fdf178780b2c6 commit: b5d18c81c32298edd592336549ec487cbbdd59b4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu May 30 19:06:22 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jun 17 22:34:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d18c81 app-misc/klavaro: add 3.14 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/klavaro/Manifest | 1 + app-misc/klavaro/klavaro-3.14.ebuild | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/app-misc/klavaro/Manifest b/app-misc/klavaro/Manifest index 90f0ef97289b..5b308c66f367 100644 --- a/app-misc/klavaro/Manifest +++ b/app-misc/klavaro/Manifest @@ -1 +1,2 @@ DIST klavaro-3.13.tar.bz2 1237015 BLAKE2B f6cf83005217e924ff1ea9a596d1154a3225298142722eb51609411f74444d73cb5d4a98fc11634185c3ca857b566d33396c841cb40f925e2d84b7180c357c57 SHA512 17765be33305a722f8d23006353c5de812075decc7931c596bd8c7efe2d93657687847f007adb4e7f758a535fd3cded36581fd1e9f5b4af7d6d3b441b7245b36 +DIST klavaro-3.14.tar.bz2 1246616 BLAKE2B fc3d4068ccfbba7c841c7f2c7960d35f1f3eb1025cc0732ffcc965d297e6365ebf9375af0753d276f55189c93b60f4a52402acc5e2432eea9358fe7d7d5f7b24 SHA512 d27d2faf78b9cdb9324ef1cbb3de84250c009bf4126fed7e47c0fd6fe76b422576dec033a5568a32102e6d02eaab8a936eb958b72b191878a97b7840f9bfd470 diff --git a/app-misc/klavaro/klavaro-3.14.ebuild b/app-misc/klavaro/klavaro-3.14.ebuild new file mode 100644 index 000000000000..5425ae7ce9d2 --- /dev/null +++ b/app-misc/klavaro/klavaro-3.14.ebuild @@ -0,0 +1,41 @@ +# 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 +}