summaryrefslogtreecommitdiffstats
path: root/data/wixl/hicolor-icon-theme.wxi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-14 18:07:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-15 20:05:49 +0100
commit14c976e479e6804b1671fb1f2372b22874ddf21d (patch)
treeccbe5fcca03e39fa853d1b09bdd9c137e816db54 /data/wixl/hicolor-icon-theme.wxi
parentb0f2bdc39b8c9eac4c0aaca14d4491002b78087a (diff)
downloadmsitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.gz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.xz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.zip
wixl: add a bunch of includes to ease packaging
A couple of things: - the WiX syntax is very bloated and maintaining that is a pain - those files could move into there respectives packages, and installed under $datadir/wixl/include which should take precedence by default. - they have been made with Fedora, but should be somewhat distro agnostic.
Diffstat (limited to 'data/wixl/hicolor-icon-theme.wxi')
-rw-r--r--data/wixl/hicolor-icon-theme.wxi21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/wixl/hicolor-icon-theme.wxi b/data/wixl/hicolor-icon-theme.wxi
new file mode 100644
index 0000000..a07a590
--- /dev/null
+++ b/data/wixl/hicolor-icon-theme.wxi
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir97450B04590A6A18E3F9CBD3F6D6EBB2" Name="share">
+ <Directory Id="dir8EF955C020E501D5CD6240128B80C6AD" Name="icons">
+ <Directory Id="dir51B835413F1FC64DE74DEB85C02CA165" Name="hicolor">
+ <Component Id="cmpC25AB02DEE38E172F1402997BB4F02EA" Guid="*">
+ <File Id="fil1EB9F2F674AF9060404405F8B3AD7AFF" KeyPath="yes" Source="/usr/share/icons/hicolor/index.theme"/>
+ </Component>
+ </Directory>
+ </Directory>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.hicolor-icon-theme">
+ <ComponentRef Id="cmpC25AB02DEE38E172F1402997BB4F02EA"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>