From 86ebbb16c4e790932715a83ea34c3a8249f17ba5 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 17 Jan 2018 09:34:20 +0100 Subject: gtksourceview-classic-light: initial add 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This theme is helpful when using dark themes as it keeps white background. Tested with: * oe-build gedit based on GTK2 * fedora's gedit based on GTK3 Signed-off-by: Andreas Müller Signed-off-by: Armin Kuster --- .../gtksourceview-classic-light_1.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb') 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 new file mode 100644 index 0000000000..e7dc0f865c --- /dev/null +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Gtksourceview Classic-Light theme" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://classic-light.xml;beginline=6;endline=23;md5=2b4f75364fad00a4d752214dcbd7d7c3" + +inherit allarch + +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/ +} + +FILES_${PN} = " \ + ${datadir}/gtksourceview-2.0/styles \ + ${datadir}/gtksourceview-3.0/styles \ +" -- cgit 1.2.3-korg