From patchwork Tue Mar 25 14:31:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 333492 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 03892140092 for ; Wed, 26 Mar 2014 01:31:42 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 152283FE45 for ; Tue, 25 Mar 2014 15:31:40 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id BDD363FDA6 for ; Tue, 25 Mar 2014 15:31:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=2121; q=dns/txt; s=ironport1; t=1395757897; x=1427293897; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=vqtJAhL1KB0u6LrAhABS/kjrR4HUyXKkSN/bEaVL/pE=; b=Pgt0riXV2+dPiuZCqMtmOgyRzbW1AG5QSX1glvHcm+EL2DRqY5AbPum6 UPqfZVgDEYNDSq3oaeNPfBtqC8taioqPGS6LIv8RYyMWv3BwULkqUam43 YVNuPrP7gtPn7qLZgAuyv84BB1aCIsmRZpcs70g2mcJSkyZHxgeniT2jx 8=; X-IronPort-AV: E=Sophos;i="4.97,728,1389740400"; d="scan'208";a="4533125" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 25 Mar 2014 15:31:36 +0100 Received: from dev.prevas.dk (172.16.10.60) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.347.0; Tue, 25 Mar 2014 15:31:36 +0100 Received: by dev.prevas.dk (Postfix, from userid 30019) id 88683819DD; Tue, 25 Mar 2014 15:31:36 +0100 (CET) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 2/3] atk: Version 2.8 Date: Tue, 25 Mar 2014 15:31:34 +0100 Message-ID: <800c47ea6094b301ad4e6d0af775321f7b1ce096.1395757728.git.kibo@prevas.dk> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- 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 --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