summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-24 08:19:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 20:39:07 +0100
commitc415c33959d15b5632708c051acb4fcdacaa90a4 (patch)
tree55e51bc1904f4e724612684ed6a5304a32f9d9da /package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk
parent6ebb930b694e97e5cf85a724957d9c0eb129dea7 (diff)
downloadbuildroot-novena-c415c33959d15b5632708c051acb4fcdacaa90a4.tar.gz
buildroot-novena-c415c33959d15b5632708c051acb4fcdacaa90a4.zip
xcursor-transparent-theme: new package
Based on work originally done by Aleksandar Zivkovic at http://patchwork.ozlabs.org/patch/171109/. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk')
-rw-r--r--package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk b/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk
new file mode 100644
index 000000000..3ad985bf6
--- /dev/null
+++ b/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk
@@ -0,0 +1,18 @@
+#############################################################
+#
+# xcursor-transparent-theme - No description available
+#
+#############################################################
+
+XCURSOR_TRANSPARENT_THEME_VERSION = 0.1.1
+XCURSOR_TRANSPARENT_THEME_SITE = http://downloads.yoctoproject.org/releases/matchbox/utils/
+XCURSOR_TRANSPARENT_THEME_DEPENDENCIES = xlib_libXcursor host-xapp_xcursorgen
+
+define ICONS_DEFAULT_CONFIG_INSTALL
+ $(INSTALL) -m 0755 -D package/x11r7/xcursor-transparent-theme/index.theme \
+ $(TARGET_DIR)/usr/share/icons/default/index.theme
+endef
+
+XCURSOR_TRANSPARENT_THEME_POST_INSTALL_TARGET_HOOKS += ICONS_DEFAULT_CONFIG_INSTALL
+
+$(eval $(autotools-package))