From 868fff9c062f37e06f6a5e84ba2c66d08a0271bc Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Tue, 10 Nov 2020 01:03:36 +0100 Subject: [PATCH] Install icons to default theme See the [Icon Theme Specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) --- bsnes/target-bsnes/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsnes/target-bsnes/GNUmakefile b/bsnes/target-bsnes/GNUmakefile index 4c67bde5..4b88afab 100644 --- a/bsnes/target-bsnes/GNUmakefile +++ b/bsnes/target-bsnes/GNUmakefile @@ -58,7 +58,8 @@ else ifneq ($(filter $(platform),linux bsd),) mkdir -p $(prefix)/share/$(name)/Shaders/ cp out/$(name) $(prefix)/bin/$(name) cp $(ui)/resource/$(name).desktop $(prefix)/share/applications/$(name).desktop - cp $(ui)/resource/$(name).png $(prefix)/share/icons/$(name).png + cp $(ui)/resource/$(name).png $(prefix)/share/icons/hicolor/256x256/apps/$(name).png + cp $(ui)/resource/$(name).svg $(prefix)/share/icons/hicolor/scalable/apps/$(name).svg cp Database/* $(prefix)/share/$(name)/Database/ cp -r ../shaders/* $(prefix)/share/$(name)/Shaders/ endif