diff options
Diffstat (limited to 'meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb')
-rw-r--r-- | meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb deleted file mode 100644 index b359938f5b..0000000000 --- a/meta-demoapps/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | DESCRIPTION = "GTK plugin for stylus based systems" | ||
2 | SECTION = "libs" | ||
3 | DEPENDS = "gtk+" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r2" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | SRC_URI = "http://burtonini.com/temp/${BPN}-${PV}.tar.gz \ | ||
10 | file://gtkstylus.sh" | ||
11 | |||
12 | do_install_append() { | ||
13 | install -d ${D}/${sysconfdir}/X11/Xsession.d | ||
14 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | ||
15 | } | ||
16 | |||
17 | # Horrible but rpm falls over if you use '*' | ||
18 | GTKVER = "2.10.0" | ||
19 | |||
20 | FILES_${PN} = "${sysconfdir} \ | ||
21 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" | ||
22 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" | ||
23 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so \ | ||
24 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" | ||