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 303011581E7 for ; Sun, 21 Apr 2024 21:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44C4DE29CF; Sun, 21 Apr 2024 21:03:43 +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 1B8F6E29CF for ; Sun, 21 Apr 2024 21:03: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AA63343560 for ; Sun, 21 Apr 2024 21:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2C0D1750 for ; Sun, 21 Apr 2024 21:03:40 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713718548.e21751bcc2dd676062bb11d3bd9a73f08c774f9b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/swayfx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/swayfx/swayfx-0.3.2.ebuild X-VCS-Directories: gui-wm/swayfx/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e21751bcc2dd676062bb11d3bd9a73f08c774f9b X-VCS-Branch: master Date: Sun, 21 Apr 2024 21:03:40 +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: 30e29e03-f5d6-41c2-9011-27d86995bac9 X-Archives-Hash: f5d9a9c5bc75fe11711a283506828164 commit: e21751bcc2dd676062bb11d3bd9a73f08c774f9b Author: Joshua Clifton proton me> AuthorDate: Sun Apr 21 16:55:48 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 21 16:55:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e21751bc gui-wm/swayfx: version bump ebuild to 0.3.2 Signed-off-by: Joshua Clifton proton.me> gui-wm/swayfx/swayfx-0.3.2.ebuild | 102 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/gui-wm/swayfx/swayfx-0.3.2.ebuild b/gui-wm/swayfx/swayfx-0.3.2.ebuild new file mode 100644 index 0000000000..7f2e37cb98 --- /dev/null +++ b/gui-wm/swayfx/swayfx-0.3.2.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU Public License v2 + +EAPI=8 + +inherit meson optfeature + +DESCRIPTION="SwayFX: Sway, but with eye candy!" +HOMEPAGE="https://github.com/WillPower3309/swayfx" + +SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="grimshot +man +swaybar +swaynag tray wallpapers X" + +DEPEND=" + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.21.0:0= + sys-auth/seatd:= + dev-libs/libpcre2 + >=dev-libs/wayland-1.20.0 + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango + x11-libs/pixman + media-libs/mesa[gles2,libglvnd(+)] + swaybar? ( x11-libs/gdk-pixbuf:2 ) + tray? ( || ( + sys-apps/systemd + sys-auth/elogind + sys-libs/basu + ) ) + wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) + X? ( x11-libs/libxcb:0= + x11-libs/xcb-util-wm + ) +" +DEPEND+=" + >=gui-libs/wlroots-0.16:=[X?] +