gui-apps/wideriver: add 1.3.1

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2025-09-20 12:04:52 +02:00
parent d7c38f0100
commit d04a75ee74
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST wideriver-1.3.0.tar.gz 64914 BLAKE2B dc7b26af4014a08d64156471f6596de7a4987ea699881b9ade3eec2fcde37209026516d5e85eef16702d48688f11d5cb07190e4ab28a4c0578c6a04ec8810b88 SHA512 0d9a633e8d4188ebfedcfbcdbbbb0213be5fb66c8744e19323af19c3c9de744f7ebce314089e6b12c2080a292d22007c304aac0aed278fbb60e624118ba6092c
DIST wideriver-1.3.1.tar.gz 65688 BLAKE2B f16a0c53fbc32c27ea21139c34a0ba7a2edce2aa849e3aa0c93711d06994e80c099f5531cc538b51c4d2fbb894d31a4d4ba3f5830499b3b0f36c1ac24805fe4f SHA512 22c96a8f1de7a9cd24db21b129d3199dcc37a377200e62d84c1d7bff99128fde6088e0ac2465fa8cb4bc0c3879481c5c04073d12bb845d0737a6bfef5082700b

View File

@@ -0,0 +1,25 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Tiling window manager for the river wayland compositor"
HOMEPAGE="https://github.com/alex-courtis/wideriver"
SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-libs/libinput
gui-libs/wlroots
"
RDEPEND="${DEPEND}"
src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install
dodoc README.md
}