This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch fix_icon_path
in repository ephoto.
View the commit online.
commit 91d74ed92c8ea78a1ab9be83336c97e613fb4795
Author: feinedsquirrel <fs.enlightenm...@fesq.xyz>
AuthorDate: Mon Mar 31 20:41:56 2025 -0600
icon location should be share/pixmaps per the xdg .desktop spec
---
data/desktop/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/desktop/meson.build b/data/desktop/meson.build
index fce7eef..793a100 100644
--- a/data/desktop/meson.build
+++ b/data/desktop/meson.build
@@ -1,7 +1,7 @@
install_data('ephoto.desktop',
install_dir: join_paths(dir_data, 'applications'))
install_data('ephoto.png',
- install_dir: join_paths(dir_data, 'icons'))
+ install_dir: join_paths(dir_data, 'pixmaps'))
host_os = host_machine.system()
if host_os == 'linux'
if cc.has_header_symbol('features.h', '__UCLIBC__')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.