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 "