]> Dogcows Code - chaz/homebank/blob - themes/hicolor/Makefile.am
39cd3ec090f72fde43c20a20e795bde237c2c1b7
[chaz/homebank] / themes / hicolor / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 NULL =
4
5 public_icons_themes = \
6 hicolor \
7 $(NULL)
8
9 public_icons = \
10 $(NULL)
11
12 private_icons = \
13 hicolor_actions_16x16_btn-collapse.png \
14 hicolor_actions_16x16_btn-expand.png \
15 hicolor_status_16x16_btn-split.png \
16 hicolor_status_16x16_flt-exclude.png \
17 hicolor_status_16x16_flt-inactive.png \
18 hicolor_status_16x16_flt-include.png \
19 hicolor_actions_16x16_hb-ope-auto.png \
20 hicolor_actions_16x16_hb-ope-budget.png \
21 hicolor_actions_16x16_hb-ope-edit.png \
22 hicolor_actions_16x16_hb-ope-cleared.png \
23 hicolor_actions_16x16_hb-ope-remind.png \
24 hicolor_actions_16x16_hb-ope-reconciled.png \
25 hicolor_actions_24x24_hb-account.png \
26 hicolor_actions_24x24_hb-archive.png \
27 hicolor_actions_24x24_hb-assign.png \
28 hicolor_actions_24x24_hb-assign-run.png \
29 hicolor_actions_24x24_hb-budget.png \
30 hicolor_actions_24x24_hb-category.png \
31 hicolor_actions_24x24_hb-currency.png \
32 hicolor_actions_24x24_hb-file-export.png \
33 hicolor_actions_24x24_hb-file-import.png \
34 hicolor_actions_24x24_hb-file-valid.png \
35 hicolor_actions_24x24_hb-file-invalid.png \
36 hicolor_actions_24x24_hb-filter.png \
37 hicolor_actions_24x24_hb-legend.png \
38 hicolor_actions_24x24_hb-ope-add.png \
39 hicolor_actions_24x24_hb-ope-cleared.png \
40 hicolor_actions_24x24_hb-ope-delete.png \
41 hicolor_actions_24x24_hb-ope-edit.png \
42 hicolor_actions_24x24_hb-ope-herit.png \
43 hicolor_actions_24x24_hb-ope-multiedit.png \
44 hicolor_actions_24x24_hb-ope-reconciled.png \
45 hicolor_actions_24x24_hb-ope-convert.png \
46 hicolor_actions_24x24_hb-ope-show.png \
47 hicolor_actions_24x24_hb-payee.png \
48 hicolor_actions_24x24_hb-rate.png \
49 hicolor_actions_24x24_hb-rep-balance.png \
50 hicolor_actions_24x24_hb-rep-budget.png \
51 hicolor_actions_24x24_hb-rep-stats.png \
52 hicolor_actions_24x24_hb-rep-time.png \
53 hicolor_actions_24x24_hb-rep-vehicle.png \
54 hicolor_actions_24x24_hb-view-bar.png \
55 hicolor_actions_24x24_hb-view-column.png \
56 hicolor_actions_24x24_hb-view-donut.png \
57 hicolor_actions_24x24_hb-view-line.png \
58 hicolor_actions_24x24_hb-view-list.png \
59 hicolor_actions_24x24_hb-view-pie.png \
60 hicolor_actions_24x24_hb-view-stack.png \
61 hicolor_status_16x16_pm-none.png \
62 hicolor_status_16x16_pm-ccard.png \
63 hicolor_status_16x16_pm-dcard.png \
64 hicolor_status_16x16_pm-check.png \
65 hicolor_status_16x16_pm-cash.png \
66 hicolor_status_16x16_pm-transfer.png \
67 hicolor_status_16x16_pm-intransfer.png \
68 hicolor_status_16x16_pm-none.png \
69 hicolor_status_16x16_pm-standingorder.png \
70 hicolor_status_16x16_pm-epayment.png \
71 hicolor_status_16x16_pm-deposit.png \
72 hicolor_status_16x16_pm-fifee.png \
73 hicolor_status_16x16_pm-directdebit.png \
74 hicolor_status_48x48_prf-columns.png \
75 hicolor_status_48x48_prf-display.png \
76 hicolor_status_48x48_prf-euro.png \
77 hicolor_status_48x48_prf-general.png \
78 hicolor_status_48x48_prf-import.png \
79 hicolor_status_48x48_prf-interface.png \
80 hicolor_status_48x48_prf-report.png \
81 hicolor_actions_scalable_toggle-sign-symbolic.svg \
82 hicolor_actions_scalable_btn-collapse-symbolic.svg \
83 hicolor_actions_scalable_btn-expand-symbolic.svg \
84 $(NULL)
85
86
87 EXTRA_DIST = \
88 $(public_icons) \
89 $(private_icons) \
90 $(noinst_DATA) \
91 $(NULL)
92
93 ###############################################################################
94
95 gtk_update_icon_cache = gtk-update-icon-cache -f -t
96
97 update-icon-cache:
98 @-if test -z "$(DESTDIR)"; then \
99 echo "Updating Gtk icon cache."; \
100 for theme in $(public_icons_themes); do \
101 $(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
102 done; \
103 else \
104 echo "*** Icon cache not updated. After (un)install, run this:"; \
105 for theme in $(public_icons_themes); do \
106 echo "*** $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
107 done; \
108 fi
109
110 install-icons:
111 for icon in $(public_icons); do \
112 THEME=`echo $$icon | cut -d_ -f1`; \
113 CONTEXT=`echo $$icon | cut -d_ -f2`; \
114 SIZE=`echo $$icon | cut -d_ -f3`; \
115 ICONFILE=`echo $$icon | cut -d_ -f4`; \
116 mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
117 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
118 done; \
119 for icon in $(private_icons); do \
120 THEME=`echo $$icon | cut -d_ -f1`; \
121 CONTEXT=`echo $$icon | cut -d_ -f2`; \
122 SIZE=`echo $$icon | cut -d_ -f3`; \
123 ICONFILE=`echo $$icon | cut -d_ -f4`; \
124 mkdir -p $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
125 $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
126 done
127
128 uninstall-icons:
129 -for icon in $(public_icons); do \
130 THEME=`echo $$icon | cut -d_ -f1`; \
131 CONTEXT=`echo $$icon | cut -d_ -f2`; \
132 SIZE=`echo $$icon | cut -d_ -f3`; \
133 ICONFILE=`echo $$icon | cut -d_ -f4`; \
134 rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
135 done; \
136 for icon in $(private_icons); do \
137 THEME=`echo $$icon | cut -d_ -f1`; \
138 CONTEXT=`echo $$icon | cut -d_ -f2`; \
139 SIZE=`echo $$icon | cut -d_ -f3`; \
140 ICONFILE=`echo $$icon | cut -d_ -f4`; \
141 rm -f $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
142 done
143
144 install-data-local: install-icons update-icon-cache
145
146 uninstall-local: uninstall-icons update-icon-cache
This page took 0.034263 seconds and 4 git commands to generate.