[balsa/wip/gmime3: 136/197] Fix some icon issues
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/wip/gmime3: 136/197] Fix some icon issues
- Date: Wed, 23 May 2018 21:23:48 +0000 (UTC)
commit 6a52df7c8ba07498fbecea96dfe6e51461f4e80f
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 d0f1961..052b862 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 5816188..8762893 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]