Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_HICOLOR_ICON_THEME
bool "hicolor icon theme"
help
Freedesktop Hicolor icon theme
This is the fallback icon theme, which only creates the
standard directory structure for storing icons of third-party
applications (i.e. the ones not available in usual icon themes).

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc hicolor-icon-theme-0.15.tar.xz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# hicolor-icon-theme
#
################################################################################
HICOLOR_ICON_THEME_VERSION = 0.15
HICOLOR_ICON_THEME_SITE = http://icon-theme.freedesktop.org/releases
HICOLOR_ICON_THEME_SOURCE = hicolor-icon-theme-$(HICOLOR_ICON_THEME_VERSION).tar.xz
HICOLOR_ICON_THEME_LICENSE = GPLv2
HICOLOR_ICON_THEME_LICENSE_FILES = COPYING
$(eval $(autotools-package))