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 D49F0158030 for ; Fri, 24 Feb 2023 10:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB0BE077A; Fri, 24 Feb 2023 10:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C8CC5E077A for ; Fri, 24 Feb 2023 10:35:56 +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 970FD340E06 for ; Fri, 24 Feb 2023 10:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D87C18AA for ; Fri, 24 Feb 2023 10:35:53 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1677234928.755c9a6efaed9364482934cf56dc1f0166891087.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild X-VCS-Directories: gui-apps/intiface-central-bin/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 755c9a6efaed9364482934cf56dc1f0166891087 X-VCS-Branch: dev Date: Fri, 24 Feb 2023 10:35:53 +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: 3cd09dd2-1f22-45d8-a3c8-c3c1ad0c8ee5 X-Archives-Hash: d85e2c32395f8e8e1a6fac583e4d8d05 commit: 755c9a6efaed9364482934cf56dc1f0166891087 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Feb 24 10:28:12 2023 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Feb 24 10:35:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=755c9a6e gui-apps/intiface-central-bin: update icon cache Closes: https://bugs.gentoo.org/896192 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> ...central-bin-2.3.0-r1.ebuild => intiface-central-bin-2.3.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild similarity index 97% rename from gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild rename to gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild index a8e2d1769..8eb296a12 100644 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop +inherit desktop xdg DESCRIPTION="Buttplug frontend application" HOMEPAGE="https://github.com/intiface/intiface-central"