Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw32-lcms2
lcms2-2.8-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lcms2-2.8-wix.patch of Package mingw32-lcms2
diff -Naur lcms2-2.8/configure.ac lcms2-2.8-wix/configure.ac --- lcms2-2.8/configure.ac 2016-07-20 09:46:01.000000000 +0200 +++ lcms2-2.8-wix/configure.ac 2017-04-27 15:40:03.328732897 +0200 @@ -357,6 +357,9 @@ LIBS='' +# Init wix +WIX_INIT() + # # Perform substitutions # diff -Naur lcms2-2.8/lcms2.wxs lcms2-2.8-wix/lcms2.wxs --- lcms2-2.8/lcms2.wxs 1970-01-01 01:00:00.000000000 +0100 +++ lcms2-2.8-wix/lcms2.wxs 2017-04-27 15:40:03.332733336 +0200 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="lcms2"> + <ComponentRef Id="cmpC1FA85BB85E04E5DA1ADA9FFFC2F1531" /> + <ComponentRef Id="cmpBBE9C9AC11DA42CDA83B9D76AE07C282" /> + <ComponentRef Id="cmpD76D32930C154415916FC672E530E22B" /> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="lcms2"> + <Directory Id="dir79B1B21E64F84B4E9B27AA1A6B43D8FE" Name="bin"> + <Component Id="cmpC1FA85BB85E04E5DA1ADA9FFFC2F1531" Guid="{4076989A-EAC0-402C-9AE0-6FDBB08C6611}"> + <File Id="fil12011AC83FBE4D3095EFBEF9E311AD16" KeyPath="yes" Source="$(var.wixdistdir)\bin\liblcms2-2.dll" /> + </Component> + </Directory> + <Directory Id="dir746E1BAFAFB64C79A8EBABE8C336E19D" Name="share"> + <Directory Id="dir61BEED4FEB1A49C0B46AE1829F23E455" Name="license"> + <Directory Id="dir05D0510B05B840EC997EBE48325C5849" Name="lcms2"> + <Component Id="cmpBBE9C9AC11DA42CDA83B9D76AE07C282" Guid="{4255069C-15AF-46FA-B0F7-887738F4AFE4}"> + <File Id="filD90AC9CAF0E24343AB3FAF0A6710E8E4" KeyPath="yes" Source="AUTHORS" /> + </Component> + <Component Id="cmpD76D32930C154415916FC672E530E22B" Guid="{8292E6D9-E90E-41E7-83EA-5A8152C6A200}"> + <File Id="fil5CE9FAC9B2944EDE994592D7C3EEE44D" KeyPath="yes" Source="COPYING" /> + </Component> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix> diff -Naur lcms2-2.8/Makefile.am lcms2-2.8-wix/Makefile.am --- lcms2-2.8/Makefile.am 2016-07-20 09:46:01.000000000 +0200 +++ lcms2-2.8-wix/Makefile.am 2017-04-27 15:41:58.025346934 +0200 @@ -53,3 +53,19 @@ +if ENABLE_WIX +@WIX_MAKE_RULES@ + +wixlibdir = ${datadir}/wixlib +wixlib_WIX = \ + lcms2.wixlib + +lcms2.wixlib: wixdistdir + +all-am: lcms2-pc-stamp +lcms2-pc-stamp: lcms2.pc + echo 'Wixlibs=${wixlibdir}/lcms2.wixlib' >> lcms2.pc + echo 'Fualflags=-C lcms2 -D lcms2' >> lcms2.pc + touch \$(@) + +endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor