Package Details: cloudflare-warp-bin 2024.11.309-1

Git Clone URL: https://aur.archlinux.org/cloudflare-warp-bin.git (read-only, click to copy)
Package Base: cloudflare-warp-bin
Description: Cloudflare Warp Client
Upstream URL: https://1.1.1.1
Licenses: unknown
Conflicts: cloudflare-warp
Provides: warp-cli, warp-diag, warp-svc
Submitter: solatis
Maintainer: solatis (mhdi, billyaddlers, vk8a8, Neomax7)
Last Packager: mhdi
Votes: 56
Popularity: 2.11
First Submitted: 2021-05-26 08:59 (UTC)
Last Updated: 2024-11-19 08:44 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 18 Next › Last »

nicarim commented on 2022-10-13 12:58 (UTC)

I've fixed the package, it now pulls 2022.9.591 instead of 2022.9.505

nicarim commented on 2022-10-13 12:49 (UTC)

It used to be there, but it seems cloudflare removes packages when they upgrade the patch version?

Davs commented on 2022-10-13 07:05 (UTC)

Hi! Currently the package cannot be installed, because:

==> ERROR: Failure while downloading https://pkg.cloudflareclient.com/pool/dists/focal/main/cloudflare_warp_2022_9_505_1_amd64_a6d2e18d42_amd64.deb

Based on curl https://pkg.cloudflareclient.com/dists/focal/main/binary-amd64/Packages the only 2022.9.* version there is 2022.9.591.

solatis commented on 2022-10-10 10:33 (UTC)

That’s great, I’ve added you as a co-maintainer!

nicarim commented on 2022-10-10 07:49 (UTC)

I could take over @solatis :) I'll be using it in the near future pretty often so I could update it whenever I need it.

solatis commented on 2022-10-08 16:27 (UTC)

Hey guys, I just pushed to latest release of cloudflare, and the taskbar is now properly integrated (and mentioned) in the package.

As I'm going to be a bit less available for the next few months, I'm looking for someone to help out as a co-maintainer of the package -- not necessarily because it's a lot of work, but just that changes and updates can be implemented in a timely manner.

Let me know if anyone is interested, it would be appreciated!

nicarim commented on 2022-10-07 15:37 (UTC) (edited on 2022-10-07 15:52 (UTC) by nicarim)

It might be also worth it to add it to the post_install function, because it doesn't mention it explicitly.

It is ran using systemctl --user enable --now warp-taskbar

solatis commented on 2022-10-07 12:57 (UTC)

@nicarim Thanks for the suggestion, updated the package and pushed the change!

nicarim commented on 2022-10-07 12:42 (UTC)

Hey,

Are you able to add to PKGBUILD changes to include warp-taskbar service? It's used for notifications by warp-cli, and it breaks some functionalities if it's not there (can't get re authentication requests for example)

@@ -112,10 +112,14 @@ check() {
 package() {
     mkdir "${pkgdir}/usr/" || true
     cp -R "${srcdir}/build/"{bin,lib} "${pkgdir}/usr/"
+    cp -R "${srcdir}/build/usr/lib" "${pkgdir}/usr/"

     # Fix systemd unit
     sed -i \
         -e "s%ExecStart=/bin/warp-svc%ExecStart=/usr/bin/warp-svc%" \
         "${pkgdir}"/usr/lib/systemd/system/warp-svc.service
-
+    sed -i \
+        -e "s%ExecStart=/bin/warp-taskbar%ExecStart=/usr/bin/warp-taskbar%" \
+        "${pkgdir}"/usr/lib/systemd/user/warp-taskbar.service
+
 }

AchmadFathoni commented on 2022-08-28 07:15 (UTC)

Well, I just need a simple restart.