]> Pileus Git - aweather/blob - data/Makefile.am
Change website to pileus.org
[aweather] / data / Makefile.am
1 gtkbuilderdir = $(datadir)/aweather/
2 dist_gtkbuilder_DATA = main.ui
3
4 configdir = $(datadir)/aweather/
5 dist_config_DATA = defaults.ini
6
7 fipsdir = $(datadir)/aweather/
8 dist_fips_DATA = fips.txt
9
10 logodir = $(datadir)/aweather/
11 dist_logo_DATA = logo.svg
12
13 icondir = $(datadir)/aweather/
14 dist_icon_DATA = car.png arrow.png
15
16 colordir = $(datadir)/aweather/colors/
17 dist_color_DATA = colors/*.clr
18
19 desktopdir = $(datadir)/applications
20 dist_desktop_DATA = aweather.desktop
21
22 icon16dir = $(datadir)/icons/hicolor/16x16/apps/
23 icon22dir = $(datadir)/icons/hicolor/22x22/apps/
24 icon24dir = $(datadir)/icons/hicolor/24x24/apps/
25 icon32dir = $(datadir)/icons/hicolor/32x32/apps/
26 icon48dir = $(datadir)/icons/hicolor/48x48/apps/
27 iconSCdir = $(datadir)/icons/hicolor/scalable/apps
28
29 dist_icon16_DATA = icons/16x16/aweather.png
30 dist_icon22_DATA = icons/22x22/aweather.png
31 dist_icon24_DATA = icons/24x24/aweather.png
32 dist_icon32_DATA = icons/32x32/aweather.png
33 dist_icon48_DATA = icons/48x48/aweather.png
34 dist_iconSC_DATA = icons/scalable/aweather.svg
35
36 dist_noinst_DATA = icons/48x48/aweather.ico
37
38 fips.txt:
39         wget http://pileus.org/aweather/files/fips/fips.txt
40
41 install-data-hook:
42         if test -z "$(DESTDIR)"; then \
43                 gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; \
44         fi
45
46 glade:
47         GLADE_CATALOG_PATH=. glade-3 main.ui.in
48
49 .png.ico:
50         icotool -c $< -o $@
51
52 maintainer-clean-local:
53         rm -f Makefile.in