Initial AUR4 import at seafile version 4.2.4.
Search Criteria
Package Details: seafile-client 9.0.13-2
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-04-05 18:40 (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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 44 Next › Last »
<deleted-account> commented on 2015-06-12 09:34 (UTC)
cirk2 commented on 2015-06-05 10:21 (UTC)
@guiguid: you also need qt5-tools, else the cmake fails to find Qt5LinguistTools
guiguid commented on 2015-05-27 19:46 (UTC)
for build with QT5 :
-depends=('seafile-shared>=4.1.6' 'qt4' 'qtwebkit')
+depends=('seafile-shared>=4.1.6' 'qt5-base' 'qt5-webkit')
-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
+cmake -DUSE_QT5=on -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
jcelerier commented on 2015-04-12 14:21 (UTC)
Would it be possible to switch from Qt4 to Qt5 ?
timsn commented on 2015-03-27 07:22 (UTC)
4.1.3 was released
4.1.3 (2015/03/23)
[fix] Fix unable to sync bug (permission denial) if the Windows system user name contains space like "test 123" introduced in v4.1.2
[win] Update version of OpenSSL to 1.0.2a
4.1.2 (2015/03/19) (deprecated)
Add logout/login support (need server 4.1.0+)
fix proxy password disappearance after restarting issue
mask proxy password in the setting dialog
[Fix] fix unexpected disconnection with proxy servers
[Fix] fix a conflicting case when we have read-only sharing repository to a group
update translations
support darkmode (OS X)
and other minor fixes
chilledheart commented on 2015-03-04 16:31 (UTC)
Hi all,
From version 4.1.0, it seems seafile-client have add support for qt5.
I think you can enable this by pass -DUSE_QT5=on to cmake.
And if you have a hidpi screen (or more than one), you can try something
like setting environment variable QT_DEVICE_PIXEL_RATIO=auto (or 2)
before starting seafile-client.
Feel free to email me if you have any issues with it.
arnieswap commented on 2015-01-22 22:24 (UTC)
==> Building and installing package
==> ERROR: options array contains unknown option ''
==> ERROR: Makepkg was unable to build libsearpc.
==> Restart building libsearpc ? [y/N]
Chocobozzz commented on 2015-01-22 12:27 (UTC)
Seafile-client 4.0.7 released :)
<deleted-account> commented on 2014-12-26 19:50 (UTC)
@blubbblubb: 1) The package had already been flagged out-of-date 2) The checksums are generated semi-automatically by invoking updpkgsums (which downloads all necessary sources and updates the relevant checksum lines in the PKGBUILD, provided they are at the end of the file), which belongs to pacman and can thus be assumed to be always installed.
blubbblubb commented on 2014-12-26 18:54 (UTC)
4.0.5 released
change package version to 4.0.5 and use this sha sum: b2ab5251450b33a3a425d9a8a4fa17a17e7cad33691339784f0861416bd48186
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.