manjaro / packages-community

Community Packages for Manjaro Linux
201 stars 71 forks source link

CopyQ 3.4.0 #488

Closed FadeMind closed 6 years ago

FadeMind commented 6 years ago

@Ste74 @philmmanjaro

Ste74 commented 6 years ago

@FadeMind i can't build in chroot ..this the output error..


CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5X11Extras" with
  any of the following names:

    Qt5X11ExtrasConfig.cmake
    qt5x11extras-config.cmake

  Add the installation prefix of "Qt5X11Extras" to CMAKE_PREFIX_PATH or set
  "Qt5X11Extras_DIR" to a directory containing one of the above files.  If
  "Qt5X11Extras" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:88 (find_package)

-- Configuring incomplete, errors occurred!
See also "/build/copyq/src/copyq/build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...

When come back to home i re try to build or correct my self. If in the meantime you want correct :wink: needed

FadeMind commented 6 years ago

Add qt5-x11extras to depends array.

[fademind@manjaro ~]$ ldd /usr/bin/copyq
        linux-vdso.so.1 (0x00007fff44ff3000)
        libQt5X11Extras.so.5 => /usr/lib/libQt5X11Extras.so.5 (0x00007f238637c000)
(...)
[fademind@manjaro ~]$ export LANG=C
[fademind@manjaro ~]$ pacman -Qo /usr/lib/libQt5X11Extras.so.5
/usr/lib/libQt5X11Extras.so.5 is owned by qt5-x11extras 5.10.1-1
[fademind@manjaro ~]$