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 3352615803E for ; Wed, 3 Jan 2024 12:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1031B2BC031; Wed, 3 Jan 2024 12:35:37 +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 DC6402BC01B for ; Wed, 3 Jan 2024 12:35:36 +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 E6286342FFA for ; Wed, 3 Jan 2024 12:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55BE01300 for ; Wed, 3 Jan 2024 12:35:34 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1704285316.5dee8b65c7b7a91083362510a222d1a2b65f3fea.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprland-plugins/hyprland-plugins-0.31.0-r1.ebuild gui-apps/hyprland-plugins/hyprland-plugins-0.31.0.ebuild gui-apps/hyprland-plugins/hyprland-plugins-0.32.3-r1.ebuild gui-apps/hyprland-plugins/hyprland-plugins-0.32.3.ebuild gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild gui-apps/hyprland-plugins/metadata.xml X-VCS-Directories: gui-apps/hyprland-plugins/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 5dee8b65c7b7a91083362510a222d1a2b65f3fea X-VCS-Branch: dev Date: Wed, 3 Jan 2024 12:35:34 +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: af5bb1e8-bdd0-415e-93ba-7f825fa78c60 X-Archives-Hash: ab9f4c3a01ab3baea5bb1bac606aeed2 commit: 5dee8b65c7b7a91083362510a222d1a2b65f3fea Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Jan 3 12:26:53 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Wed Jan 3 12:35:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dee8b65 gui-apps/hyprland-plugins: add 0.31.0-r1, 0.32.3-r1, remove 0.31.0, 0.32.3 Signed-off-by: Gonçalo Negrier Duarte gmail.com> ...d-plugins-0.31.0.ebuild => hyprland-plugins-0.31.0-r1.ebuild} | 9 +++------ ...d-plugins-0.32.3.ebuild => hyprland-plugins-0.32.3-r1.ebuild} | 9 +++------ gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild | 9 +++------ gui-apps/hyprland-plugins/metadata.xml | 1 - 4 files changed, 9 insertions(+), 19 deletions(-) diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.31.0.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-0.31.0-r1.ebuild similarity index 89% rename from gui-apps/hyprland-plugins/hyprland-plugins-0.31.0.ebuild rename to gui-apps/hyprland-plugins/hyprland-plugins-0.31.0-r1.ebuild index 93834b0205..65a5772c93 100644 --- a/gui-apps/hyprland-plugins/hyprland-plugins-0.31.0.ebuild +++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.31.0-r1.ebuild @@ -21,14 +21,11 @@ HOMEPAGE="https://github.com/hyprwm/hyprland-plugins" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces" -REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )" +IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars" +REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars )" RDEPEND="gui-wm/hyprland" -DEPEND=" - ${RDEPEND} - split-monitor-workspaces? ( ~gui-apps/hyprland-split-monitor-workspaces-${PV} ) -" +DEPEND="${RDEPEND}" BDEPEND=" ~gui-wm/hyprland-${PV} x11-libs/libdrm diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.32.3.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-0.32.3-r1.ebuild similarity index 89% rename from gui-apps/hyprland-plugins/hyprland-plugins-0.32.3.ebuild rename to gui-apps/hyprland-plugins/hyprland-plugins-0.32.3-r1.ebuild index ea2b317ccd..f2a1d49d36 100644 --- a/gui-apps/hyprland-plugins/hyprland-plugins-0.32.3.ebuild +++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.32.3-r1.ebuild @@ -21,14 +21,11 @@ HOMEPAGE="https://github.com/hyprwm/hyprland-plugins" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces" -REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )" +IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars" +REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars )" RDEPEND="gui-wm/hyprland" -DEPEND=" - ${RDEPEND} - split-monitor-workspaces? ( ~gui-apps/hyprland-split-monitor-workspaces-${PV} ) -" +DEPEND="${RDEPEND}" BDEPEND=" ~gui-wm/hyprland-${PV} x11-libs/libdrm diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild b/gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild index d66473841d..bc5ea3aa6e 100644 --- a/gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild +++ b/gui-apps/hyprland-plugins/hyprland-plugins-9999.ebuild @@ -21,14 +21,11 @@ HOMEPAGE="https://github.com/hyprwm/hyprland-plugins" LICENSE="BSD" SLOT="0" -IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces" -REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars split-monitor-workspaces )" +IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars" +REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars )" RDEPEND="gui-wm/hyprland" -DEPEND=" - ${RDEPEND} - split-monitor-workspaces? ( ~gui-apps/hyprland-split-monitor-workspaces-${PV} ) -" +DEPEND="${RDEPEND}" BDEPEND=" ~gui-wm/hyprland-${PV} x11-libs/libdrm diff --git a/gui-apps/hyprland-plugins/metadata.xml b/gui-apps/hyprland-plugins/metadata.xml index 207733041e..ed6385631a 100644 --- a/gui-apps/hyprland-plugins/metadata.xml +++ b/gui-apps/hyprland-plugins/metadata.xml @@ -19,6 +19,5 @@ adds one or two additional borders to windows fixes custom resolutions on CS:GO with -vulkan adds title bars to windows - A small plugin to provide awesome/dwm-like behavior with workspaces