X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=data%2FMakefile.am;h=842b763856bf4a633347d5495fa6de421cc5617e;hp=05845141202748d264367d031037cc1011585925;hb=485f64e85e3e4b4bd17e2ccc5485d2168ddfa717;hpb=f41a3a472f7e93a833454090b7c63b732e3d4510 diff --git a/data/Makefile.am b/data/Makefile.am index 0584514..842b763 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,15 +4,18 @@ dist_gtkbuilder_DATA = main.ui configdir = $(datadir)/aweather/ dist_config_DATA = defaults.ini +fipsdir = $(datadir)/aweather/ +dist_fips_DATA = fips.txt + logodir = $(datadir)/aweather/ dist_logo_DATA = logo.svg +icondir = $(datadir)/aweather/ +dist_icon_DATA = car.png arrow.png + colordir = $(datadir)/aweather/colors/ dist_color_DATA = colors/*.clr -if WIN32 -noinst_DATA = icons/48x48/aweather.ico -else desktopdir = $(datadir)/applications dist_desktop_DATA = aweather.desktop @@ -27,13 +30,18 @@ dist_icon16_DATA = icons/16x16/aweather.png dist_icon22_DATA = icons/22x22/aweather.png dist_icon24_DATA = icons/24x24/aweather.png dist_icon32_DATA = icons/32x32/aweather.png +dist_icon48_DATA = icons/48x48/aweather.png dist_iconSC_DATA = icons/scalable/aweather.svg +dist_noinst_DATA = icons/48x48/aweather.ico + +fips.txt: + wget http://pileus.org/aweather/files/fips/fips.txt + install-data-hook: if test -z "$(DESTDIR)"; then \ gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; \ fi -endif glade: GLADE_CATALOG_PATH=. glade-3 main.ui.in