From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1626340-garchives=archives.gentoo.org@lists.gentoo.org> 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 66E6D1581E7 for <garchives@archives.gentoo.org>; Mon, 29 Apr 2024 21:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01AA2E2A35; Mon, 29 Apr 2024 21:27:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CDB52E2A35 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2024 21:27:46 +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 D73963430B9 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2024 21:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3F661782 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Apr 2024 21:27:42 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1714382441.70f6811766435f93dff9f30a5c0e5040cb014b9b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/tym/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-terms/tym/tym-3.5.0-r1.ebuild x11-terms/tym/tym-3.5.0.ebuild X-VCS-Directories: x11-terms/tym/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 70f6811766435f93dff9f30a5c0e5040cb014b9b X-VCS-Branch: master Date: Mon, 29 Apr 2024 21:27:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e07b7422-0f37-44ed-94c7-24e782f82efa X-Archives-Hash: 86387df738b07b6cc781699038ffa403 commit: 70f6811766435f93dff9f30a5c0e5040cb014b9b Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com> AuthorDate: Mon Apr 29 09:19:05 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Apr 29 09:20:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70f68117 x11-terms/tym: revbump, fix minor bugs Closes: https://bugs.gentoo.org/920447 Closes: https://bugs.gentoo.org/920446 See-Also: https://github.com/endaaman/tym/issues/115 Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com> x11-terms/tym/{tym-3.5.0.ebuild => tym-3.5.0-r1.ebuild} | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0-r1.ebuild similarity index 68% rename from x11-terms/tym/tym-3.5.0.ebuild rename to x11-terms/tym/tym-3.5.0-r1.ebuild index 0b569696f1..d04bc7d45d 100644 --- a/x11-terms/tym/tym-3.5.0.ebuild +++ b/x11-terms/tym/tym-3.5.0-r1.ebuild @@ -29,6 +29,16 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + default + # see https://github.com/endaaman/tym/issues/115 + sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die + + # the categories provided by eclass do a better job than upstream, and + # having duplicate list of categories fails on QA + sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die +} + src_configure() { if [[ ${PV} == 9999 ]]; then eautoreconf