summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-11-14 20:49:16 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-14 14:34:36 -0800
commit410eeabf3b6a0b2e736da542a46712498735deb5 (patch)
tree211b7d2617c6145eb64007c2d12b5880547d801f /meta-gnome
parent4745a0045212c6d9cebe522c8c82f485745f6038 (diff)
downloadmeta-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.bb3
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb32
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"
9S = "${WORKDIR}" 9S = "${WORKDIR}"
10 10
11do_install() { 11do_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
20FILES_${PN} = " \ 18FILES_${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 @@
1SUMMARY = "Portable C library for multiline text editing"
2HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native glib-2.0-native"
8
9PNAME = "gtksourceview"
10
11S = "${WORKDIR}/${PNAME}-${PV}"
12
13inherit gnomebase lib_package gettext distro_features_check
14
15REQUIRED_DISTRO_FEATURES = "x11"
16
17# overrule SRC_URI from gnome.conf
18SRC_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 "
23SRC_URI[archive.md5sum] = "1219ad1694df136f126507466aeb41aa"
24SRC_URI[archive.sha256sum] = "c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e"
25
26do_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
32FILES_${PN} += " ${datadir}/gtksourceview-2.0"