This appears to have a dependency on fuse as well.
I think you should add:
makedepends=('jq','sed','fuse')
Git Clone URL: | https://aur.archlinux.org/pcloud-drive.git (read-only, click to copy) |
---|---|
Package Base: | pcloud-drive |
Description: | pCloud drive. Electron edition. |
Upstream URL: | https://www.pcloud.com/ |
Licenses: | custom |
Replaces: | pcloud, pcloud-git |
Submitter: | plague-doctor |
Maintainer: | rew1red |
Last Packager: | rew1red |
Votes: | 83 |
Popularity: | 0.51 |
First Submitted: | 2017-04-27 21:39 (UTC) |
Last Updated: | 2024-11-20 15:39 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 Next › Last »
This appears to have a dependency on fuse as well.
I think you should add:
makedepends=('jq','sed','fuse')
Can confirm what @anilg found. The package builds only when built after cloning.
Have dependencies. Successful makepkg. See application. Doesn't do anything?<br> Am I supposed to do something special once it's installed to make it work?
@lorenzosu: https://aur.archlinux.org/packages/pcloud-drive/
This won't work as the server it used isn't reachable any more. The new binary is here: https://www.pcloud.com/how-to-install-pcloud-drive-linux.html#
Using makepkg -csi on the snapshot I got ==> Validating source_x86_64 files with md5sums... pcloud ... FAILED ==> ERROR: One or more files did not pass the validity check!
I then did git clone https://aur.archlinux.org/pcloud-drive.git and tried again and that built and ran successfully.
Currently this install the icons and some unnecessary libs to /usr/usr/share/icons and /usr/usr/lib -- here is a fix
--- a/PKGBUILD +++ b/PKGBUILD @@ -26,7 +26,8 @@ prepare() { package() { install -d "$pkgdir"/{/usr/bin,opt} cp -r "${srcdir}/squashfs-root/app" "${pkgdir}/opt/${PN}" - cp -r "${srcdir}/squashfs-root/usr" "${pkgdir}/usr" + mkdir -p "${pkgdir}/usr/share/icons/hicolor" + cp -r "${srcdir}/squashfs-root/usr/share/icons/" "${pkgdir}/usr/share/" ln -s "/opt/${PN}/${PN}" "${pkgdir}/usr/bin/${PN}" install -Dm644 "${srcdir}/squashfs-root/${PN}.desktop" "${pkgdir}/usr/share/applications/${PN}.desktop" sed -i 's/AppRun/pcloud/' "${pkgdir}/usr/share/applications/${PN}.desktop"
No, it doesn't.
Pinned Comments
Zenzio commented on 2022-08-13 06:44 (UTC) (edited on 2022-08-13 06:45 (UTC) by Zenzio)
@cirlo I contacted their support when I had trouble running pCloud in Sway with GDK_BACKEND=wayland (without ",x11"). Their response was: "Unfortunately, we are having troubles updating the app to the latest electron versions because of inside security libraries that we are using. Our devs know about this issue and electron version update is already planed."