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 33B7815802F for ; Thu, 23 Feb 2023 14:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2CA3E079E; Thu, 23 Feb 2023 14:02:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A886E079E for ; Thu, 23 Feb 2023 14:02:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95014340AB5 for ; Thu, 23 Feb 2023 14:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D805F7D0 for ; Thu, 23 Feb 2023 14:02:14 +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: <1677160921.44f880d34afea1758a8d9b4925f8052f6d4eb80c.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.ebuild X-VCS-Directories: gui-apps/intiface-central-bin/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 44f880d34afea1758a8d9b4925f8052f6d4eb80c X-VCS-Branch: dev Date: Thu, 23 Feb 2023 14:02:14 +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: 83e61627-1675-452d-91ed-bcc0d864c161 X-Archives-Hash: b2f709e5c91bebb4e2fe0c80be0a62ee commit: 44f880d34afea1758a8d9b4925f8052f6d4eb80c Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Feb 23 13:48:37 2023 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Feb 23 14:02:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44f880d3 gui-apps/intiface-central-bin: fix icon installation Closes: https://bugs.gentoo.org/896030 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> ...e-central-bin-2.3.0.ebuild => intiface-central-bin-2.3.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild similarity index 91% rename from gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild rename to gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild index 164cbf218..a8e2d1769 100644 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild @@ -38,8 +38,7 @@ EOF dobin intiface_central newicon --size 512 \ - /opt/${PN}/data/flutter_assets/assets/icons/intiface_central_icon.png \ - ${PN}.png + data/flutter_assets/assets/icons/intiface_central_icon.png ${PN}.png make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility" }