[meld] Install all application icon sizes correctly (closes bgo#395919)
- From: Kai Willadsen <kaiw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [meld] Install all application icon sizes correctly (closes bgo#395919)
- Date: Sun, 11 Oct 2009 02:41:27 +0000 (UTC)
commit 8b6b149f4297d4f85733b1096036694ea6240fd7
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Oct 11 12:11:26 2009 +1000
Install all application icon sizes correctly (closes bgo#395919)
Based on a patch from Stefan Friesel.
GNUmakefile | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/GNUmakefile b/GNUmakefile
index 3236fce..90b500b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -47,6 +47,11 @@ install: $(addsuffix .install,$(SPECIALS)) meld.desktop
$(DESTDIR)$(docdir_) \
$(DESTDIR)$(sharedir)/applications \
$(DESTDIR)$(sharedir)/pixmaps \
+ $(DESTDIR)$(sharedir)/icons/hicolor/16x16/apps \
+ $(DESTDIR)$(sharedir)/icons/hicolor/22x22/apps \
+ $(DESTDIR)$(sharedir)/icons/hicolor/32x32/apps \
+ $(DESTDIR)$(sharedir)/icons/hicolor/48x48/apps \
+ $(DESTDIR)$(sharedir)/icons/hicolor/scalable/apps \
$(DESTDIR)$(helpdir_)
install -m 755 bin/meld.install \
$(DESTDIR)$(bindir)/meld
@@ -76,6 +81,16 @@ install: $(addsuffix .install,$(SPECIALS)) meld.desktop
$(DESTDIR)$(sharedir_)/icons
install -m 644 data/icons/icon.png \
$(DESTDIR)$(sharedir)/pixmaps/meld.png
+ install -m 644 data/icons/16x16/meld.png \
+ $(DESTDIR)$(sharedir)/icons/hicolor/16x16/apps/meld.png
+ install -m 644 data/icons/22x22/meld.png \
+ $(DESTDIR)$(sharedir)/icons/hicolor/22x22/apps/meld.png
+ install -m 644 data/icons/32x32/meld.png \
+ $(DESTDIR)$(sharedir)/icons/hicolor/32x32/apps/meld.png
+ install -m 644 data/icons/48x48/meld.png \
+ $(DESTDIR)$(sharedir)/icons/hicolor/48x48/apps/meld.png
+ install -m 644 data/icons/48x48/meld.svg \
+ $(DESTDIR)$(sharedir)/icons/hicolor/scalable/apps/meld.svg
$(MAKE) -C po install
$(MAKE) -C help install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]