update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
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

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31 ComixCursors-0.8.2.tar.bz2

View File

@@ -0,0 +1,19 @@
################################################################################
#
# 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))