[balsa] Fix some icon issues



commit d3a15a022a9ba384b7952352ce50e08fde50d7e1
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Nov 8 15:33:44 2017 -0500

    Fix some icon issues
    
        * images/meson.build: remove pointless comment.
        * meson.build: install desktop icon.

 ChangeLog          |    7 +++++++
 images/meson.build |    1 -
 meson.build        |    5 +++++
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0e301e6..442861c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-11-08  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       Fix some icon issues
+
+       * images/meson.build: remove pointless comment.
+       * meson.build: install desktop icon.
+
+2017-11-08  Peter Bloomfield  <pbloomfield bellsouth net>
+
        Install appstream metadata to non-deprecated location
 
        Fixes bgo 790076, thanks to Jeremy Bicha
diff --git a/images/meson.build b/images/meson.build
index 97c3561..cf81c39 100644
--- a/images/meson.build
+++ b/images/meson.build
@@ -6,7 +6,6 @@ foreach dir : subdirs
 endforeach
 
 # balsa_logo.png used by About menu (small one).
-# balsa-logo.png used by the init-druid
 balsa_imgs = [
   'attachment.png',
   'balsa-top.png',
diff --git a/meson.build b/meson.build
index 8e98740..a3082a2 100644
--- a/meson.build
+++ b/meson.build
@@ -755,6 +755,11 @@ if gtksourceview
   gtksourceview_dir = join_paths(get_option('datadir'), 'balsa', 'gtksourceview-3.0')
   install_data(gtksourceview_files, install_dir : gtksourceview_dir)
 endif
+
+# desktop icon:
+install_data('gnome-balsa2.png',
+             install_dir : join_paths(get_option('datadir'), 'pixmaps'))
+
 ####################### Autotools stuff below this line #######################
 #
 #dist-hook: balsa.spec


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