~ubuntu-branches/ubuntu/wily/swell-foop/wily

« back to all changes in this revision

Viewing changes to data/icons/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-05-19 14:54:40 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150519145440-5gvlqn2aijuq2xzw
Tags: 1:3.16.1-1
* New upstream release.
* Switch build-dependency from appdata-tools to appstream-util

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
icon48dir=$(datadir)/icons/hicolor/48x48/apps
6
6
icon256dir=$(datadir)/icons/hicolor/256x256/apps
7
7
icon512dir=$(datadir)/icons/hicolor/512x512/apps
8
 
 
9
 
hc16dir=$(datadir)/icons/HighContrast/16x16/apps
10
 
hc22dir=$(datadir)/icons/HighContrast/22x22/apps
11
 
hc24dir=$(datadir)/icons/HighContrast/24x24/apps
12
 
hc32dir=$(datadir)/icons/HighContrast/32x32/apps
13
 
hc48dir=$(datadir)/icons/HighContrast/48x48/apps
14
 
hc256dir=$(datadir)/icons/HighContrast/256x256/apps
 
8
iconsymbolicdir=$(datadir)/icons/hicolor/symbolic/apps
15
9
 
16
10
icon16_DATA = 16x16/swell-foop.png
17
11
icon22_DATA = 22x22/swell-foop.png
20
14
icon48_DATA = 48x48/swell-foop.png
21
15
icon256_DATA = 256x256/swell-foop.png
22
16
icon512_DATA = 512x512/swell-foop.png
23
 
 
24
 
hc16_DATA = HighContrast/16x16/swell-foop.png
25
 
hc22_DATA = HighContrast/22x22/swell-foop.png
26
 
hc24_DATA = HighContrast/24x24/swell-foop.png
27
 
hc32_DATA = HighContrast/32x32/swell-foop.png
28
 
hc48_DATA = HighContrast/48x48/swell-foop.png
29
 
hc256_DATA = HighContrast/256x256/swell-foop.png
 
17
iconsymbolic_DATA = symbolic/swell-foop-symbolic.svg
30
18
 
31
19
EXTRA_DIST = \
32
20
        $(icon16_DATA) \
36
24
        $(icon48_DATA) \
37
25
        $(icon256_DATA) \
38
26
        $(icon512_DATA) \
39
 
        $(hc16_DATA) \
40
 
        $(hc22_DATA) \
41
 
        $(hc24_DATA) \
42
 
        $(hc32_DATA) \
43
 
        $(hc48_DATA) \
44
 
        $(hc256_DATA)
 
27
        $(iconsymbolic_DATA)
45
28
 
46
29
-include $(top_srcdir)/git.mk