mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-07 06:02:58 -04:00
app-emulation/lsfg-vk: use xdg eclass
Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ CRATES="
|
||||
winnow@0.7.12
|
||||
"
|
||||
|
||||
inherit cargo cmake desktop flag-o-matic toolchain-funcs xdg-utils
|
||||
inherit cargo cmake desktop flag-o-matic toolchain-funcs xdg
|
||||
|
||||
DESCRIPTION="Lossless Scaling Frame Generation on Linux via DXVK/Vulkan"
|
||||
HOMEPAGE="https://github.com/PancakeTAS/lsfg-vk"
|
||||
@@ -280,8 +280,6 @@ src_install() {
|
||||
if use gui; then
|
||||
dobin "${S}/ui/$(cargo_target_dir)/lsfg-vk-ui"
|
||||
domenu "${S}/ui/rsc/gay.pancake.lsfg-vk-ui.desktop"
|
||||
xdg_desktop_database_update
|
||||
newicon -s 256 "${S}/ui/rsc/icon.png" "gay.pancake.lsfg-vk-ui.png"
|
||||
xdg_icon_cache_update
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user