Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw32-libgxps
libgxps-0.2.2-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgxps-0.2.2-wix.patch of Package mingw32-libgxps
diff -Naur libgxps-0.2.2/configure.ac libgxps-0.2.2-wix/configure.ac --- libgxps-0.2.2/configure.ac 2012-03-19 11:58:16.000000000 +0100 +++ libgxps-0.2.2-wix/configure.ac 2013-01-26 16:12:39.368332416 +0100 @@ -239,6 +239,8 @@ # ***************************************************************************** # ***************************************************************************** +WIX_INIT() + AC_CONFIG_FILES([ Makefile libgxps.pc diff -Naur libgxps-0.2.2/libgxps.wxs libgxps-0.2.2-wix/libgxps.wxs --- libgxps-0.2.2/libgxps.wxs 1970-01-01 01:00:00.000000000 +0100 +++ libgxps-0.2.2-wix/libgxps.wxs 2013-01-26 16:22:10.803166004 +0100 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="libgxps"> + <ComponentRef Id="cmpA1B5C4A76E714C7591078F037C5E0C7D" /> + <ComponentRef Id="cmp075E44B126BB49A8A2FCBE6C75FAD430" /> + <ComponentRef Id="cmp408557AAD0874E8E9B01BAE8D91C1910" /> + <ComponentRef Id="cmp787D594F722B4F47A453F1799C9E2B86" /> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="libgxps"> + <Directory Id="dir8DD87601348A4D67B99BD564CC3C7682" Name="bin"> + <Component Id="cmpA1B5C4A76E714C7591078F037C5E0C7D" Guid="{9A76C7BB-B969-4A74-8823-65BFEEE701C8}"> + <File Id="fil8DD87601348A4D67B99BD564CC3C7682" KeyPath="yes" Source="$(var.wixdistdir)/bin/libgxps-2.dll" /> + </Component> + </Directory> + <Directory Id="dir8CD55E6A8E6A44C6BA01DBBD71992CA9" Name="share"> + <Directory Id="dir504CB535FFA14B62A4609C8744D65AFB" Name="license"> + <Directory Id="dirC8787E209E3F42F089C98E7B33E782B6" Name="libarchive"> + <Component Id="cmp075E44B126BB49A8A2FCBE6C75FAD430" Guid="{742ECCE2-40F1-4763-BB90-3A04CC3FF39C}"> + <File Id="fil37A631FEBEE64312884BFD4E540FEED6" KeyPath="yes" Source="AUTHORS" /> + </Component> + <Component Id="cmp408557AAD0874E8E9B01BAE8D91C1910" Guid="{73EA0C69-D25A-40E5-A3C9-9A58620793B7}"> + <File Id="fil9D9CED99DF2A424088713A9A5FD42A23" KeyPath="yes" Source="COPYING" /> + </Component> + <Component Id="cmp787D594F722B4F47A453F1799C9E2B86" Guid="{59BFFEA2-D52F-4865-B39A-745818BFA070}"> + <File Id="fil6B9CB024F6CD4D3788457F21F571C1DD" KeyPath="yes" Source="README" /> + </Component> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix> diff -Naur libgxps-0.2.2/Makefile.am libgxps-0.2.2-wix/Makefile.am --- libgxps-0.2.2/Makefile.am 2011-11-19 18:35:13.000000000 +0100 +++ libgxps-0.2.2-wix/Makefile.am 2013-01-26 16:14:48.952974989 +0100 @@ -54,4 +54,24 @@ echo A git checkout and git log is required to generate this file >> $@); \ fi -.PHONY: ChangeLog \ No newline at end of file +.PHONY: ChangeLog + +EXTRA_DIST += \ + libgxps.wxs + +if ENABLE_WIX +@WIX_MAKE_RULES@ + +wixlibdir = ${datadir}/wixlib +wixlib_WIX = libgxps.wixlib + +libgxps.wixlib: wixdistdir + +all-am: libgxps-pc-stamp +libgxps-pc-stamp: libgxps.pc + echo 'Wixlibs=${wixlibdir}/libgxps.wixlib' >> libgxps.pc + echo 'Fualflags=-C libgxps -D libgxps' >> libgxps.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