netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=c80725773b173d7b661886491972e2a5427844ec

commit c80725773b173d7b661886491972e2a5427844ec
Author: Alastair Poole <[email protected]>
Date:   Thu May 28 12:20:15 2020 +0100

    icon: install in correct place.
    
    Seems lintian spazzes out when the icon resolution doesn't match
    the fdo icon destination. This fixes that.
---
 data/icons/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/icons/meson.build b/data/icons/meson.build
index 8829ea1..57def3b 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,2 +1,2 @@
 install_data('evisum.png',
-             install_dir: join_paths(dir_data, 'icons/hicolor/128x128/apps'))
+             install_dir: join_paths(dir_data, 'icons/hicolor/256x256/apps'))

-- 


Reply via email to