pidgin/purple-plugin-pack

Add pixmaps to Meson install.
meson
2017-06-23, Elliott Sales de Andrade
ebe3525b074a
Parents f80fd48d190a
Children 2efc78d7b851
Add pixmaps to Meson install.
--- a/napster/meson.build Fri Jun 23 04:46:09 2017 -0400
+++ b/napster/meson.build Fri Jun 23 04:53:16 2017 -0400
@@ -6,4 +6,11 @@
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'napster'
+
+ if PIDGIN.found()
+ foreach size : [16, 22, 48]
+ install_data('@0@/napster.png'.format(size),
+ install_dir : join_paths(PIDGIN_PIXMAPSDIR, 'protocols/@0@'.format(size)))
+ endforeach
+ endif
endif
--- a/okcupid/meson.build Fri Jun 23 04:46:09 2017 -0400
+++ b/okcupid/meson.build Fri Jun 23 04:53:16 2017 -0400
@@ -13,4 +13,11 @@
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'okcupid'
+
+ if PIDGIN.found()
+ foreach size : [16, 22, 48]
+ install_data('@0@/okcupid.png'.format(size),
+ install_dir : join_paths(PIDGIN_PIXMAPSDIR, 'protocols/@0@'.format(size)))
+ endforeach
+ endif
endif