@Tio: Done!
Search Criteria
Package Details: warpinator-git 1.8.1.r0.gce45bbde-1
Package Actions
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.000209 |
First Submitted: | 2020-03-03 02:39 (UTC) |
Last Updated: | 2024-12-13 03:42 (UTC) |
Dependencies (22)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnm (libnm-gitAUR, libnm-iwdAUR)
- python-cairo (python-cairo-gitAUR)
- python-cryptography
- python-gobject
- python-grpcio
- python-landlockAUR
- python-netifaces (python-netifaces-gitAUR)
- python-packaging
- python-protobuf (python-protobuf-gitAUR)
- python-pynacl
- python-qrcode
- python-setproctitle
- python-setuptools
- python-xapp
- python-zeroconf
- xapps (xapps-gitAUR, xapp)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- polkit (polkit-gitAUR, polkit-consolekitAUR) (make)
- Show 2 more dependencies...
Required by (0)
Sources (1)
yochananmarqos commented on 2020-03-07 15:02 (UTC)
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')
Pinned Comments