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

Update build.sh for Qt6 #2040

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Update build.sh for Qt6 #2040

merged 1 commit into from
Mar 26, 2024

Conversation

stefonarch
Copy link
Member

No description provided.

@stefonarch stefonarch requested a review from yan12125 March 26, 2024 07:58
Copy link
Member

@tsujan tsujan left a comment

Choose a reason for hiding this comment

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

Looks GTM.

@stefonarch stefonarch merged commit 3c2a3fb into master Mar 26, 2024
0 of 2 checks passed
@stefonarch stefonarch deleted the stefonarch-patch-1 branch March 26, 2024 10:25
@stefonarch
Copy link
Member Author

stefonarch commented Mar 26, 2024

It still fails at

CMake Error at CMakeLists.txt:37 (find_package):
  By not providing "FindQt6DBus.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt6DBus", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt6DBus"
  (requested version 6.6.0) with any of the following names:

    Qt6DBusConfig.cmake
    qt6dbus-config.cmake

  Add the installation prefix of "Qt6DBus" to CMAKE_PREFIX_PATH or set
  "Qt6DBus_DIR" to a directory containing one of the above files.  If
  "Qt6DBus" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.

no clue, qt6-base is installed... @yan12125 ?

@Chiitoo
Copy link
Contributor

Chiitoo commented Mar 26, 2024

Isn't it missing the 'libdbusmenu-lxqt' package [1], or am I looking at the wrong place?

  1. https://github.com/lxqt/lxqt-panel/actions/runs/8434414844/job/23097589406#step:5:386

@stefonarch
Copy link
Member Author

It fails there now? I fixed that too:

pacman -S --noconfirm --needed git cmake qt6-base qt6-tools lxqt-build-tools-git alsa-lib libpulse lm_sensors libstatgrab libsysstat-git solid menu-cache libxcomposite lxqt-menu-data-git libdbusmenu-lxqt lxqt-globalkeys-git libxtst

@stefonarch
Copy link
Member Author

stefonarch commented Mar 26, 2024

It looks like there is no libdbusmenu-lxqt yet...
#2042

@stefonarch
Copy link
Member Author

stefonarch commented Mar 26, 2024

Ok, now it fails at lxqt-globalkeys-git and it needs the updated AUR packages I guess, so we have to wait.
lxqt/lxqt#2139 (reply in thread)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants