Sun, 20 Dec 2020 05:30:08 -0600
Replace sed with a small Python script to produce emote theme files.
Because sed may not be available on Windows.
Testing Done:
Compiled.
Reviewed at https://reviews.imfreedom.org/r/300/
|
38465
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 | SMILEYS = [ |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 | 'act-up.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 | 'airplane.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
4 | 'alien.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 | 'amorous.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 | 'angel.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 | 'angry.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 | 'arrogant.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 | 'at-wits-end.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 | 'bad.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
11 | 'bashful.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
12 | 'beat-up.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
13 | 'beauty.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
14 | 'beer.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
15 | 'blowkiss.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
16 | 'bomb.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
17 | 'bored.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
18 | 'bowl.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
19 | 'boy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
20 | 'brb.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
21 | 'bunny.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
22 | 'bye.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
23 | 'cake.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
24 | 'call-me.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
25 | 'camera.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
26 | 'can.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
27 | 'car.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
28 | 'cat.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
29 | 'chicken.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
30 | 'chilli.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
31 | 'cigarette.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
32 | 'clap.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
33 | 'clock.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
34 | 'cloudy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
35 | 'clover.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
36 | 'clown.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
37 | 'coffee.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
38 | 'coins.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
39 | 'cold.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
40 | 'computer.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
41 | 'confused.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
42 | 'console.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
43 | 'cowboy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
44 | 'cow.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
45 | 'crying.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
46 | 'curl-lip.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
47 | 'curse.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
48 | 'cute.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
49 | 'cyclops.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
50 | 'dance.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
51 | 'dazed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
52 | 'desire.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
53 | 'devil.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
54 | 'disappointed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
55 | 'disdain.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
56 | 'doctor.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
57 | 'dog.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
58 | 'doh.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
59 | 'dont-know.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
60 | 'drink.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
61 | 'drool.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
62 | 'hungry.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
63 | 'embarrassed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
64 | 'excited.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
65 | 'excruciating.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
66 | 'eyeroll.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
67 | 'female-fighter.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
68 | 'film.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
69 | 'fingers-crossed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
70 | 'flag.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
71 | 'foot-in-mouth.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
72 | 'ghost.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
73 | 'giggle.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
74 | 'girl.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
75 | 'glasses-cool.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
76 | 'glasses-nerdy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
77 | 'goat.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
78 | 'go-away.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
79 | 'good.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
80 | 'hammer.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
81 | 'handcuffs.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
82 | 'handshake.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
83 | 'highfive.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
84 | 'hug-left.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
85 | 'hug-right.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
86 | 'hypnotized.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
87 | 'in_love.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
88 | 'island.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
89 | 'jump.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
90 | 'kissed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
91 | 'kissing.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
92 | 'kiss.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
93 | 'knife.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
94 | 'lamp.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
95 | 'lashes.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
96 | 'laugh.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
97 | 'liquor.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
98 | 'loser.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
99 | 'love-over.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
100 | 'lying.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
101 | 'mad-tongue.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
102 | 'mail.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
103 | 'male-fighter1.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
104 | 'male-fighter2.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
105 | 'mean.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
106 | 'meeting.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
107 | 'mobile.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
108 | 'moneymouth.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
109 | 'monkey.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
110 | 'moon.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
111 | 'mrgreen.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
112 | 'musical-note.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
113 | 'music.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
114 | 'nervous.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
115 | 'neutral.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
116 | 'on-the-phone.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
117 | 'party.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
118 | 'peace.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
119 | 'phone.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
120 | 'pig.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
121 | 'pill.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
122 | 'pirate.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
123 | 'pissed-off.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
124 | 'pizza.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
125 | 'plate.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
126 | 'poop.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
127 | 'pray.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
128 | 'present.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
129 | 'pumpkin.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
130 | 'question.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
131 | 'quiet.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
132 | 'rainbow.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
133 | 'rain.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
134 | 'rose-dead.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
135 | 'rose.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
136 | 'rotfl.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
137 | 'sad.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
138 | 'sarcastic.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
139 | 'search.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
140 | 'secret.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
141 | 'shame.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
142 | 'sheep.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
143 | 'shocked.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
144 | 'shout.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
145 | 'shut-mouth.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
146 | 'sick.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
147 | 'silly.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
148 | 'skeleton.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
149 | 'skywalker.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
150 | 'sleeping.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
151 | 'sleepy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
152 | 'happy.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
153 | 'snail.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
154 | 'snicker.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
155 | 'snowman.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
156 | 'soccerball.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
157 | 'soldier.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
158 | 'star.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
159 | 'starving.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
160 | 'stop.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
161 | 'stressed.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
162 | 'struggle.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
163 | 'sun.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
164 | 'hot.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
165 | 'talktohand.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
166 | 'teeth.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
167 | 'terror.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
168 | 'thinking.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
169 | 'thunder.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
170 | 'time-out.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
171 | 'tongue.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
172 | 'afraid.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
173 | 'turtle.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
174 | 'tv.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
175 | 'umbrella.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
176 | 'vampire.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
177 | 'victory.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
178 | 'waiting.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
179 | 'watermelon.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
180 | 'waving.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
181 | 'weep.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
182 | 'wilt.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
183 | 'wink.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
184 | 'worship.png', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
185 | 'yin-yang.png' |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
186 | ] |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
187 | |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
188 | if INSTALL_PIXMAPS |
|
40536
c0ea70247280
Switch join_paths and + to /.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
38491
diff
changeset
|
189 | pidginsmileypixdir = pidginpixmapdir / 'emotes/default' |
|
38465
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
190 | |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
191 | custom_target('default-theme', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
192 | input : 'default.theme.in', |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
193 | output : 'theme', |
|
40665
865dddf7ccb8
Replace sed with a small Python script to produce emote theme files.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
40536
diff
changeset
|
194 | command : [smiley_theme_generator, '@INPUT@', '@OUTPUT@'], |
|
865dddf7ccb8
Replace sed with a small Python script to produce emote theme files.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
40536
diff
changeset
|
195 | install : true, |
|
865dddf7ccb8
Replace sed with a small Python script to produce emote theme files.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
40536
diff
changeset
|
196 | install_dir : pidginsmileypixdir) |
|
38465
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
197 | |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
198 | install_data(SMILEYS, install_dir : pidginsmileypixdir) |
|
7639468580d6
Add artwork to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
199 | endif |