From 8fb74729b7796fe3f5d50a67bcc37869109cede1 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 24 Oct 2009 18:21:15 +0000 Subject: [PATCH] Add desktop files and pixmaps --- data/.gitignore | 1 + data/Makefile.am | 9 +++++++++ data/aweather.desktop | 8 ++++++++ data/aweather.svg | 25 +++++++++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 data/aweather.desktop create mode 100644 data/aweather.svg diff --git a/data/.gitignore b/data/.gitignore index 13c906e..0d9808b 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1 +1,2 @@ aweather +*.png diff --git a/data/Makefile.am b/data/Makefile.am index 79d45bb..6aa6e4f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,5 +4,14 @@ dist_gtkbuilder_DATA = main.ui configdir = $(datadir)/aweather/ dist_config_DATA = defaults.ini +desktopdir = $(datadir)/applications +dist_desktop_DATA = aweather.desktop + +pixmapdir = $(datadir)/pixmaps +dist_pixmap_DATA = aweather.png + +.svg.png: + convert $< $@ + maintainer-clean-local: rm -f Makefile.in diff --git a/data/aweather.desktop b/data/aweather.desktop new file mode 100644 index 0000000..7019aca --- /dev/null +++ b/data/aweather.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=AWeather +Comment=Advanced weather reporting program +Exec=aweather +Terminal=false +Icon=aweather.png +Categories=Education;Science;Geoscience diff --git a/data/aweather.svg b/data/aweather.svg new file mode 100644 index 0000000..f5dadbd --- /dev/null +++ b/data/aweather.svg @@ -0,0 +1,25 @@ + + + + thundery showers + + + + + + + + + + + + + + + + + + + + + -- 2.41.0