[msitools: 9/13] wxi: add brotli
- From: Marc-André Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools: 9/13] wxi: add brotli
- Date: Tue, 12 Nov 2019 16:18:59 +0000 (UTC)
commit ea2c99b1cc8417f79284857a9fa48e7ea10d8692
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Tue Nov 12 17:59:02 2019 +0400
wxi: add brotli
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
data/wixl/brotli.wxi | 31 +++++++++++++++++++++++++++++++
data/wixl/libsoup.wxi | 2 ++
2 files changed, 33 insertions(+)
---
diff --git a/data/wixl/brotli.wxi b/data/wixl/brotli.wxi
new file mode 100644
index 0000000..ac73167
--- /dev/null
+++ b/data/wixl/brotli.wxi
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dirD6DE5EE53EAC69C85D4723E67D18D7AD" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmpB336AC899DE387A813412D5D2C2C6CB8" Guid="*">
+ <File Id="fil0B31B0E7F00432B0ECED888858212B7E" KeyPath="yes"
Source="$(var.SourceDir)/bin/brotli.exe"/>
+ </Component>
+ <Component Win64="$(var.Win64)" Id="cmpE91C930EC548A1F8EFBA853B5875B9DD" Guid="*">
+ <File Id="filD8C79A6706B907C99E9FFC29FF047AF0" KeyPath="yes"
Source="$(var.SourceDir)/bin/libbrotlicommon.dll"/>
+ </Component>
+ <Component Win64="$(var.Win64)" Id="cmp283C38D965F9EF7F304458A8495E3B4E" Guid="*">
+ <File Id="filAA1A09F2669638ABB4B2AACBB3870989" KeyPath="yes"
Source="$(var.SourceDir)/bin/libbrotlidec.dll"/>
+ </Component>
+ <Component Win64="$(var.Win64)" Id="cmp91DE05133FEDDE9752F704AB6E5805AD" Guid="*">
+ <File Id="filC470C4E5C88EDB60935E1B455E71B834" KeyPath="yes"
Source="$(var.SourceDir)/bin/libbrotlienc.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.brotli">
+ <ComponentRef Id="cmpB336AC899DE387A813412D5D2C2C6CB8"/>
+ <ComponentRef Id="cmpE91C930EC548A1F8EFBA853B5875B9DD"/>
+ <ComponentRef Id="cmp283C38D965F9EF7F304458A8495E3B4E"/>
+ <ComponentRef Id="cmp91DE05133FEDDE9752F704AB6E5805AD"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>
+<!-- generated with msitools 0.99 -->
+<!-- wixl-heat -var var.SourceDir -p /usr/i686-w64-mingw32/sys-root/mingw/ -component-group CG.brotli
-directory-ref INSTALLDIR -win64 -->
diff --git a/data/wixl/libsoup.wxi b/data/wixl/libsoup.wxi
index 11157f5..5bd37f8 100644
--- a/data/wixl/libsoup.wxi
+++ b/data/wixl/libsoup.wxi
@@ -3,6 +3,7 @@
<?require glib-networking.wxi?>
<?require sqlite.wxi?>
<?require libxml2.wxi?>
+<?require brotli.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
@@ -390,6 +391,7 @@
<ComponentGroupRef Id="CG.glib-networking"/>
<ComponentGroupRef Id="CG.sqlite"/>
<ComponentGroupRef Id="CG.libxml2"/>
+ <ComponentGroupRef Id="CG.brotli"/>
<ComponentRef Id="cmpE0095401FA3CB98EFD660E75EDDFE4A1"/>
<ComponentRef Id="cmp8C10D6766D440291BEE1790C27EF3688"/>
<ComponentRef Id="cmpCA3786BF3ADEC21C1C3A237A948F2236"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]