Search Criteria
Package Details: usbguard-notifier-git 0.1.0.1.gf4586b7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/usbguard-notifier-git.git (read-only, click to copy) |
---|---|
Package Base: | usbguard-notifier-git |
Description: | A tool for detecting usbguard policy and device presence changes |
Upstream URL: | https://github.com/Cropi/usbguard-notifier |
Licenses: | GPL2 |
Conflicts: | usbguard-notifier |
Provides: | usbguard-notifier |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 4 |
Popularity: | 0.005420 |
First Submitted: | 2021-12-04 09:05 (UTC) |
Last Updated: | 2024-02-29 04:52 (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)
- libnotify (libnotify-gitAUR)
- librsvg (librsvg-gitAUR)
- usbguard (usbguard-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- catch2-v2 (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
WTechNinja commented on 2024-02-27 18:42 (UTC) (edited on 2024-02-27 18:51 (UTC) by WTechNinja)
Edit: I just realized, instead of doing either of those it's probably better to tell it to use the bundled catch with by changing the configure line to this
./configure --prefix=/usr --with-bundled-catch
and removingcatch2
from the makedepends. Up to you thoughI'm not positive, but I think
catch2
in the makedepends should be replaced withcatch2-v2
, because I getchecking for catch.hpp... no
in my build log otherwise.The other thing you could do is replace this line
./configure CPPFLAGS=-I/usr/include/catch2 --prefix=/usr
with./configure CPPFLAGS=-I./src/ThirdParty/Catch2/single_include/catch2/ --prefix=/usr
Which should (to my limited knowledge) make it use the
catch2
it just downloaded instead of the system'scatch2
. I could be wrong but either of those makes it build correctly on my laptop.ZhangHua commented on 2023-02-04 02:14 (UTC)
@astro this is a -git package, which means that we will pull latest source code and its version string will be updated automatically in pkgver() when it is going to be built.
astro commented on 2023-02-03 16:41 (UTC)
0.1.0 available : https://github.com/Cropi/usbguard-notifier/tags