pidgin/themes/meson.build

branch
meson
changeset 38522
dcdb05704f38
parent 38469
7e4faa3741ad
--- a/pidgin/themes/meson.build	Thu Jun 22 20:22:15 2017 -0400
+++ b/pidgin/themes/meson.build	Thu Jun 22 20:43:34 2017 -0400
@@ -1,19 +1,6 @@
 themetemplatedir = get_option('datadir') + '/pidgin/theme'
-themecontentsdir = themetemplatedir + '/Contents'
-themeresourcesdir = themecontentsdir + '/Resources'
-themeresourcesincomingdir = themeresourcesdir + '/Incoming'
-themevariantsdir = themeresourcesdir + '/Variants'
 
 install_data('Template.html',
     install_dir : themetemplatedir)
-install_data('Contents/Info.plist',
-    install_dir : themecontentsdir)
-install_data(['Contents/Resources/Content.html',
-              'Contents/Resources/Status.html',
-              'Contents/Resources/main.css'],
-    install_dir : themeresourcesdir)
-install_data('Contents/Resources/Incoming/Content.html',
-    install_dir : themeresourcesincomingdir)
-install_data(['Contents/Resources/Variants/Default.css',
-              'Contents/Resources/Variants/No-Timestamps.css'],
-    install_dir : themevariantsdir)
+install_subdir('Contents',
+    install_dir : themetemplatedir)

mercurial