Search Criteria
Package Details: packet 0.6.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/packet.git (read-only, click to copy) |
|---|---|
| Package Base: | packet |
| Description: | A Quick Share client for Linux |
| Upstream URL: | https://github.com/nozwock/packet |
| Licenses: | GPL-3.0-or-later |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 13 |
| Popularity: | 1.72 |
| First Submitted: | 2025-05-17 16:29 (UTC) |
| Last Updated: | 2026-04-20 19:42 (UTC) |
Dependencies (9)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- nautilus-python (optional) – Nautilus integration
- python-dbus (optional) – needed for Nautilus extension
Latest Comments
yochananmarqos commented on 2026-04-23 16:39 (UTC)
@gwuensch: I removed the symlink so the extension isn't installed twice. I suggest creating an upstream issue and maybe suggest that it checks if the extension is already installed in the system before installing it to user space.
gwuensch commented on 2026-04-23 12:08 (UTC)
In previous versions, the PKGBUILD symlinked
packet_nautilus.pyto/usr/share/nautilus-python/extensions/. I think we should keep this.The app's built-in install mechanism makes sense for Flatpak, where plugins can't simply be placed in a directory Nautilus picks up automatically. But for a native install, pacman should manage the file, same as every other package that ships a Nautilus extension.