Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw64-freetype
freetype-2.4.5-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freetype-2.4.5-wix.patch of Package mingw64-freetype
diff -Naur freetype-2.3.11.orig/builds/unix/unix.mk freetype-2.3.11/builds/unix/unix.mk --- freetype-2.3.11.orig/builds/unix/unix.mk 2010-03-26 11:17:19.944011468 +0100 +++ freetype-2.3.11/builds/unix/unix.mk 2010-03-26 11:17:20.056010348 +0100 @@ -58,5 +58,18 @@ endif +wixdistdir = /tmp/wixdistdir-hack-freetype +wixdistdir: + -rm -r wixdistdir + make DESTDIR=$(TOP_DIR)/wixdistdir install + ln -s $(TOP_DIR)/wixdistdir$(prefix) $(wixdistdir) + +freetype2.wixobj: wixdistdir freetype2.wxs + candle -o $@ -dwixdistdir=$(wixdistdir) freetype2.wxs + +freetype2.wixlib: freetype2.wixobj + lit -o $@ -bf $< + +all: freetype2.wixlib # EOF diff -Naur freetype-2.3.11.orig/freetype2.wxs freetype-2.3.11/freetype2.wxs --- freetype-2.3.11.orig/freetype2.wxs 1970-01-01 01:00:00.000000000 +0100 +++ freetype-2.3.11/freetype2.wxs 2010-03-26 11:26:53.968008774 +0100 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="freetype2"> + <ComponentRef Id="cmpA630EFEB9A160942FF4A1C58A7F3FC95" /> + <ComponentRef Id="cmp152568EAAB6040A3B9E6D700AF7C0F81" /> + <ComponentRef Id="cmp872347056A1E4E648A9FE308795D1620" /> + <ComponentRef Id="cmpE79D49F39214411ABC592DBC768FFDB5" /> + <ComponentRef Id="cmpDB48D46D9056491DA83DFC80F70EEFD0" /> +<!-- <ComponentRef Id="cmp2B67AE3DE3DD43D382CB647B7CF587CB" />--> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="freetype2"> + <Directory Id="dir0B0D3F2FB6E841ABD4CB2F0278CC82D2" Name="bin"> + <Component Id="cmpA630EFEB9A160942FF4A1C58A7F3FC95" Guid="{6D14F3B5-6006-4BAE-9452-742DB54AE3EE}"> + <File Id="filD06071958140D18BE9B8F325A90C0245" KeyPath="yes" Source="$(var.wixdistdir)\bin\libfreetype-6.dll" /> + </Component> + </Directory> + <Directory Id="dirCCC7404DED314EFE9F37C087580D4616" Name="share"> + <Directory Id="dirD2C0D7C3166E4936B1EF4CCC1D307C79" Name="license"> + <Directory Id="dir13CD1D3B92F943078236B6EC1CF74628" Name="freetype2"> + <Component Id="cmp152568EAAB6040A3B9E6D700AF7C0F81" Guid="{7568449F-126C-453B-8D0F-E2B680E1E890}"> + <File Id="filA698D3D8DB91494B87F23320BE059976" KeyPath="yes" Source="README" /> + </Component> + <Component Id="cmp872347056A1E4E648A9FE308795D1620" Guid="{5281EE0C-FB22-462A-9E31-AAA2F99FA681}"> + <File Id="fil03C5AFB6E8FF43079E3A83CAE5E5DB33" KeyPath="yes" Source="docs\LICENSE.TXT" /> + </Component> + <Component Id="cmpE79D49F39214411ABC592DBC768FFDB5" Guid="{4B9D211F-EEFB-45B3-BA6D-2F70328A9396}"> + <File Id="fil2EF406DFBE8B4687AEB8A352F2936E2A" KeyPath="yes" Source="docs\FTL.TXT" /> + </Component> + <Component Id="cmpDB48D46D9056491DA83DFC80F70EEFD0" Guid="{6B3039BB-94C2-4E75-BB63-521D6F1BDC0F}"> + <File Id="fil2F90E0B130BB482498FF327BEC52295F" KeyPath="yes" Source="docs\GPLv2.TXT" /> + </Component> +<!-- <Component Id="cmp2B67AE3DE3DD43D382CB647B7CF587CB" Guid="{A2D4F47D-6A59-4879-9816-9D1777BE846A}"> + <File Id="fil54FA4E91AD5F44E5BC71ABFBF9792B17" KeyPath="yes" Source="docs\PATENTS" /> + </Component>--> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix>
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