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 95719158649 for ; Thu, 11 May 2023 17:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66122E087C; Thu, 11 May 2023 17:52:00 +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 4AA7FE087C for ; Thu, 11 May 2023 17:52:00 +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 2D79933E695 for ; Thu, 11 May 2023 17:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48225A5E for ; Thu, 11 May 2023 17:51:57 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1683827462.714d57e67578f086ab2a298f9d1d40beb079fc97.leohdz172@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.4-r1.ebuild gui-wm/dwl/dwl-0.4.ebuild gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: 714d57e67578f086ab2a298f9d1d40beb079fc97 X-VCS-Branch: dev Date: Thu, 11 May 2023 17:51:57 +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: 7c6e7bcb-0dbf-4aef-9f6e-7629033067f7 X-Archives-Hash: 660b2a59a6d8ecede77acf162570d4ff commit: 714d57e67578f086ab2a298f9d1d40beb079fc97 Author: Leonardo Hernández Hernández proton me> AuthorDate: Thu May 11 17:51:02 2023 +0000 Commit: Leonardo Hernandez proton me> CommitDate: Thu May 11 17:51:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=714d57e6 gui-wm/dwl: export CC Signed-off-by: Leonardo Hernández Hernández proton.me> gui-wm/dwl/{dwl-0.4.ebuild => dwl-0.4-r1.ebuild} | 4 +++- gui-wm/dwl/dwl-9999-r1.ebuild | 4 +++- gui-wm/dwl/dwl-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gui-wm/dwl/dwl-0.4.ebuild b/gui-wm/dwl/dwl-0.4-r1.ebuild similarity index 96% rename from gui-wm/dwl/dwl-0.4.ebuild rename to gui-wm/dwl/dwl-0.4-r1.ebuild index ef6dbf4f6..a7cb0860f 100644 --- a/gui-wm/dwl/dwl-0.4.ebuild +++ b/gui-wm/dwl/dwl-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,8 @@ src_configure() { sed -i "s:pkg-config:$(tc-getPKG_CONFIG):g" config.mk || die + tc-export CC + if use X; then append-cppflags '-DXWAYLAND' append-libs '-lxcb' '-lxcb-icccm' diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index ef6dbf4f6..a7cb0860f 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,8 @@ src_configure() { sed -i "s:pkg-config:$(tc-getPKG_CONFIG):g" config.mk || die + tc-export CC + if use X; then append-cppflags '-DXWAYLAND' append-libs '-lxcb' '-lxcb-icccm' diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index ef6dbf4f6..a7cb0860f 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,8 @@ src_configure() { sed -i "s:pkg-config:$(tc-getPKG_CONFIG):g" config.mk || die + tc-export CC + if use X; then append-cppflags '-DXWAYLAND' append-libs '-lxcb' '-lxcb-icccm'