https://github.com/bsd-ac/wayland-desktop
Gentoo overlay for Wayland related ebuilds
https://github.com/bsd-ac/wayland-desktop
gentoo gentoo-overlay linux wayland
Last synced: 5 months ago
JSON representation
Gentoo overlay for Wayland related ebuilds
- Host: GitHub
- URL: https://github.com/bsd-ac/wayland-desktop
- Owner: bsd-ac
- License: isc
- Created: 2019-05-25T17:21:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T16:51:58.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T10:15:04.042Z (almost 2 years ago)
- Topics: gentoo, gentoo-overlay, linux, wayland
- Language: Shell
- Homepage: https://gentoo.org
- Size: 5.6 MB
- Stars: 63
- Watchers: 3
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wayland-desktop
[](https://github.com/bsd-ac/wayland-desktop/actions?query=workflow:pkgcheck)
[](https://wiki.gentoo.org/wiki/Contributing_to_Gentoo)
[](https://matrix.to/#/#gentoo:matrix.org)
Gentoo overlay for Wayland related ebuilds
## Activate overlay (via eselect-repository)
```
$ eselect repository enable wayland-desktop
$ emaint sync --repo wayland-desktop
```
## Using packages from the overlay
### AMD64
If running on the stable **amd64** branch by default, unstable **~amd64** keywords must be allowed for packages from this repository.
Make sure that `/etc/portage/package.accept_keywords` exists and is a directory.
```
$ echo "*/*::wayland-desktop ~amd64" > /etc/portage/package.accept_keywords/wayland-desktop
$ emerge --ask --verbose gui-apps/pico-wayfire
```
### Other ARCHs
Unless really important, all ebuilds from this overlay will only have the **~amd64** *USE* flag, for ease of maintenance.
If running on a different *ARCH*, all keywords must be accepted.
```
$ echo "*/*::wayland-desktop **" > /etc/portage/package.accept_keywords/wayland-desktop
$ emerge --ask --verbose gui-apps/pico-wayfire
```
## Licensing and contributing
All ebuilds in this repository are under the [ISC license](LICENSE).
Any users who wish to contribute should know and be comfortable with this. When making a PR, make sure to add the appropriate name and years to the top of the ebuilds.