diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-06 10:29:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | 0c3d750ae6166d658da01b62d61dfb3edd11869a (patch) | |
tree | 84da56b78f6c31e1cc66572352ac1f544b8be8d8 /meta-gnome/recipes-gnome/gtksourceview | |
parent | 5063861a508150df6b021f04244675932960a7a6 (diff) | |
download | meta-openembedded-0c3d750ae6166d658da01b62d61dfb3edd11869a.tar.gz |
gtksourceview4: initial add 4.2.0
gedit 3.x will depend on it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb new file mode 100644 index 000000000..10deaffb8 --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.2.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Portable C library for multiline text editing" | ||
2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | ||
3 | |||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
6 | |||
7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" | ||
8 | |||
9 | PNAME = "gtksourceview" | ||
10 | |||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | ||
12 | |||
13 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection | ||
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | |||
17 | SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.2/${PNAME}-${PV}.tar.xz" | ||
18 | SRC_URI[md5sum] = "c9e6913c2fd30ca2fcdd71482faf8b99" | ||
19 | SRC_URI[sha256sum] = "c431eb234dc83c7819e58f77dd2af973252c7750da1c9d125ddc94268f94f675" | ||
20 | |||
21 | FILES_${PN} += "${datadir}/gtksourceview-4" | ||