diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-14 20:49:16 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-14 14:34:36 -0800 |
commit | 410eeabf3b6a0b2e736da542a46712498735deb5 (patch) | |
tree | 211b7d2617c6145eb64007c2d12b5880547d801f /meta-gnome | |
parent | 4745a0045212c6d9cebe522c8c82f485745f6038 (diff) | |
download | meta-openembedded-410eeabf3b6a0b2e736da542a46712498735deb5.tar.gz |
gtksourceview2: remove
gedit 2.x was the only recipe using it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | 3 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 32 |
2 files changed, 0 insertions, 35 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb index 7dabd1e39..bcc3106d9 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | |||
@@ -9,8 +9,6 @@ SRC_URI = "file://classic-light.xml" | |||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | do_install() { | 11 | do_install() { |
12 | install -d ${D}${datadir}/gtksourceview-2.0/styles | ||
13 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-2.0/styles/ | ||
14 | install -d ${D}${datadir}/gtksourceview-3.0/styles | 12 | install -d ${D}${datadir}/gtksourceview-3.0/styles |
15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/ | 13 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/ |
16 | install -d ${D}${datadir}/gtksourceview-4/styles | 14 | install -d ${D}${datadir}/gtksourceview-4/styles |
@@ -18,7 +16,6 @@ do_install() { | |||
18 | } | 16 | } |
19 | 17 | ||
20 | FILES_${PN} = " \ | 18 | FILES_${PN} = " \ |
21 | ${datadir}/gtksourceview-2.0/styles \ | ||
22 | ${datadir}/gtksourceview-3.0/styles \ | 19 | ${datadir}/gtksourceview-3.0/styles \ |
23 | ${datadir}/gtksourceview-4/styles \ | 20 | ${datadir}/gtksourceview-4/styles \ |
24 | " | 21 | " |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb deleted file mode 100644 index 012f8e3bc..000000000 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | SUMMARY = "Portable C library for multiline text editing" | ||
2 | HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | DEPENDS = "gtk+ 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 | ||
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | |||
17 | # overrule SRC_URI from gnome.conf | ||
18 | SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \ | ||
19 | file://gtk-doc.make \ | ||
20 | file://suppress-string-format-literal-warning.patch \ | ||
21 | file://0001-test-widget.c-fix-non-literal-format-string-issues.patch \ | ||
22 | " | ||
23 | SRC_URI[archive.md5sum] = "1219ad1694df136f126507466aeb41aa" | ||
24 | SRC_URI[archive.sha256sum] = "c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e" | ||
25 | |||
26 | do_configure_prepend() { | ||
27 | cp ${WORKDIR}/gtk-doc.make ${S}/ | ||
28 | sed -i -e s:docs::g ${S}/Makefile.am | ||
29 | echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make | ||
30 | } | ||
31 | |||
32 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" | ||