Commit 47e07797 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

comix-cursors: new package



[Thomas:
 - rename from comix_cursors to comix-cursors
 - change prompt from comix to comix-cursors in order to match the
   package name
 - use <pkg>_STRIP_COMPONENTS instead of overriding the extract
   commands.
 - the license is GPLv3 according to the project website.]

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ae2faeff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ endmenu
menu "Fonts, cursors, icons, sounds and themes"

comment "Cursors"
	source "package/comix-cursors/Config.in"
	source "package/obsidian-cursors/Config.in"

comment "Fonts"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_COMIX_CURSORS
	bool "comix-cursors"
	help
	  X11 mouse theme with a comics feeling.

	  http://kde-look.org/content/show.php/ComixCursors?content=32627
+2 −0
Original line number Diff line number Diff line
# Locally calculated
sha256	3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31	ComixCursors-0.8.2.tar.bz2
+19 −0
Original line number Diff line number Diff line
################################################################################
#
# comix-cursors
#
################################################################################

COMIX_CURSORS_VERSION = 0.8.2
COMIX_CURSORS_SITE = http://limitland.de/downloads/comixcursors
COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
COMIX_CURSORS_LICENSE = GPLv3
COMIX_CURSORS_STRIP_COMPONENTS = 0

define COMIX_CURSORS_INSTALL_TARGET_CMDS
	mkdir -p $(TARGET_DIR)/usr/share/cursors/xorg-x11
	cp -a $(@D)/* \
		$(TARGET_DIR)/usr/share/cursors/xorg-x11
endef

$(eval $(generic-package))