hicolor-icon-theme: new package
This new package provides 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). Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b1863974d6
commit
ced34ea103
@ -627,6 +627,7 @@ menu "Graphics"
|
||||
source "package/gtk2-engines/Config.in"
|
||||
source "package/gtk2-themes/Config.in"
|
||||
source "package/harfbuzz/Config.in"
|
||||
source "package/hicolor-icon-theme/Config.in"
|
||||
source "package/imlib2/Config.in"
|
||||
source "package/jasper/Config.in"
|
||||
source "package/jpeg/Config.in"
|
||||
|
8
package/hicolor-icon-theme/Config.in
Normal file
8
package/hicolor-icon-theme/Config.in
Normal 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).
|
12
package/hicolor-icon-theme/hicolor-icon-theme.mk
Normal file
12
package/hicolor-icon-theme/hicolor-icon-theme.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# hicolor-icon-theme
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HICOLOR_ICON_THEME_VERSION = 0.13
|
||||
HICOLOR_ICON_THEME_SITE = http://icon-theme.freedesktop.org/releases/
|
||||
HICOLOR_ICON_THEME_LICENSE = GPLv2
|
||||
HICOLOR_ICON_THEME_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user