package/gtk2-themes: remove
The category just contains gtk2-theme-hicolor... which is a duplicate of hicolor-icon-theme, d'oh! Remove it and select the only one via legacy. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4f185e709b
commit
0d31b5e41a
@ -101,6 +101,13 @@ endif
|
||||
###############################################################################
|
||||
comment "Legacy options removed in 2015.05"
|
||||
|
||||
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
||||
bool "hicolor (default theme) is a duplicate"
|
||||
select BR2_LEGACY
|
||||
select BR2_PACKAGE_HICOLOR_ICON_THEME
|
||||
help
|
||||
The option was just a duplicate of hicolor icon theme.
|
||||
|
||||
config BR2_PACKAGE_VALGRIND_PTRCHECK
|
||||
bool "valgrind's PTRCheck was renamed to SGCheck"
|
||||
select BR2_LEGACY
|
||||
|
@ -709,7 +709,6 @@ menu "Graphics"
|
||||
source "package/giblib/Config.in"
|
||||
source "package/giflib/Config.in"
|
||||
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"
|
||||
|
@ -1,6 +0,0 @@
|
||||
menu "GTK Themes"
|
||||
depends on BR2_PACKAGE_LIBGTK2
|
||||
|
||||
source "package/gtk2-themes/gtk2-theme-hicolor/Config.in"
|
||||
|
||||
endmenu
|
@ -1,2 +0,0 @@
|
||||
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
||||
bool "hicolor (default theme)"
|
@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# gtk2-theme-hicolor
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GTK2_THEME_HICOLOR_VERSION = 0.10
|
||||
GTK2_THEME_HICOLOR_SOURCE = hicolor-icon-theme-$(GTK2_THEME_HICOLOR_VERSION).tar.gz
|
||||
GTK2_THEME_HICOLOR_SITE = http://icon-theme.freedesktop.org/releases
|
||||
GTK2_THEME_HICOLOR_DEPENDENCIES = libgtk2
|
||||
GTK2_THEME_HICOLOR_LICENSE = GPLv2
|
||||
GTK2_THEME_HICOLOR_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
@ -1 +0,0 @@
|
||||
include $(sort $(wildcard package/gtk2-themes/*/*.mk))
|
Loading…
Reference in New Issue
Block a user