From e78ca8bd390865b14ecd46f9686da2fcaaa88222 Mon Sep 17 00:00:00 2001 From: aa1vs Date: Tue, 8 Feb 2011 20:55:11 +0000 Subject: [PATCH] Adjust icons and .desktop file to help with bug 3113190. git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@760 ab6734ba-2843-0410-b83b-99c217ef6c0f --- ChangeLog | 6 ++++++ data/desktop/gpredict.desktop.in | 2 +- pixmaps/icons/Makefile.am | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ace44b0..9d4d3b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,12 @@ * src/gtk-sat-selector.c Replace search capability with filter capability in gtk-sat-selector. + * data/desktop/gpredict.desktop.in + * pixmaps/icons/Makefile.am + Install a copy of gpredict-icon.png to pixmaps directory. + Change gpredict.desktop to reference this new copy. + Resolves part of Bug 3113190. + 2011-02-02 Charles Suprin * src/mod-cfg.c diff --git a/data/desktop/gpredict.desktop.in b/data/desktop/gpredict.desktop.in index a93de01..82422ee 100644 --- a/data/desktop/gpredict.desktop.in +++ b/data/desktop/gpredict.desktop.in @@ -2,7 +2,7 @@ Name=Gredict Comment=Satellite tracker Exec=gpredict -Icon=$(datadir)/pixmaps/gpredict/icons/gpredict-icon.png +Icon=gpredict-icon Terminal=false Type=Application Categories=HamRadio; diff --git a/pixmaps/icons/Makefile.am b/pixmaps/icons/Makefile.am index 385298f..0a91aab 100644 --- a/pixmaps/icons/Makefile.am +++ b/pixmaps/icons/Makefile.am @@ -1,5 +1,8 @@ gpredict_iconsdir = $(datadir)/pixmaps/gpredict/icons +gpredict_icons2dir = $(datadir)/pixmaps/ +gpredict_icons2_DATA = gpredict-icon.png + gpredict_icons_DATA = \ gpredict-antenna.png \ gpredict-antenna-small.png \ @@ -36,5 +39,5 @@ gpredict_icons_DATA = \ gpredict-shuttle.png \ gpredict-shuttle-small.png -EXTRA_DIST = $(gpredict_icons_DATA) +EXTRA_DIST = $(gpredict_icons_DATA) $(gpredict_icons2_DATA)