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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D5C213835A for ; Thu, 12 Nov 2020 18:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2F2E0908; Thu, 12 Nov 2020 18:54:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFB0AE0908 for ; Thu, 12 Nov 2020 18:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BA6B340F32 for ; Thu, 12 Nov 2020 18:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5E93A2 for ; Thu, 12 Nov 2020 18:54:15 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1605207212.b6c5f2a1d09a1f14eadb72c6194910d119a8a24b.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlr-randr/Manifest gui-apps/wlr-randr/metadata.xml gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild gui-apps/wlr-randr/wlr-randr-9999.ebuild X-VCS-Directories: gui-apps/wlr-randr/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: b6c5f2a1d09a1f14eadb72c6194910d119a8a24b X-VCS-Branch: dev Date: Thu, 12 Nov 2020 18:54:15 +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: e4f44c23-ee0f-464c-8f48-b23cf5e21926 X-Archives-Hash: bbf6a29094b23b61fabbe95d9500f8b4 commit: b6c5f2a1d09a1f14eadb72c6194910d119a8a24b Author: Aisha Tammy aisha cc> AuthorDate: Thu Nov 12 18:53:32 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Nov 12 18:53:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6c5f2a1 gui-apps/wlr-randr: auto-randr like for wlroots Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> gui-apps/wlr-randr/Manifest | 1 + gui-apps/wlr-randr/metadata.xml | 12 ++++++++++++ gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild | 29 +++++++++++++++++++++++++++++ gui-apps/wlr-randr/wlr-randr-9999.ebuild | 29 +++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest new file mode 100644 index 00000000..67836417 --- /dev/null +++ b/gui-apps/wlr-randr/Manifest @@ -0,0 +1 @@ +DIST wlr-randr-0.1.0.tar.gz 10836 BLAKE2B 573e9aa9305b0f633f2ee62cbf46bc107948582c5fa1e417a46f01b82489ac84362baea791f817d1857b320715a5644e597adf80c93897ec7bda27456b5e064d SHA512 84a710b28243acb13d37c81d1f796d7e251aa52d6a7f299a4cdb0d0ebe6481d57db6757a1a813fc6bbe3fbd9d7fccefb09385c523f857abef72f3ee398f0d958 diff --git a/gui-apps/wlr-randr/metadata.xml b/gui-apps/wlr-randr/metadata.xml new file mode 100644 index 00000000..cfbacced --- /dev/null +++ b/gui-apps/wlr-randr/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild new file mode 100644 index 00000000..5aa72f2d --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild new file mode 100644 index 00000000..5aa72f2d --- /dev/null +++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="xrandr clone for wlroots compositors" +HOMEPAGE="https://github.com/emersion/wlr-randr" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/emersion/wlr-randr" +else + SRC_URI="https://github.com/emersion/wlr-randr/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="ISC" +SLOT="0" + +DEPEND=" + dev-libs/wayland +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +"