Search Criteria
Package Details: gnome-shell-extension-bluetooth-quick-connect-git 31.r5.g66b79fc-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-bluetooth-quick-connect-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-bluetooth-quick-connect-git |
Description: | Allow to connect Bluetooth paired devices from GNOME control panel. |
Upstream URL: | https://github.com/bjarosze/gnome-bluetooth-quick-connect |
Licenses: | GPL3 |
Submitter: | apnkpr |
Maintainer: | apnkpr |
Last Packager: | apnkpr |
Votes: | 3 |
Popularity: | 0.000002 |
First Submitted: | 2020-12-07 12:27 (UTC) |
Last Updated: | 2023-02-05 05:25 (UTC) |
Dependencies (3)
- bluez-utils (bluez-git, bluez-utils-compat)
- gnome-shell (ebadoo-shell, gnome-shell-338, gnome-shell-oldstable, gnome-shell-perf, gnome-shell-git, gnome-shell-mobile-git, gnome-shell-xrdesktop-git, gnome-shell-screencast-vaapi, gnome-shell-performance)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
apnkpr commented on 2023-02-05 05:32 (UTC) (edited on 2023-02-05 05:34 (UTC) by apnkpr)
Thanks for the improved version @yochananmarqos.
When using your
PKGBUILD
directly, I noticed that the installed files' (inside/usr/share/gnome-shell/extensions/bluetooth-quick-connect@bjarosze.gmail.com
) owner is my own user instead ofroot
. I think it has something to do with usingbsdtar
to extract the files directly to the destination. Maybe a bug inmakepkg
/fakeroot
/bsdtar
?yochananmarqos commented on 2023-02-04 08:42 (UTC)
@craigacgomez: That's not necessary. All that needs to be done is unpacking the zip now.
@apnkpr: Improved PKGBUILD
craigacgomez commented on 2023-02-02 20:13 (UTC)
Hi, please add "glib-compile-schemas --strict --targetdir=schemas schemas" after "make" in the package build. The new Makefile in the upstream repository now defaults to a dist zip package and the compiled glib schema is no longer available outside the zip. This causes the extension to fail to load.
apnkpr commented on 2020-12-08 05:01 (UTC)
thanks @yochananmarqos, added.
yochananmarqos commented on 2020-12-07 16:20 (UTC)
bluez-utils
is a missing dependency, see Requirements.