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 6D4AA15808B for ; Sat, 9 Apr 2022 05:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9761CE0809; Sat, 9 Apr 2022 05:58:29 +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 7A545E0809 for ; Sat, 9 Apr 2022 05:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3D39C341131 for ; Sat, 9 Apr 2022 05:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3036D0 for ; Sat, 9 Apr 2022 05:58:26 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1649483849.b353baa46e72630c1f0cd45ac92d3accbaca20dc.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/dwl/dwl-0.3.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: b353baa46e72630c1f0cd45ac92d3accbaca20dc X-VCS-Branch: dev Date: Sat, 9 Apr 2022 05:58:26 +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: 04b2af98-0b9e-461d-a37c-4568e63a0981 X-Archives-Hash: 690071c0dd92f002b5696c7babd41811 commit: b353baa46e72630c1f0cd45ac92d3accbaca20dc Author: Dex Conner danwin1210 de> AuthorDate: Sat Apr 9 05:57:29 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Sat Apr 9 05:57:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b353baa4 gui-wm/dwl: Replace doins with domenu Signed-off-by: Dex Conner danwin1210.de> gui-wm/dwl/dwl-0.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-wm/dwl/dwl-0.3.ebuild b/gui-wm/dwl/dwl-0.3.ebuild index 285f36ac7..6aaa4d363 100644 --- a/gui-wm/dwl/dwl-0.3.ebuild +++ b/gui-wm/dwl/dwl-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic savedconfig toolchain-funcs +inherit flag-o-matic savedconfig toolchain-funcs desktop DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" @@ -42,8 +42,7 @@ src_configure() { src_install() { emake PREFIX="${ED}/usr" install - insinto /usr/share/wayland-sessions - doins "${FILESDIR}"/dwl.desktop + domenu "${FILESDIR}"/dwl.desktop einstalldocs