Search Criteria
Package Details: door-knocker 0.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/door-knocker.git (read-only, click to copy) |
---|---|
Package Base: | door-knocker |
Description: | Check availability of all portals provided by xdg-desktop-portal |
Upstream URL: | https://codeberg.org/tytan652/door-knocker |
Licenses: | GPL-3.0-or-later |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 1 |
Popularity: | 0.002092 |
First Submitted: | 2023-08-21 20:18 (UTC) |
Last Updated: | 2024-09-20 11:19 (UTC) |
Dependencies (9)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
Latest Comments
snowlire commented on 2024-06-27 06:33 (UTC)
Building fails without
glib2-devel
due to missingglib-mkenums
. Adding it as a make depend is enough.tytan652 commented on 2023-09-04 15:05 (UTC) (edited on 2023-09-04 15:06 (UTC) by tytan652)
It should be fixed in 0.1.1.
The application does not require xdg-desktop-portal package as a hard dependency. It will normally just indicate in the UI that it was not found and that none of the portal were found.
dreieck commented on 2023-09-04 14:12 (UTC)
It crashes for me with a segmentation fault:
door-knocker
:(Even if
xdg-desktop-portal
is a required dependency, absence should not result in segmentation fault. And ifxdg-desktop-portal
is a required dependency, you need to add it to thedepends
array.)A
gdb
backtrace:Regards!