summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:30:00 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commite44420be9698d446ad726939949cf1ef19e39607 (patch)
tree6bf6e683d85151fa78dd6a52ac11835567eaecc0
parent436b97d0ca0ffc15e18d9a9196d4948b010b0011 (diff)
downloadmeta-openembedded-e44420be9698d446ad726939949cf1ef19e39607.tar.gz
libgtkstylus: remove
nothing around dependa on it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/libgtkstylus/files/gtkstylus.sh5
-rw-r--r--meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb29
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/files/gtkstylus.sh b/meta-gnome/recipes-gnome/libgtkstylus/files/gtkstylus.sh
deleted file mode 100644
index b1302ede0e..0000000000
--- a/meta-gnome/recipes-gnome/libgtkstylus/files/gtkstylus.sh
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2
3GTK_MODULES=libgtkstylus.so
4
5export GTK_MODULES
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
deleted file mode 100644
index 2a6e185111..0000000000
--- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "GTK plugin for stylus based systems"
2SECTION = "libs"
3DEPENDS = "gtk+"
4LICENSE = "LGPL-2.0+"
5LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
6PR = "r4"
7
8inherit features_check autotools pkgconfig
9
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \
13 file://gtkstylus.sh"
14SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5"
15SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c"
16
17do_install:append() {
18 install -d ${D}/${sysconfdir}/X11/Xsession.d
19 install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
20}
21
22# Horrible but rpm falls over if you use '*'
23GTKVER = "2.10.0"
24
25FILES:${PN} = "${sysconfdir} \
26 ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*"
27FILES:${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug"
28FILES:${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so"
29FILES:${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a"