initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
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
+2
View File
@@ -0,0 +1,2 @@
# Locally calculated
sha256 9e68ea8ff230dcc793528aa5da9a38b9bf61c478cd6868b4e4f5da659746a019 ComixCursors-0.9.1.tar.bz2
+19
View File
@@ -0,0 +1,19 @@
################################################################################
#
# comix-cursors
#
################################################################################
COMIX_CURSORS_VERSION = 0.9.1
COMIX_CURSORS_SITE = https://limitland.gitlab.io/comixcursors
COMIX_CURSORS_SOURCE = ComixCursors-$(COMIX_CURSORS_VERSION).tar.bz2
COMIX_CURSORS_LICENSE = GPL-3.0
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))