pidgin/pixmaps/emotes/default/24/meson.build

changeset 40665
865dddf7ccb8
parent 40536
c0ea70247280
child 41485
74a04628357f
equal deleted inserted replaced
40664:52feb9438df4 40665:865dddf7ccb8
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

mercurial