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 AC4AD158099 for ; Wed, 29 Nov 2023 06:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 019FB2BC046; Wed, 29 Nov 2023 06:20:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D78C52BC03D for ; Wed, 29 Nov 2023 06:20:43 +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 0AF82335D16 for ; Wed, 29 Nov 2023 06:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A6DF13F1 for ; Wed, 29 Nov 2023 06:20:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701238804.6d7584b903c00961ba89b927781a0d2ef38ab282.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/dwl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/dwl/dwl-9999-r1.ebuild gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d7584b903c00961ba89b927781a0d2ef38ab282 X-VCS-Branch: master Date: Wed, 29 Nov 2023 06:20:41 +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: bcd8205d-9468-4ccf-8598-42ab7e8f71cd X-Archives-Hash: 6dc8176871f87b705ec9cfa62c468fba commit: 6d7584b903c00961ba89b927781a0d2ef38ab282 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Nov 25 06:34:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 29 06:20:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7584b9 gui-wm/dwl: sync live ebuilds Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> gui-wm/dwl/dwl-9999-r1.ebuild | 4 ++-- gui-wm/dwl/dwl-9999.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index f5f75f545d8a..ae7d26950f39 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit savedconfig toolchain-funcs MY_P="${PN}-v${PV}" -WLROOTS_SLOT="0/16" +WLROOTS_SLOT="0/18" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/djpohly/dwl" inherit git-r3 @@ -70,7 +70,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc README.md + dodoc CHANGELOG.md README.md save_config config.h } diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index ecba79640cf5..1bd355e65ad2 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit savedconfig toolchain-funcs MY_P="${PN}-v${PV}" -WLROOTS_SLOT="0/16" +WLROOTS_SLOT="0/17" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/djpohly/dwl" inherit git-r3 @@ -38,7 +38,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput:= dev-libs/wayland - gui-libs/wlroots:${WLROOTS_SLOT}[libinput(+),X?] + gui-libs/wlroots:${WLROOTS_SLOT}[libinput,session,X?] x11-libs/libxkbcommon X? ( x11-libs/libxcb:= @@ -52,7 +52,7 @@ DEPEND=" sys-kernel/linux-headers " BDEPEND=" - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.32 dev-util/wayland-scanner virtual/pkgconfig " @@ -70,7 +70,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - dodoc README.md + dodoc CHANGELOG.md README.md save_config config.h }