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 DC9C6158083 for ; Wed, 25 Sep 2024 13:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B6A2BC02E; Wed, 25 Sep 2024 13:53:10 +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 1C0382BC02E for ; Wed, 25 Sep 2024 13:53:10 +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 2AC513431D1 for ; Wed, 25 Sep 2024 13:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBB8F280A for ; Wed, 25 Sep 2024 13:53:05 +0000 (UTC) From: "David Roman" 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" Message-ID: <1727266775.f3cb5530b497d7c35b3a5e60ffa390c37c3429fa.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-drawer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-drawer/nwg-drawer-0.4.9-r1.ebuild gui-apps/nwg-drawer/nwg-drawer-0.4.9.ebuild X-VCS-Directories: gui-apps/nwg-drawer/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f3cb5530b497d7c35b3a5e60ffa390c37c3429fa X-VCS-Branch: master Date: Wed, 25 Sep 2024 13:53:05 +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: dbfd6fd2-84d2-49df-80f6-cff3e47ca1a2 X-Archives-Hash: d07fb27df46ff7ef3e5c207b251ee4a0 commit: f3cb5530b497d7c35b3a5e60ffa390c37c3429fa Author: Takuya Wakazono gmail com> AuthorDate: Wed Sep 25 12:19:35 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Sep 25 12:19:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3cb5530 gui-apps/nwg-drawer: install built-in icons Closes: https://bugs.gentoo.org/934578 Signed-off-by: Takuya Wakazono gmail.com> .../nwg-drawer/{nwg-drawer-0.4.9.ebuild => nwg-drawer-0.4.9-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.9.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.9-r1.ebuild similarity index 99% rename from gui-apps/nwg-drawer/nwg-drawer-0.4.9.ebuild rename to gui-apps/nwg-drawer/nwg-drawer-0.4.9-r1.ebuild index 584d9e405..19b396b71 100644 --- a/gui-apps/nwg-drawer/nwg-drawer-0.4.9.ebuild +++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.9-r1.ebuild @@ -106,6 +106,7 @@ src_compile() { src_install() { insinto /usr/share/nwg-drawer doins -r desktop-directories + doins -r img doins drawer.css dobin bin/nwg-drawer }