Package Details: pcloud-drive 1.14.8-1

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)

Required by (0)

Sources (2)

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."

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 Next › Last »

controlxfreak commented on 2018-07-29 22:54 (UTC) (edited on 2018-07-29 22:55 (UTC) by controlxfreak)

This appears to have a dependency on fuse as well.

I think you should add: makedepends=('jq','sed','fuse')

r0b0h0b0 commented on 2018-04-29 08:58 (UTC) (edited on 2018-04-29 08:58 (UTC) by r0b0h0b0)

Can confirm what @anilg found. The package builds only when built after cloning.

DR34D_0 commented on 2018-04-29 04:33 (UTC)

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?

Stitchless commented on 2018-04-12 14:31 (UTC)

@lorenzosu: https://aur.archlinux.org/packages/pcloud-drive/

lorenzosu commented on 2018-04-12 14:24 (UTC)

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#

nihil commented on 2018-03-25 06:07 (UTC) (edited on 2018-03-25 06:13 (UTC) by nihil)

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.

brabes commented on 2018-01-28 09:25 (UTC) (edited on 2018-01-28 09:25 (UTC) by brabes)

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"

plague-doctor commented on 2017-12-14 02:34 (UTC)

No, it doesn't.