mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
gui-wm/river: treeclean
Removing River due to a hard dependency on Zig 0.9.1, which was removed due to relying on LLVM 13. Bug: 876181 Signed-off-by: Cara Salter <cara@devcara.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST river-0.1.3.tar.gz 249131 BLAKE2B 9e018c85093be6b1c2e5a05f0a5858dceb820710178bd4fd556550f7573c7d982252264309bd2dfb1247f37e9cab625dce3b3c2fa5da2ad9c9b19bfac4c059ba SHA512 8dd8ad8b17fb1d9d65e413aaaa456fda89f8bedd580db247c3ffa8235a67712394182b3498a9c6eb3707cfc571c398bb5086cf09810e4a9438d26ea19f41f5a9
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cara@devcara.com</email>
|
||||
<name>Cara Salter</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A dynamic tiling Wayland compositor"
|
||||
HOMEPAGE="https://github.com/riverwm/river"
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/riverwm/river"
|
||||
else
|
||||
SRC_URI="https://github.com/riverwm/river/releases/download/v${PV}/river-${PV}.tar.gz"
|
||||
fi
|
||||
|
||||
PATCHES=()
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="x11-libs/libxkbcommon
|
||||
dev-libs/libevdev
|
||||
x11-libs/pixman
|
||||
virtual/pkgconfig
|
||||
app-text/scdoc
|
||||
dev-libs/wayland
|
||||
dev-libs/wayland-protocols
|
||||
>gui-libs/wlroots-0.16"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="=dev-lang/zig-0.9.1-r3"
|
||||
|
||||
src_install() {
|
||||
zig build -Drelease-safe --prefix "${D}/usr" install
|
||||
|
||||
dodir /usr/share/examples/river
|
||||
|
||||
cp "${S}/example/init" "${D}/usr/share/examples/river/init"
|
||||
}
|
||||
Reference in New Issue
Block a user