[eog/wip/gitlab-ci-v2] icon: Switch icon if using development build profile



commit 3a8d5a25188b52e6530c06b3f2e24c2d9a081703
Author: Felix Riemann <friemann gnome org>
Date:   Sun Dec 1 17:26:17 2019 +0100

    icon: Switch icon if using development build profile

 data/eog.desktop.in.in | 2 +-
 data/meson.build       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/eog.desktop.in.in b/data/eog.desktop.in.in
index 51d7aadd..c05dd580 100644
--- a/data/eog.desktop.in.in
+++ b/data/eog.desktop.in.in
@@ -5,7 +5,7 @@ TryExec=eog
 Exec=eog %U
 # TRANSLATORS: Do NOT translate or transliterate this text!
 # This is an icon file name
-Icon=org.gnome.eog
+Icon=@icon@
 StartupNotify=true
 Terminal=false
 Type=Application
diff --git a/data/meson.build b/data/meson.build
index 44c39ffc..45e4b8e6 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -19,7 +19,7 @@ desktop = 'eog.desktop'
 desktop_in = configure_file(
   input: desktop + '.in.in',
   output: '@BASENAME@',
-  configuration: {'VERSION': eog_version},
+  configuration: {'VERSION': eog_version, 'icon': application_id },
 )
 
 i18n.merge_file(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]