Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gentoo/qt
- Owner: gentoo
- Created: 2013-04-20T09:03:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:04:41.000Z (8 months ago)
- Last Synced: 2024-05-22T21:32:37.815Z (8 months ago)
- Topics: ebuild, ebuild-repository, gentoo, hacktoberfest, live-ebuilds, overlay, qt, qt-overlay
- Language: Shell
- Homepage: https://gitweb.gentoo.org/proj/qt.git
- Size: 13 MB
- Stars: 55
- Watchers: 53
- Forks: 62
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.gitYou 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
```