| 189 pidginsmileypixdir = pidginpixmapdir / 'emotes/default' |
189 pidginsmileypixdir = pidginpixmapdir / 'emotes/default' |
| 190 |
190 |
| 191 custom_target('default-theme', |
191 custom_target('default-theme', |
| 192 input : 'default.theme.in', |
192 input : 'default.theme.in', |
| 193 output : 'theme', |
193 output : 'theme', |
| 194 capture : true, |
194 command : [smiley_theme_generator, '@INPUT@', '@OUTPUT@'], |
| 195 command : [sedpath, |
195 install : true, |
| 196 '-e', 's/^_Name=/Name=/', |
196 install_dir : pidginsmileypixdir) |
| 197 '-e', 's/^_Description=/Description=/', |
|
| 198 '-e', 's/^_Author=/Author=/', |
|
| 199 '@INPUT@'], |
|
| 200 install : true, |
|
| 201 install_dir : pidginsmileypixdir) |
|
| 202 |
197 |
| 203 install_data(SMILEYS, install_dir : pidginsmileypixdir) |
198 install_data(SMILEYS, install_dir : pidginsmileypixdir) |
| 204 endif |
199 endif |