mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
media-video/walksnail-osd-tool: Skip QA check
Signed-off-by: William Harrell <wharrell1@protonmail.com>
This commit is contained in:
parent
c8918203aa
commit
7af0975641
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user