summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps/emotes/small/16/Makefile.am
blob: 64ce3768db94c0fcf737fdde9f2966788a16a73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# These are mood images that are NOT also used in the smiley theme.
MOODS = \
    afraid.png \
    bathing.png \
    cinema.png \
    disappointed.png \
    embarrassed.png \
    internet.png \
    music.png \
    restroom.png \
    search.png \
    shopping.png \
    studying.png \
    suit.png \
    surfing.png \
    typing.png \
    working.png \
    writing.png

SMILEYS = \
    amorous.png \
    angel.png \
    angry.png \
    beer.png \
    camera.png \
    cigarette.png \
    coffee.png \
    confused.png \
    console.png \
    cool.png \
    cross.png \
    crying.png \
    devil.png \
    dont-know.png \
    excited.png \
    grin.png \
    happy.png \
    hug-left.png \
    hug-right.png \
    in_love.png \
    kiss.png \
    meeting.png \
    mobile.png \
    musical-note.png \
    nerdy.png \
    neutral.png \
    party.png \
    phone.png \
    plate.png \
    question.png \
    sad.png \
    shame.png \
    shocked.png \
    sick.png \
    silent.png \
    sleeping.png \
    sleepy.png \
    thinking.png \
    tongue.png \
    tv.png \
    uhm-yeah.png \
    wink.png


pidginsmileypix_in_files = small.theme.in

if INSTALL_PIXMAPS
pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/small
pidginsmileypix_DATA = \
        $(MOODS) \
        $(SMILEYS) \
        theme

theme: small.theme.in
	sed -e 's/^_Name=/Name=/' \
	    -e 's/^_Description=/Description=/' \
	    -e 's/^_Author=/Author=/' \
	$< > $@
endif

EXTRA_DIST = $(MOODS) $(SMILEYS) $(pidginsmileypix_in_files) theme