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>
This commit is contained in:
Andreas Müller
2019-11-14 20:49:16 +01:00
committed by Khem Raj
parent 4745a00452
commit 410eeabf3b
2 changed files with 0 additions and 35 deletions
@@ -9,8 +9,6 @@ SRC_URI = "file://classic-light.xml"
S = "${WORKDIR}"
do_install() {
install -d ${D}${datadir}/gtksourceview-2.0/styles
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-2.0/styles/
install -d ${D}${datadir}/gtksourceview-3.0/styles
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/
install -d ${D}${datadir}/gtksourceview-4/styles
@@ -18,7 +16,6 @@ do_install() {
}
FILES_${PN} = " \
${datadir}/gtksourceview-2.0/styles \
${datadir}/gtksourceview-3.0/styles \
${datadir}/gtksourceview-4/styles \
"
@@ -1,32 +0,0 @@
SUMMARY = "Portable C library for multiline text editing"
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native glib-2.0-native"
PNAME = "gtksourceview"
S = "${WORKDIR}/${PNAME}-${PV}"
inherit gnomebase lib_package gettext distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
# overrule SRC_URI from gnome.conf
SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \
file://gtk-doc.make \
file://suppress-string-format-literal-warning.patch \
file://0001-test-widget.c-fix-non-literal-format-string-issues.patch \
"
SRC_URI[archive.md5sum] = "1219ad1694df136f126507466aeb41aa"
SRC_URI[archive.sha256sum] = "c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e"
do_configure_prepend() {
cp ${WORKDIR}/gtk-doc.make ${S}/
sed -i -e s:docs::g ${S}/Makefile.am
echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
}
FILES_${PN} += " ${datadir}/gtksourceview-2.0"