Remove unused patches
This commit is contained in:
parent
42515b03f6
commit
0aef5131ed
@ -1,49 +0,0 @@
|
||||
From 89ead8332ab03fcb40e3a18d71d0d9da1f2a090f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
||||
Date: Fri, 19 Jun 2015 19:12:21 +0200
|
||||
Subject: [PATCH 1/2] wxi: add libepoxy.wxi
|
||||
|
||||
---
|
||||
data/Makefile.am | 1 +
|
||||
data/wixl/libepoxy.wxi | 17 +++++++++++++++++
|
||||
2 files changed, 18 insertions(+)
|
||||
create mode 100644 data/wixl/libepoxy.wxi
|
||||
|
||||
diff --git a/data/Makefile.am b/data/Makefile.am
|
||||
index f42d962..aed5ced 100644
|
||||
--- a/data/Makefile.am
|
||||
+++ b/data/Makefile.am
|
||||
@@ -34,6 +34,7 @@ dist_wxi_DATA = \
|
||||
wixl/hicolor-icon-theme.wxi \
|
||||
wixl/jasper.wxi \
|
||||
wixl/libcacard.wxi \
|
||||
+ wixl/libepoxy.wxi \
|
||||
wixl/libffi.wxi \
|
||||
wixl/libgcrypt.wxi \
|
||||
wixl/libgpg-error.wxi \
|
||||
diff --git a/data/wixl/libepoxy.wxi b/data/wixl/libepoxy.wxi
|
||||
new file mode 100644
|
||||
index 0000000..c15a052
|
||||
--- /dev/null
|
||||
+++ b/data/wixl/libepoxy.wxi
|
||||
@@ -0,0 +1,17 @@
|
||||
+<?xml version="1.0" encoding="utf-8"?>
|
||||
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
+ <Fragment>
|
||||
+ <DirectoryRef Id="INSTALLDIR">
|
||||
+ <Directory Id="dirA22A42337F76135BC4EA895EBCE82DDB" Name="bin">
|
||||
+ <Component Win64="$(var.Win64)" Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF" Guid="*">
|
||||
+ <File Id="fil0AE663249FAF801004F1DCEB5AB464D3" KeyPath="yes" Source="$(var.SourceDir)/bin/libepoxy-0.dll"/>
|
||||
+ </Component>
|
||||
+ </Directory>
|
||||
+ </DirectoryRef>
|
||||
+ </Fragment>
|
||||
+ <Fragment>
|
||||
+ <ComponentGroup Id="CG.libepoxy">
|
||||
+ <ComponentRef Id="cmp6807DA99D2CA4CEF9F12AB8FE95452AF"/>
|
||||
+ </ComponentGroup>
|
||||
+ </Fragment>
|
||||
+</Include>
|
||||
--
|
||||
2.4.4
|
||||
|
@ -1,32 +0,0 @@
|
||||
From fcf95ff8dc4a7ff4b28f3b593dd2f54b368d7503 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
||||
Date: Fri, 19 Jun 2015 19:15:24 +0200
|
||||
Subject: [PATCH 2/2] wxi: add libepoxy as gtk3 dep
|
||||
|
||||
---
|
||||
data/wixl/gtk3.wxi | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/data/wixl/gtk3.wxi b/data/wixl/gtk3.wxi
|
||||
index 0808917..259f74d 100644
|
||||
--- a/data/wixl/gtk3.wxi
|
||||
+++ b/data/wixl/gtk3.wxi
|
||||
@@ -3,6 +3,7 @@
|
||||
<?require cairo.wxi?>
|
||||
<?require gdk-pixbuf.wxi?>
|
||||
<?require glib2.wxi?>
|
||||
+<?require libepoxy.wxi?>
|
||||
<?require pango.wxi?>
|
||||
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Fragment>
|
||||
@@ -1226,6 +1227,7 @@
|
||||
<ComponentGroupRef Id="CG.cairo"/>
|
||||
<ComponentGroupRef Id="CG.gdk-pixbuf"/>
|
||||
<ComponentGroupRef Id="CG.glib2"/>
|
||||
+ <ComponentGroupRef Id="CG.libepoxy"/>
|
||||
<ComponentGroupRef Id="CG.pango"/>
|
||||
<ComponentRef Id="cmpC9962B6D4D6D6E322382AC6BDB0FBEAD"/>
|
||||
<ComponentRef Id="cmpC5BC32F79EFCBD409B6E1D2CE4E60E62"/>
|
||||
--
|
||||
2.4.4
|
||||
|
Loading…
Reference in New Issue
Block a user