Skip to content

Commit

Permalink
Pre-release changes (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 17, 2024
1 parent 814c405 commit 866c1b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
liblxqt-2.0.0 / 2024-04-17
===========================
* Ported to Qt6.
* License of backlight is changed to LGPL2+.

liblxqt-1.4.0 / 2023-11-05
===========================
* Ported deprecated KWindowSystem methods.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
# CMakeLists.txt file even before calling the project() command.
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ needed by nearly all of its components.

### Sources

Its runtime dependencies are libxss, KWindowSystem, qtbase, qtx11extras and
Its runtime dependencies are libxss, KWindowSystem, qtbase, and
[libqtxdg](https://github.com/lxqt/libqtxdg).
Additional build dependencies are CMake, [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) and optionally Git to pull latest VCS
checkouts.
Expand All @@ -28,7 +28,7 @@ The library is provided by all major Linux distributions like Arch Linux, Debian
Fedora and openSUSE. Just use your package manager to search for string `liblxqt`.


### Translation
### Translation

Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/)

Expand Down

0 comments on commit 866c1b3

Please sign in to comment.