Package Details: r-quick-share-bin 0.11.5-2

Git Clone URL: https://aur.archlinux.org/r-quick-share-bin.git (read-only, click to copy)
Package Base: r-quick-share-bin
Description: Rust implementation of NearbyShare/QuickShare from Android for Linux.
Upstream URL: https://github.com/Martichou/rquickshare
Keywords: r-quick-share rquickshare
Licenses: GPL-3.0-or-later
Conflicts: r-quick-share
Provides: r-quick-share, rquickshare
Submitter: neroices
Maintainer: AlphaJack (HurricanePootis, yochananmarqos)
Last Packager: yochananmarqos
Votes: 8
Popularity: 0.51
First Submitted: 2024-03-03 02:49 (UTC)
Last Updated: 2026-04-12 17:34 (UTC)

Latest Comments

1 2 Next › Last »

AlphaJack commented on 2026-04-09 21:43 (UTC)

@HurricanePootis thank you for the info! I've added you as a co-maintainer if you'd like to patch the PKGBUILD accordingly

HurricanePootis commented on 2026-04-07 20:40 (UTC)

@Alphajack

This package currently needs the following changes:

  1. Removal of webkit2gtk. Rquickshare has never relied on webkit2gtk-4.0.
  2. Addition of libgcc, glib2, cairo, hicolor-icon-theme, gdk-pixbuf2, libsoup3, and dbus.

This information was found by using namcap. Also, webkit2gtk is now gone from the main repository. Therefore, this change should be done sooner rather than alter.

diff --git a/PKGBUILD b/PKGBUILD
index f18fa6c..d804736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("GPL-3.0-or-later")
 arch=("x86_64")
 provides=("r-quick-share" "rquickshare")
 conflicts=("r-quick-share")
-depends=("webkit2gtk" "gtk3" "libayatana-appindicator" "libappindicator-gtk3")
+depends=("webkit2gtk-4.1" "gtk3" "libayatana-appindicator" "libappindicator-gtk3" "libgcc" "glib2" "glibc" "cairo" "hicolor-icon-theme" "gdk-pixbuf2" "libsoup3" "dbus")
 source=("$url/releases/download/v$pkgver/r-quick-share-main_v${pkgver}_glibc-${_glibcver}_amd64.deb")
 b2sums=('02ca5f543d94b3a1bf529387813bbb66b713478258a8edbf53e7561fc2739d6e62228e30d5373963f696065dab4cb0218a30f2c61d2533dc712b410d21f1f98d')

mizumo_prjkt commented on 2025-10-01 10:14 (UTC) (edited on 2025-10-01 10:14 (UTC) by mizumo_prjkt)

diff --git a/PKGBUILD b/PKGBUILD
index f18fa6c..d83f851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("GPL-3.0-or-later")
 arch=("x86_64")
 provides=("r-quick-share" "rquickshare")
 conflicts=("r-quick-share")
-depends=("webkit2gtk" "gtk3" "libayatana-appindicator" "libappindicator-gtk3")
+depends=("webkit2gtk" "gtk3" "libayatana-appindicator" "libappindicator-gtk3" "webkit2gtk-4.1")
 source=("$url/releases/download/v$pkgver/r-quick-share-main_v${pkgver}_glibc-${_glibcver}_amd64.deb")
 b2sums=('02ca5f543d94b3a1bf529387813bbb66b713478258a8edbf53e7561fc2739d6e62228e30d5373963f696065dab4cb0218a30f2c61d2533dc712b410d21f1f98d')

Why has no one added the webkit2gtk-4.1requirements yet?

nathawat_a commented on 2025-03-27 14:20 (UTC)

Subject: Update rquickshare Dependency to webkit2gtk-4.1

I recently encountered an issue while running rquickshare on Arch Linux:

rquickshare: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory

The current rquickshare package depends on webkit2gtk, which provides libwebkit2gtk-4.0.so.37, but rquickshare requires libwebkit2gtk-4.1.so.0. Installing webkit2gtk-4.1 manually resolved the issue.

Could you update the package dependency from webkit2gtk to webkit2gtk-4.1 to avoid similar issues for other users?

marzeq commented on 2024-12-14 17:20 (UTC)

please add webkit2gtk-4.1 to the dependencies list

Asutorufa commented on 2024-12-08 05:56 (UTC)

@Teeed need install webkit2gtk-4.1.

sudo pacman -S webkit2gtk-4.1

Teeed commented on 2024-11-22 18:43 (UTC)

After installation it fails to launch:

rquickshare: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory

HEx_404 commented on 2024-11-08 19:25 (UTC)

Please update to v0.11.2

neroices commented on 2024-03-07 00:03 (UTC)

Updated.

neroices commented on 2024-03-07 00:01 (UTC)

@yochananmarqos Yeah, I looked at it yesterday, gonna update rn.