gtkextra: initial add v3.0.5
authorJack Mitchell <jmitchell@cbnl.com>
Wed, 13 Nov 2013 17:03:45 +0000 (17:03 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:34:28 +0000 (08:34 -0800)
(From meta-openembedded rev: 8b2e0b285664899b6f0b18fd2bc746de01dbd7ad)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch b/meta-openembedded/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch
new file mode 100644 (file)
index 0000000..da4f3f4
--- /dev/null
@@ -0,0 +1,12 @@
+Upstream-Status: Inappropriate [configuration]
+
+diff --git a/docs/Makefile.am b/docs/Makefile.am
+index f5375f5..c306f23 100644
+--- a/docs/Makefile.am
++++ b/docs/Makefile.am
+@@ -1,4 +1,4 @@
+-SUBDIRS = reference tutorial
++SUBDIRS = reference
+ EXTRA_DIST = \
+       COPYING \
diff --git a/meta-openembedded/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb b/meta-openembedded/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb
new file mode 100644 (file)
index 0000000..c5a25f8
--- /dev/null
@@ -0,0 +1,16 @@
+SUMMARY = "Gtk+Extra is a set of custom widget for plots and images"
+HOMEPAGE = "http://gtkextra.sourceforge.net/"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gtkextra/${P}.tar.gz \
+           file://remove-tutorial.patch \
+"
+
+SRC_URI[md5sum] = "486cea93666020f85f101ed8341baf41"
+SRC_URI[sha256sum] = "9cab6c5d6b792eb828d17cec2b9c1baba2ef57f789a290464afab80b53969e65"
+
+DEPENDS = "gtk+"
+
+inherit autotools