diff options
-rw-r--r-- | meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch | 12 | ||||
-rw-r--r-- | meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | 16 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch b/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch new file mode 100644 index 0000000000..da4f3f4413 --- /dev/null +++ b/meta-oe/recipes-gnome/gtkextra/files/remove-tutorial.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | diff --git a/docs/Makefile.am b/docs/Makefile.am | ||
4 | index f5375f5..c306f23 100644 | ||
5 | --- a/docs/Makefile.am | ||
6 | +++ b/docs/Makefile.am | ||
7 | @@ -1,4 +1,4 @@ | ||
8 | -SUBDIRS = reference tutorial | ||
9 | +SUBDIRS = reference | ||
10 | |||
11 | EXTRA_DIST = \ | ||
12 | COPYING \ | ||
diff --git a/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb b/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb new file mode 100644 index 0000000000..c5a25f8b52 --- /dev/null +++ b/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Gtk+Extra is a set of custom widget for plots and images" | ||
2 | HOMEPAGE = "http://gtkextra.sourceforge.net/" | ||
3 | |||
4 | LICENSE = "LGPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/gtkextra/${P}.tar.gz \ | ||
8 | file://remove-tutorial.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "486cea93666020f85f101ed8341baf41" | ||
12 | SRC_URI[sha256sum] = "9cab6c5d6b792eb828d17cec2b9c1baba2ef57f789a290464afab80b53969e65" | ||
13 | |||
14 | DEPENDS = "gtk+" | ||
15 | |||
16 | inherit autotools | ||