diff mbox

[2/3] atk: Version 2.8

Message ID 800c47ea6094b301ad4e6d0af775321f7b1ce096.1395757728.git.kibo@prevas.dk
State Accepted
Headers show

Commit Message

Kim Bøndergaard March 25, 2014, 2:31 p.m. UTC
---
 recipes/atk/atk-2.8.0/mingw.patch |   19 +++++++++++++++++++
 recipes/atk/atk_2.8.0.oe          |    4 ++++
 recipes/atk/atk_2.8.0.oe.sig      |    1 +
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 recipes/atk/atk-2.8.0/mingw.patch
 create mode 100644 recipes/atk/atk_2.8.0.oe
 create mode 100644 recipes/atk/atk_2.8.0.oe.sig
diff mbox

Patch

diff --git a/recipes/atk/atk-2.8.0/mingw.patch b/recipes/atk/atk-2.8.0/mingw.patch
new file mode 100644
index 0000000..9499e07
--- /dev/null
+++ b/recipes/atk/atk-2.8.0/mingw.patch
@@ -0,0 +1,19 @@ 
+--- atk-2.8.0/atk/Makefile.am.orig	2014-03-25 15:09:30.541269668 +0100
++++ atk-2.8.0/atk/Makefile.am	2014-03-25 15:10:26.001268029 +0100
+@@ -188,6 +188,7 @@
+ libatk_1_0_la_DEPENDENCIES = atk-win32-res.o atk.def
+ 
+ install-def-file:
++	$(MKDIR_P) $(DESTDIR)$(libdir)
+ 	$(INSTALL) atk.def $(DESTDIR)$(libdir)/atk-1.0.def
+ uninstall-def-file:
+ 	-rm $(DESTDIR)$(libdir)/atk-1.0.def
+@@ -213,7 +214,7 @@
+ endif
+ 
+ atk.def: atk.symbols
+-	(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/atk.symbols | sed -e '/^$$/d' -e 's/^/	/' -e 's/G_GNUC_[^ ]*//g') > atk.def
++	(echo EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/atk.symbols | sed -e '/^$$/d' -e 's/^/	/' -e 's/G_GNUC_[^ ]*//g') > atk.def
+ 
+ atk-$(ATK_API_VERSION).lib: libatk-$(ATK_API_VERSION).la atk.def
+ 	lib -machine:$(LIB_EXE_MACHINE_FLAG) -name:libatk-$(ATK_API_VERSION)-$(LT_CURRENT_MINUS_AGE).dll -def:atk.def -out:$@
diff --git a/recipes/atk/atk_2.8.0.oe b/recipes/atk/atk_2.8.0.oe
new file mode 100644
index 0000000..e8174fb
--- /dev/null
+++ b/recipes/atk/atk_2.8.0.oe
@@ -0,0 +1,4 @@ 
+require atk.inc
+
+SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/atk/2.8/${PN}-${PV}.tar.xz"
+SRC_URI += "file://mingw.patch"
diff --git a/recipes/atk/atk_2.8.0.oe.sig b/recipes/atk/atk_2.8.0.oe.sig
new file mode 100644
index 0000000..e72fcfa
--- /dev/null
+++ b/recipes/atk/atk_2.8.0.oe.sig
@@ -0,0 +1 @@ 
+e8a9dacd22b31a6cb733ce66fb1c220cc6720970  atk-2.8.0.tar.xz