gui-wm/somewm: add somewm wayland compositor#473
Open
shuber2 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Gentoo packaging for the somewm Wayland compositor to address Gentoo bug #972472.
Changes:
- Added a live (
-9999) ebuild for building somewm from the upstream Git repository. - Added package
metadata.xmlwith maintainer and upstream information.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| gui-wm/somewm/somewm-9999.ebuild | Introduces the live ebuild, dependencies, and post-install guidance. |
| gui-wm/somewm/metadata.xml | Adds package metadata, upstream links, and a long description. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+28
to
+33
| REQUIRED_USE="${LUA_REQUIRED_USE}" | ||
|
|
||
| DEPEND="${LUA_DEPS}" | ||
| RDEPEND=" | ||
| $(lua_gen_cond_dep 'dev-lua/lgi[${LUA_USEDEP}]') | ||
| dev-libs/glib:2 |
Comment on lines
+1
to
+4
| # Copyright 1999-2026 Gentoo Authors | ||
| # Distributed under the terms of the GNU General Public License v2 | ||
|
|
||
| EAPI=8 |
| SRC_URI="https://github.com/trip-zip/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" | ||
| fi | ||
|
|
||
| DESCRIPTION="An awesome-compatible dynamic floating and tiling Wayland compositor" |
Comment on lines
+10
to
+13
| compatible alternative to AwesomeWM. It is compatible to AwesomeWM's Lua API | ||
| such that existing configs, widgets and themes carry over. While 1.4 version | ||
| give 100% AwesomeWM 4.4 compatibility, later versions will add new features | ||
| and may break compatibility. |
CyberTailor
reviewed
May 11, 2026
Contributor
There was a problem hiding this comment.
Symlinks should not be used in ebuild repositories
Author
There was a problem hiding this comment.
Ok. What instead? A plain copy?
CyberTailor
reviewed
May 11, 2026
| @@ -0,0 +1,72 @@ | |||
| # Copyright 1999-2026 Gentoo Authors | |||
Contributor
There was a problem hiding this comment.
Suggested change
| # Copyright 1999-2026 Gentoo Authors | |
| # Copyright 2026 Gentoo Authors |
6482f3e to
d8ff753
Compare
Signed-off-by: Stefan Huber <shuber@sthu.org>
d8ff753 to
26f72bb
Compare
cnjhb
approved these changes
May 17, 2026
Member
|
Please don't use LLMs to review or create Gentoo contributions. |
Author
|
@thesamesam Thanks, turned this automatic copilot code review off. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In an attempt to address https://bugs.gentoo.org/972472, add ebuilds for the somewm Wayland compositor.