The patch #1099 has just been merged.
Search Criteria
Package Details: seafile-client 9.0.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/seafile-client.git (read-only, click to copy) |
---|---|
Package Base: | seafile-client |
Description: | GUI client for synchronizing your local files with seafile server |
Upstream URL: | https://github.com/haiwen/seafile-client |
Licenses: | Apache |
Submitter: | Localizator |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 168 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-10 17:34 (UTC) |
Last Updated: | 2025-02-18 17:53 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR, cmake3AUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 44 Next › Last »
FuelFlo commented on 2018-06-14 11:38 (UTC)
elmau commented on 2018-06-07 18:34 (UTC)
The patch https://github.com/haiwen/seafile-client/pull/1099 work fine, I hope soon they merge in master
eolianoe commented on 2018-06-05 19:55 (UTC)
@ignitedPotato: thanks for your patch :)
blubbblubb commented on 2018-06-04 14:06 (UTC) (edited on 2018-06-04 21:02 (UTC) by blubbblubb)
take a look at the previous posts, it's a problem with the seafile sourcecode
there is an open bug report as well as a pull request posted on their github page
https://github.com/haiwen/seafile-client/issues/1097 https://github.com/haiwen/seafile-client/pull/1099
For now you need to patch the source code yourself or downgrade to qt 5.9
<deleted-account> commented on 2018-06-03 10:00 (UTC)
I am encountering Unknown CMake command "QT5_USE_MODULES
as well, on a
complete new install of arch.
I tried installing the qt5
packages with pacman, manually installing with makepkg and also yaourt, however the error appears everytime.
ignitedPotato commented on 2018-05-30 14:21 (UTC)
Sounds to me like you're missing some build dependencies? Now it did compile on my machine with the added include in private-share-dialog.h
And this diff for CMakeLists.txt
:
802c802
< QT5_USE_MODULES(seafile-applet Core Gui Widgets Network)
---
> target_link_libraries(seafile-applet Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network)
804c804
< QT5_USE_MODULES(seafile-applet ${WEBKIT_NAME} ${WEBKIT_WIDGETS_NAME})
---
> target_link_libraries(seafile-applet Qt5::WebEngine Qt5::WebEngineWidgets)
809,812c809
< TARGET_LINK_LIBRARIES(seafile-applet
< ${QT_QTDBUS_LIBRARIES}
< )
< QT5_USE_MODULES(seafile-applet ${USE_QT_LIBRARIES})
---
> target_link_libraries(seafile-applet Qt5::DBus)
blubbblubb commented on 2018-05-29 22:55 (UTC)
including QHeaderView in seafile-client-6.1.8/src/ui/private-share-dialog.h
seems to resolve the forward declaration errors, but then it fails with
/usr/bin/ld: cannot find -lWebEngine
/usr/bin/ld: cannot find -lWebEngineWidgets
/usr/bin/ld: cannot find -lCore
/usr/bin/ld: cannot find -lGui
/usr/bin/ld: cannot find -lWidgets
/usr/bin/ld: cannot find -lLinguistTools
/usr/bin/ld: cannot find -lNetwork
/usr/bin/ld: cannot find -lWebEngineCore
/usr/bin/ld: cannot find -lWebEngine
/usr/bin/ld: cannot find -lWebEngineWidgets
/usr/bin/ld: cannot find -lDBus
which i guess are all the Qt Modules which now aren't included properly.
Pinned Comments
Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)
Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.