gui-apps/wlr-randr: add 0.4.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-03-14 19:46:26 +09:00
parent 3a36028666
commit f4468f5bdf
3 changed files with 40 additions and 4 deletions

View File

@@ -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

View File

@@ -0,0 +1,35 @@
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="xrandr clone for wlroots compositors"
HOMEPAGE="https://sr.ht/~emersion/wlr-randr/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr"
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 ~arm64"
fi
LICENSE="MIT"
SLOT="0"
DEPEND="
dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
src_prepare() {
default
sed -i 's/werror=true/werror=false/' meson.build || die
}

View File

@@ -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
"