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 2C45815823F for ; Sun, 19 Nov 2023 20:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754962BC03A; Sun, 19 Nov 2023 20:07:52 +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 596052BC03A for ; Sun, 19 Nov 2023 20:07:52 +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 42D42335D1B for ; Sun, 19 Nov 2023 20:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCBABFC4 for ; Sun, 19 Nov 2023 20:07:49 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1700424406.18eb19316a84bccf6c84d764aa2eb27695a918ac.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg/Manifest gui-apps/nwg/metadata.xml gui-apps/nwg/nwg-0.ebuild X-VCS-Directories: gui-apps/nwg/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 18eb19316a84bccf6c84d764aa2eb27695a918ac X-VCS-Branch: dev Date: Sun, 19 Nov 2023 20:07:49 +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: 29700cde-4c87-4aea-aa27-0d23ba237de4 X-Archives-Hash: 4ff7964c1777da16b23823d543aab14f commit: 18eb19316a84bccf6c84d764aa2eb27695a918ac Author: Pascal Jäger leimstift de> AuthorDate: Sun Nov 19 19:54:34 2023 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Sun Nov 19 20:06:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18eb1931 gui-apps/nwg: new meta package for nwg-shell Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg/Manifest | 1 + gui-apps/nwg/metadata.xml | 14 ++++++++++++++ gui-apps/nwg/nwg-0.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/gui-apps/nwg/Manifest b/gui-apps/nwg/Manifest new file mode 100644 index 0000000000..31bf55f917 --- /dev/null +++ b/gui-apps/nwg/Manifest @@ -0,0 +1 @@ +DIST nwg-shell 256434 BLAKE2B 57cb56c3ac2fc1416fea34888cda4e8d50be349213feb79e28ff902c74f72580a8216b998385b8b18b1b8111594d2f5c85af3574c5833fd047e653502492dcd9 SHA512 5b9c1f0d4215a1b5fb05042ae0f7722866161f3821082807dcd9925a3399a712a61b5c37cd683ba58ef4db7409caffd8720bdd4f6a3258f8b919d3a006dc46e9 diff --git a/gui-apps/nwg/metadata.xml b/gui-apps/nwg/metadata.xml new file mode 100644 index 0000000000..d017bc5a2d --- /dev/null +++ b/gui-apps/nwg/metadata.xml @@ -0,0 +1,14 @@ + + + + + pascal.jaeger@leimstift.de + Pascal Jaeger + + + nwg-piotr/nwg-shell + + + Pull in nwg-dock-hyprland instead of nwg-dock for sway + + diff --git a/gui-apps/nwg/nwg-0.ebuild b/gui-apps/nwg/nwg-0.ebuild new file mode 100644 index 0000000000..656b550402 --- /dev/null +++ b/gui-apps/nwg/nwg-0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="meta package package for nwg-shell" +HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/" +SRC_URI="https://github.com/nwg-piotr/nwg-shell" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE="hyprland" + +S="${WORKDIR}" + +RDEPEND=" + app-misc/nwg-look + app-misc/nwg-shell-wallpapers + gui-apps/nwg-displays + gui-apps/nwg-dock + !hyprland? ( gui-apps/nwg-dock ) + hyprland? ( gui-apps/nwg-dock-hyprland ) + gui-apps/nwg-drawer + gui-apps/nwg-icon-picker + gui-apps/nwg-menu + gui-apps/nwg-panel + gui-apps/nwg-shell + gui-apps/nwg-shell-config +"