Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:hiberis:wix
mingw64-atk
atk-1.33.6-wix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File atk-1.33.6-wix.patch of Package mingw64-atk
diff -Naur atk-1.33.6.orig/Makefile.am atk-1.33.6/Makefile.am --- atk-1.33.6.orig/Makefile.am 2011-06-07 22:12:50.395318246 +0200 +++ atk-1.33.6/Makefile.am 2011-06-07 22:13:02.847318252 +0200 @@ -23,3 +23,30 @@ atk.pc \ atk.pc.spec \ atk-zip.sh + +EXTRA_DIST += \ + atk.wxs + +if ENABLE_WIX +@WIX_MAKE_RULES@ + +wixlibdir = ${datadir}/wixlib +wixlib_WIX = \ + atk.wixlib \ + atk-lang.wixlib + +atk.wixlib: wixdistdir + +atk-lang.wxs: wixdistdir + if [ -d wixdistdir-lang ]; then rm -rf wixdistdir-lang; fi + mkdir -p wixdistdir-lang/share + ln -s ../../wixdistdir$(prefix)/share/locale wixdistdir-lang/share/locale + $(HEAT) dir wixdistdir-lang $(HEAT_FLAGS) -gg -sfrag -sreg -cg atk_lang -dr atk_lang -srd -var var.wixdistdir -o $(@) + +all-am: atk-pc-stamp +atk-pc-stamp: atk.pc + echo 'Wixlibs=${wixlibdir}/atk.wixlib ${wixlibdir}/atk-lang.wixlib' >> atk.pc + echo 'Fualflags=-C atk -D atk -C atk_lang -D atk_lang' >> atk.pc + touch $(@) + +endif diff -Naur atk-1.33.6.orig/Makefile.am.orig atk-1.33.6/Makefile.am.orig --- atk-1.33.6.orig/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ atk-1.33.6/Makefile.am.orig 2011-02-01 05:01:54.000000000 +0100 @@ -0,0 +1,25 @@ +# Process this file with automake to create Makefile.in. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + +SUBDIRS=atk tests docs po build + +EXTRA_DIST = \ + MAINTAINERS \ + atk-uninstalled.pc.in \ + atk.pc.in \ + atk.spec.in \ + atk.spec \ + atk-zip.sh.in \ + m4/introspection.m4 \ + config.h.win32 + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = atk.pc + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection + +DISTCLEANFILES = \ + atk-uninstalled.pc \ + atk.pc \ + atk.pc.spec \ + atk-zip.sh diff -Naur atk-1.33.6.orig/atk.wxs atk-1.33.6/atk.wxs --- atk-1.33.6.orig/atk.wxs 1970-01-01 01:00:00.000000000 +0100 +++ atk-1.33.6/atk.wxs 2011-06-07 22:13:02.847318252 +0200 @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> + <Fragment> + <ComponentGroup Id="atk"> + <ComponentRef Id="cmpCF38FAE1AC5DEED60D6B881E5663C80E" /> + <ComponentRef Id="cmpAE812A56EFE94FE3B1142E778A39E73A" /> + <ComponentRef Id="cmpBB46B2F5793F48638D739FDD227C53F1" /> + <ComponentRef Id="cmp4BA420EC77874E2D9C340EF19483679F" /> + <ComponentRef Id="cmpAA8F393DFF664E7CAD9118D7E9041572" /> + </ComponentGroup> + </Fragment> + <Fragment> + <DirectoryRef Id="atk"> + <Directory Id="dir2511CAD5F8CC7708970D23A9187645B2" Name="bin"> + <Component Id="cmpCF38FAE1AC5DEED60D6B881E5663C80E" Guid="{2C1E5D77-1278-4D8E-8DD8-39DA5C9218E8}"> + <File Id="filEB48068FDFEA3C230D094613FC63831D" KeyPath="yes" Source="$(var.wixdistdir)\bin\libatk-1.0-0.dll" /> + </Component> + </Directory> + <Directory Id="dir2CAAF6D9D3AF47BDA3DB9BA2626D6CFC" Name="share"> + <Directory Id="dirA7D6781686F74337BDD0482450B2D3E2" Name="license"> + <Directory Id="dir15714558D02C484F825A25A46B0AF7DF" Name="atk"> + <Component Id="cmpAE812A56EFE94FE3B1142E778A39E73A" Guid="{5263A6D0-8D15-4062-8870-D8003806255A}"> + <File Id="fil08FB12195E494AF7AC320FD55420764D" KeyPath="yes" Source="AUTHORS" /> + </Component> + <Component Id="cmpBB46B2F5793F48638D739FDD227C53F1" Guid="{643FB0CB-473E-457A-A701-4E04F7D035E5}"> + <File Id="fil5F00C0044A474F8BB022D20A89308BAD" KeyPath="yes" Source="COPYING" /> + </Component> + <Component Id="cmp4BA420EC77874E2D9C340EF19483679F" Guid="{17EA73E2-B4DF-43A5-BF2E-FB98E797E182}"> + <File Id="fil5633607878BE4894860F83F055F838A8" KeyPath="yes" Source="MAINTAINERS" /> + </Component> + <Component Id="cmpAA8F393DFF664E7CAD9118D7E9041572" Guid="{9A677EC6-5632-4E94-B626-93B065FE11D5}"> + <File Id="fil9B1648B9F63945D29B378F181247FD21" KeyPath="yes" Source="README" /> + </Component> + </Directory> + </Directory> + </Directory> + </DirectoryRef> + </Fragment> +</Wix> + diff -Naur atk-1.33.6.orig/configure.ac atk-1.33.6/configure.ac --- atk-1.33.6.orig/configure.ac 2011-06-07 22:12:50.387318246 +0200 +++ atk-1.33.6/configure.ac 2011-06-07 22:13:46.255318273 +0200 @@ -214,6 +214,8 @@ fi AC_SUBST(REBUILD) +WIX_INIT() + AC_CONFIG_FILES([ Makefile po/Makefile.in
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