Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentoo/qt

[MIRROR] Qt Team's testing overlay
https://github.com/gentoo/qt

ebuild ebuild-repository gentoo hacktoberfest live-ebuilds overlay qt qt-overlay

Last synced: about 1 month ago
JSON representation

[MIRROR] Qt Team's testing overlay

Awesome Lists containing this project

README

        

# Welcome to the qt overlay!

This is where the Gentoo Qt project develops and maintains ebuilds for
experimental Qt versions (pre-releases and "live" code from git) and
Qt-related packages. For your convenience, we also provide a few package
sets and `package.keyword` files.

The overlay is hosted on Github and on the official Gentoo infrastructure at:

- https://github.com/gentoo/qt
- https://gitweb.gentoo.org/proj/qt.git

You don't need to emerge the Qt ebuilds specifically, they are normally pulled
in as dependencies for packages that use Qt. But you may want to have all of
Qt installed, for example if you are a developer or tester. In that case we
recommend you copy the most applicable set to your `/etc/portage/sets/`
directory, rename it (to prevent portage error on set redefinition), and
customize it to your own wishes.

If you have questions, you can find us on IRC in #gentoo-qt on Libera.chat or at
[[email protected]](mailto:[email protected]).

Bugs should be reported on https://bugs.gentoo.org. Be sure to include
"[qt overlay]" in the summary of your bug report.

Users wanting to contribute should first read the
[Qt project policies](https://wiki.gentoo.org/wiki/Project:Qt/Policies).

## Using layman

Run the following command:

```
layman -f -a qt
```

And you're done.

If you want to refresh the overlay, run:

```
layman -s qt
```