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 16AF915800D for ; Tue, 4 Jul 2023 21:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C9FE07E6; Tue, 4 Jul 2023 21:47:28 +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 0271BE07E6 for ; Tue, 4 Jul 2023 21:47:27 +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 31ED2340F69 for ; Tue, 4 Jul 2023 21:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634BD8DC for ; Tue, 4 Jul 2023 21:47:24 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1688507077.cf58b06e9b962cfe45570643105a297abfeeaf11.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild X-VCS-Directories: x11-misc/i3status-rust/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: cf58b06e9b962cfe45570643105a297abfeeaf11 X-VCS-Branch: dev Date: Tue, 4 Jul 2023 21:47:24 +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: 2b19da2d-b852-47bf-b82e-1417a59ceb44 X-Archives-Hash: 0cc4261193778b1d4c89753f0bf0512f commit: cf58b06e9b962cfe45570643105a297abfeeaf11 Author: Lucio Sauer posteo net> AuthorDate: Tue Jul 4 21:41:08 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue Jul 4 21:44:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf58b06e x11-misc/i3status-rust: fix aux files directory name * look for themes /usr/share/i3status-rust/themes not /usr/share/i3status/themes Signed-off-by: Lucio Sauer posteo.net> x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild b/x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild index ca9d055a6..2c91aa4c4 100644 --- a/x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild +++ b/x11-misc/i3status-rust/i3status-rust-0.31.7.ebuild @@ -334,7 +334,7 @@ src_configure() { src_install() { cargo_src_install newman "${DISTDIR}"/${P}-man.1 i3status-rs.1 - insinto /usr/share/i3status + insinto /usr/share/i3status-rust doins -r files/icons files/themes dodoc NEWS.md CONTRIBUTING.md docinto examples