media-video/walksnail-osd-tool: Skip QA check

Signed-off-by: William Harrell <wharrell1@protonmail.com>
This commit is contained in:
William Harrell 2024-04-14 19:04:14 -04:00
parent c8918203aa
commit 7af0975641
No known key found for this signature in database
GPG Key ID: E95A692D9087E063
2 changed files with 5 additions and 3 deletions

View File

@ -494,6 +494,8 @@ PATCHES=(
"${FILESDIR}/${P}-build-remove-git-dep.patch"
)
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_unpack() {
cargo_src_unpack
# rename the repo to match what the build expects
@ -517,4 +519,3 @@ pkg_postinst() {
pkg_postrm() {
xdg_icon_cache_update
}

View File

@ -12,11 +12,13 @@ EGIT_REPO_URI="https://github.com/avsaase/walksnail-osd-tool.git"
LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 GPL-3 ISC UbuntuFontLicense-1.0 MIT MPL-2.0 OFL-1.1 Unicode-DFS-2016 Unlicense XC ZLIB"
SLOT="0"
DEPEND=""
#DEPEND=""
RDEPEND="${DEPEND}
media-video/ffmpeg"
BDEPEND=">=virtual/rust-1.71.1-r1"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
@ -41,4 +43,3 @@ pkg_postinst() {
pkg_postrm() {
xdg_icon_cache_update
}