From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
Date: Thu, 12 Nov 2020 18:54:15 +0000 (UTC) [thread overview]
Message-ID: <1605207212.b6c5f2a1d09a1f14eadb72c6194910d119a8a24b.epsilon-0@gentoo> (raw)
commit: b6c5f2a1d09a1f14eadb72c6194910d119a8a24b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Nov 12 18:53:32 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
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
+"
next reply other threads:[~2020-11-12 18:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 18:54 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-05 15:58 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ Aisha Tammy
2021-04-15 7:09 Theo Anderson
2023-02-24 13:36 Aisha Tammy
2023-02-24 13:36 Aisha Tammy
2023-02-26 15:34 Aisha Tammy
2023-04-30 6:41 Joe Kappus
2024-01-01 2:41 Joe Kappus
2024-02-05 20:09 Piotr Kubaj
2024-03-14 10:48 Takuya Wakazono
2024-03-14 10:48 Takuya Wakazono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1605207212.b6c5f2a1d09a1f14eadb72c6194910d119a8a24b.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox