[oe-commits] Phil Blundell : gtk+extra: update to 2.1.2, apply lame patch for autotools issuette

git version control git at git.openembedded.org
Fri Jun 4 13:09:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 632493caa1ada14f27384cdb25e0662beeb858e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=632493caa1ada14f27384cdb25e0662beeb858e6

Author: Phil Blundell <philb at gnu.org>
Date:   Fri Jun  4 14:08:25 2010 +0100

gtk+extra: update to 2.1.2, apply lame patch for autotools issuette

---

 .../gtkextra/gtk+extra-2.1.2/auto-lossage.patch    |   17 +++++++++++++++++
 recipes/gtkextra/gtk+extra_2.1.2.bb                |   12 ++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/gtkextra/gtk+extra-2.1.2/auto-lossage.patch b/recipes/gtkextra/gtk+extra-2.1.2/auto-lossage.patch
new file mode 100644
index 0000000..9d4e612
--- /dev/null
+++ b/recipes/gtkextra/gtk+extra-2.1.2/auto-lossage.patch
@@ -0,0 +1,17 @@
+--- gtk+extra-2.1.2/configure.in~       2010-06-02 11:59:41.000000000 +0100
++++ gtk+extra-2.1.2/configure.in        2010-06-02 11:59:54.000000000 +0100
+@@ -30,10 +30,10 @@
+ AC_SUBST(GTK_EXTRA_VERSION)
+ 
+ # libtool versioning
+-LT_CURRENT=`expr $GTK_EXTRA_MICRO_VERSION - $GTK_EXTRA_INTERFACE_AGE`
+-LT_REVISION=$GTK_EXTRA_INTERFACE_AGE
+-LT_AGE=`expr $GTK_EXTRA_BINARY_AGE - $GTK_EXTRA_INTERFACE_AGE`
+-LIBGTKEXTRA_SO_VERSION=$LT_CURRENT:$LT_REVISION:$LT_AGE
++LTCURRENT=`expr $GTK_EXTRA_MICRO_VERSION - $GTK_EXTRA_INTERFACE_AGE`
++LTREVISION=$GTK_EXTRA_INTERFACE_AGE
++LTAGE=`expr $GTK_EXTRA_BINARY_AGE - $GTK_EXTRA_INTERFACE_AGE`
++LIBGTKEXTRA_SO_VERSION=$LTCURRENT:$LTREVISION:$LTAGE
+ AC_SUBST(LIBGTKEXTRA_SO_VERSION)
+ 
+ # For automake
diff --git a/recipes/gtkextra/gtk+extra_2.1.2.bb b/recipes/gtkextra/gtk+extra_2.1.2.bb
new file mode 100644
index 0000000..640eb48
--- /dev/null
+++ b/recipes/gtkextra/gtk+extra_2.1.2.bb
@@ -0,0 +1,12 @@
+LICENSE		= "LGPL"
+HOMEPAGE 	= "http://gtkextra.sourceforge.net/"
+DESCRIPTION	= "Gtk+Extra is a set of custom widget for plots and images"
+
+SRC_URI		= "${SOURCEFORGE_MIRROR}/gtkextra/gtk+extra-${PV}.tar.gz \
+		   file://auto-lossage.patch"
+DEPENDS		= "gtk+"
+
+inherit autotools
+
+SRC_URI[md5sum] = "10779394f39d39115fa3fd0f3dea4436"
+SRC_URI[sha256sum] = "bfc9603e2023ea071f2661ecc29e52c94b1beed6b69deae45b466df7f5b2ce55"





More information about the Openembedded-commits mailing list