summaryrefslogtreecommitdiffstats
path: root/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb')
-rw-r--r--recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb b/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb
new file mode 100644
index 0000000000..c1fad3aeed
--- /dev/null
+++ b/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb
@@ -0,0 +1,23 @@
+LICENSE = "GPL"
+DESCRIPTION = "Transparent xcursor theme for handheld systems with visible watch cursor"
+SECTION = "x11/base"
+RREPLACES = "xcursor-transparent-theme"
+RPROVIDES = "xcursor-transparent-theme"
+PR ="r4"
+
+SRC_URI = "http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \
+ file://use-relative-symlinks.patch;patch=1 \
+ file://skip_watch_cursor.patch;patch=1 \
+ file://20xcursor-transparent"
+S = "${WORKDIR}/xcursor-transparent-theme-${PV}"
+
+FILES_${PN} += "${datadir}/icons/xcursor-transparent/cursors/*"
+
+inherit autotools
+
+do_install_append () {
+ install -d ${D}${sysconfdir}/X11/Xsession.d
+ install -m 0755 ${WORKDIR}/20xcursor-transparent ${D}${sysconfdir}/X11/Xsession.d
+}
+
+PACKAGE_ARCH = "all"