Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui-apps/wideriver: Yet another tiler for river. #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gui-apps/wideriver/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST 1.2.0.tar.gz 61552 BLAKE2B 428d7b3c5b6d3ddca472e86f746f4248155345d8835c3bbd3afd2fa3d1795bb78ddd3bc968b54abc773a8e21ef427fd8c30121953c7f799a327af7f3a1043853 SHA512 e84afceb35610c6be32dc2300969573d68a59f238a3c66e92e595433de35ca5b7ee55f1c0179ff71a49d2553466b18cba55e737647050dc25efc50d5d92dd90e
8 changes: 8 additions & 0 deletions gui-apps/wideriver/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Niklaus 'vimja' Hofer</name>
</maintainer>
</pkgmetadata>
20 changes: 20 additions & 0 deletions gui-apps/wideriver/wideriver-1.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2023 Niklaus 'vimja' Hofer
# Distributed under the terms of the ISC License

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"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-libs/libinput
gui-libs/wlroots
"
RDEPEND="${DEPEND}"