Package Details: warpinator-git 1.8.1.r0.gce45bbde-1

Git Clone URL: https://aur.archlinux.org/warpinator-git.git (read-only, click to copy)
Package Base: warpinator-git
Description: Share files across the LAN
Upstream URL: https://github.com/linuxmint/warpinator
Licenses: GPL-3.0-or-later
Conflicts: warpinator
Provides: warpinator
Submitter: kylelaker
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1
Popularity: 0.028159
First Submitted: 2020-03-03 02:39 (UTC)
Last Updated: 2024-03-04 19:32 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

yochananmarqos commented on 2020-03-07 15:02 (UTC)

@Tio: Done!

Tio commented on 2020-03-07 14:01 (UTC)

Works now to launch form terminal. Do you plan creating a .desktop file for it? Thanks!

kylelaker commented on 2020-03-03 23:06 (UTC)

@yochananmarqos: now that's something I can do immediately :) added. Thanks!

yochananmarqos commented on 2020-03-03 21:42 (UTC)

@Tio: Try again, they removed importing ping.

python-grpcio-tools is a build dependency while python-grpcio and python-protobuf are runtime dependencies. See the Debian control file.

I think it would be a little easier if you added me as a Co-Maintainer. ;) See my updated PKGBUILD.

Tio commented on 2020-03-03 20:48 (UTC)

[tio@tio-pc ~]$ warp
Traceback (most recent call last):
  File "/usr/lib/warp/warp.py", line 19, in <module>
    import machines
  File "/usr/lib/warp/machines.py", line 24, in <module>
    import ping
ModuleNotFoundError: No module named 'ping'

yochananmarqos commented on 2020-03-03 16:09 (UTC)

@kylelaker: Like I already mentioned, you'll have to rename the binary to avoid conflicts. Add the following to the end of the package function.

    # Binary name conflicts with haskell-wai-app-static
    mv "$pkgdir/usr/bin/warp" "$pkgdir/usr/bin/warpinator"

kylelaker commented on 2020-03-03 15:28 (UTC)

@Tio: the binary is warp, located in /usr/bin. For more information about the file locations, you can view pacman -Ql warpinator-git after installing.

@pablo: that should be corrected on this new package (and provides/conflicts/replaces will be resolved after applying @yochananmarqos' suggestion).

@yochananmarqos: thanks for that correction. I cannot apply it immediately but will do so as soon as possible

Tio commented on 2020-03-03 14:31 (UTC)

Installed on tromjaro gnome (arch) and I can't seem to find it. "warpinator" in terminal does nothing "command not found".

<deleted-account> commented on 2020-03-03 10:32 (UTC)

python-grpcio-tools is also request

yochananmarqos commented on 2020-03-03 04:40 (UTC)

This needs provides, conflicts and replaces arrays:

provides=('warpinator)
conflicts=('warpinator' 'lm-warp')
replaces=('lm-warp')