Thanks thomasqueirozb, successfully established.
Search Criteria
Package Details: rclone-browser 1.8.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/rclone-browser.git (read-only, click to copy) |
---|---|
Package Base: | rclone-browser |
Description: | Simple cross-platform GUI for rclone |
Upstream URL: | https://github.com/kapitainsky/RcloneBrowser |
Keywords: | cloud gdrive mega pcloud s3 |
Licenses: | MIT |
Submitter: | mmozeiko |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 57 |
Popularity: | 0.48 |
First Submitted: | 2017-01-29 09:12 (UTC) |
Last Updated: | 2022-05-18 17:43 (UTC) |
Dependencies (3)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- rclone (rclone-beta-binAUR, rclone-aliyundrive-gitAUR, rclone-gitAUR)
- cmake (cmake-gitAUR) (make)
Required by (1)
- clouddrive (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
serdarsaglam commented on 2019-08-28 12:09 (UTC)
power_frontier commented on 2019-08-17 03:49 (UTC)
Thanks thomasqueirozb, it worked perfectly and finally I've been able to install it!
thomasqueirozb commented on 2019-08-01 21:27 (UTC)
Anyone interested in compiling this and is getting errors just add this line to the PKGBUILD (right after cd "$srcdir"/RcloneBrowser-${pkgver})
sed -i "s/ -Werror//g" src/CMakeLists.txt
Here is the updated PKGBUILD: https://pastebin.com/s7n2qsBY
Kingedgar commented on 2019-07-14 20:56 (UTC)
This package fails to build and no active development is being done.
/home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp: In member function ‘void MainWindow::rcloneGetVersion()’: /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:196:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 196 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:196:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 196 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp: In member function ‘void MainWindow::rcloneConfig()’: /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:244:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 244 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:244:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 244 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp: In member function ‘void MainWindow::rcloneListRemotes()’: /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:300:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 300 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:300:80: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 300 | QObject::connect(p, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp: In member function ‘void MainWindow::addStream(const QString&, const QString&)’: /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:573:85: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 573 | QObject::connect(player, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:573:85: error: ‘void QProcess::finished(int)’ is deprecated: Use QProcess::finished(int, QProcess::ExitStatus) instead [-Werror=deprecated-declarations] 573 | QObject::connect(player, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, = | ^ In file included from /usr/include/qt/QtCore/QtCore:159, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/pch.h:10, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.h:3, from /home/jg/.cache/pikaur/build/rclone-browser/src/RcloneBrowser-1.2/src/main_window.cpp:1: /usr/include/qt/QtCore/qprocess.h:280:10: note: declared here 280 | void finished(int exitCode); // ### Qt 6: merge the two signals with a default value | ^~~~~~~~ cc1plus: all warnings being treated as errors make[2]: [src/CMakeFiles/rclone-browser.dir/build.make:188: src/CMakeFiles/rclone-browser.dir/main_window.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:91: src/CMakeFiles/rclone-browser.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting...
Command 'makepkg --force' failed to execute. :: Try recovering? [R] retry build [p] PGP check skip [c] checksums skip [i] ignore architecture [d] delete build dir and try again [e] edit PKGBUILD
[s] skip building this package [a] abort building all the packages
a
diddyonlinux commented on 2018-08-22 14:47 (UTC)
Anymore work being done on this package?
Pinned Comments