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

Add layershell dependency and prefix note #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## Introduction

This repository is providing several tools needed to build LXQt itself as well
as other components maintained by the LXQt project.
as other components maintained by the LXQt project.

In LXQt 2.0.0 and later `lxqt2-` prefix is used for building with Qt6.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be confusing because compilation itself is like before and doesn't need an extra prefix.

Package maintainers may choose different ways of supporting parallel installations in their distros.


These tools used to be spread over the repositories of various other components
and were summarized to ease dependency management. So far many components, in
Expand Down Expand Up @@ -38,6 +40,7 @@ This package is arch-independent now. You can simply package it as
|------------------------------|--------|
| KF6_MINIMUM_VERSION | 6.0.0 |
| KF6SCREEN_MINIMUM_VERSION | 6.0.0 |
| SHELLQT_MINIMUM_VERSION | 6.0.0 |
| LIBFM_QT_MINIMUM_VERSION | 2.0.0 |
| LIBFMQT_MINIMUM_VERSION | 2.0.0 |
| LIBMENUCACHE_MINIMUM_VERSION | 1.1.0 |
Expand All @@ -46,3 +49,4 @@ This package is arch-independent now. You can simply package it as
| QTERMWIDGET_MINIMUM_VERSION | 0.14.0 |
| QT_MINIMUM_VERSION | 6.6.0 |
| QTXDG_MINIMUM_VERSION | 4.0.0 |