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 49A4615800A for ; Tue, 8 Aug 2023 23:01:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 315572BC01C; Tue, 8 Aug 2023 23:01:54 +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 1253E2BC019 for ; Tue, 8 Aug 2023 23:01:54 +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 177EE33BEF1 for ; Tue, 8 Aug 2023 23:01:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26370EEC for ; Tue, 8 Aug 2023 23:01:51 +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: <1691532487.ef39bae2cbef238939a52490012f3fc7aa9fa00a.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-displays/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-displays/Manifest gui-apps/nwg-displays/metadata.xml gui-apps/nwg-displays/nwg-displays-0.3.7.ebuild X-VCS-Directories: gui-apps/nwg-displays/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: ef39bae2cbef238939a52490012f3fc7aa9fa00a X-VCS-Branch: dev Date: Tue, 8 Aug 2023 23:01:51 +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: 756ca00a-6ff8-47f9-a69a-ef961eff531e X-Archives-Hash: 0ff114daca84c47b54224da0726f8987 commit: ef39bae2cbef238939a52490012f3fc7aa9fa00a Author: Pascal Jäger leimstift de> AuthorDate: Tue Aug 8 22:08:07 2023 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Tue Aug 8 22:08:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef39bae2 gui-apps/nwg-displays: new package, add 0.3.7 Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg-displays/Manifest | 1 + gui-apps/nwg-displays/metadata.xml | 16 ++++++++++++++++ gui-apps/nwg-displays/nwg-displays-0.3.7.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest new file mode 100644 index 0000000000..5a0b6b94a2 --- /dev/null +++ b/gui-apps/nwg-displays/Manifest @@ -0,0 +1 @@ +DIST nwg-displays-0.3.7.tar.gz 23051 BLAKE2B 085c608cf5768754014f23187fbe2535a99f15f6d16adfc561abebb633191d95f567c2dc7491fac1740584a5124e03a10714bfae77ea2243afabf08ba011a016 SHA512 9e90ce075199b380f7715c82970247bbe5451b83e007465beb6bc561e38eacc62908673c77be2412433fe1057af65d6197dbbba848a92cf673cf0ba28904f7e8 diff --git a/gui-apps/nwg-displays/metadata.xml b/gui-apps/nwg-displays/metadata.xml new file mode 100644 index 0000000000..ac508a6bce --- /dev/null +++ b/gui-apps/nwg-displays/metadata.xml @@ -0,0 +1,16 @@ + + + + + pascal.jaeger@leimstift.de + Pascal Jaeger + + + + Piotr Miller + nwg.piotr@gmail.com + + https://github.com/nwg-piotr/nwg-displays/issues + nwg-piotr/nwg-displays + + diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.7.ebuild b/gui-apps/nwg-displays/nwg-displays-0.3.7.ebuild new file mode 100644 index 0000000000..bc0cb3da5f --- /dev/null +++ b/gui-apps/nwg-displays/nwg-displays-0.3.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Output management utility for sway and Hyprland" +HOMEPAGE="https://github.com/nwg-piotr/nwg-displays" +LICENSE="MIT" + +SLOT="0" + +RDEPEND=" + gui-apps/wlr-randr + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND}"