public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/
Date: Thu, 14 Mar 2024 10:48:12 +0000 (UTC)	[thread overview]
Message-ID: <1710413259.f4468f5bdf5970fd3822877f138df3cd964f3ccb.pastalian46@gentoo> (raw)

commit:     f4468f5bdf5970fd3822877f138df3cd964f3ccb
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 10:46:26 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Mar 14 10:47:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4468f5b

gui-apps/wlr-randr: add 0.4.1

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/wlr-randr/Manifest                                       | 1 +
 .../wlr-randr/{wlr-randr-9999.ebuild => wlr-randr-0.4.1.ebuild}   | 8 ++++----
 gui-apps/wlr-randr/wlr-randr-9999.ebuild                          | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/gui-apps/wlr-randr/Manifest b/gui-apps/wlr-randr/Manifest
index 30f4a320fe..eded24d5be 100644
--- a/gui-apps/wlr-randr/Manifest
+++ b/gui-apps/wlr-randr/Manifest
@@ -1 +1,2 @@
 DIST wlr-randr-0.3.0.tar.gz 12439 BLAKE2B 7a7c46beb479dce1e1d3609f060a65be7893e12326229bdc93f988528fa6be6b4fd5274cceb7599224301a6a10bdab529cb9f1121e6c7127b0c5fa3e5536c64c SHA512 5f670fd392c8fc6f7781a4b6911428c406b82d0bc422f30b236db88a59371d211129cc8d4cc57fea34207a8188cac22b570bee9907149c4e7d2a283d247315eb
+DIST wlr-randr-0.4.1.tar.gz 13482 BLAKE2B a0b31d726f3cb5f8b0d90d0501f072213d69479a08f42108ab23ab8957c1da6604e5f2200a577372450578a1bcc39cf376a7475cb12e70b20cb556f45f04b901 SHA512 42e58b14b1202bcf2d8b8c544d09aa11f1b7ada2b2796006651564c6f839c1e90a2adddf9a868f3858ea1af64cbd003927337fc1be957acdfa29d63c45a54d08

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-0.4.1.ebuild
similarity index 85%
copy from gui-apps/wlr-randr/wlr-randr-9999.ebuild
copy to gui-apps/wlr-randr/wlr-randr-0.4.1.ebuild
index 546639fdaa..e20d8a9fa4 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,10 +14,10 @@ if [[ ${PV} == 9999 ]]; then
 else
 	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
-LICENSE="ISC"
+LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
 	virtual/pkgconfig
 "
 

diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
index 546639fdaa..e20d8a9fa4 100644
--- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild
+++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,10 +14,10 @@ if [[ ${PV} == 9999 ]]; then
 else
 	SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
-LICENSE="ISC"
+LICENSE="MIT"
 SLOT="0"
 
 DEPEND="
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
 	virtual/pkgconfig
 "
 


             reply	other threads:[~2024-03-14 10:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14 10:48 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 10:48 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ Takuya Wakazono
2024-02-05 20:09 Piotr Kubaj
2024-01-01  2:41 Joe Kappus
2023-04-30  6:41 Joe Kappus
2023-02-26 15:34 Aisha Tammy
2023-02-24 13:36 Aisha Tammy
2023-02-24 13:36 Aisha Tammy
2021-04-15  7:09 Theo Anderson
2021-02-05 15:58 Aisha Tammy
2020-11-12 18:54 Aisha Tammy

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=1710413259.f4468f5bdf5970fd3822877f138df3cd964f3ccb.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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