package/gtk2-themes: remove
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 1 Apr 2015 08:56:24 +0000 (05:56 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Apr 2015 20:39:02 +0000 (22:39 +0200)
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>
Config.in.legacy
package/Config.in
package/gtk2-themes/Config.in [deleted file]
package/gtk2-themes/gtk2-theme-hicolor/Config.in [deleted file]
package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk [deleted file]
package/gtk2-themes/gtk2-themes.mk [deleted file]

index 1f576718935dab8dd7e7da2354a7250b1b17424e..445cab749cfa102c97d2bb06598ea594333626f3 100644 (file)
@@ -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
index 8cd0cb1b4ad352f4f13b06b92b7147fc59b8e8d0..74ec00abb22e1479b92164f4b10b88cbaa2a00ba 100644 (file)
@@ -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"
diff --git a/package/gtk2-themes/Config.in b/package/gtk2-themes/Config.in
deleted file mode 100644 (file)
index ac212b8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-menu "GTK Themes"
-depends on BR2_PACKAGE_LIBGTK2
-
-source "package/gtk2-themes/gtk2-theme-hicolor/Config.in"
-
-endmenu
diff --git a/package/gtk2-themes/gtk2-theme-hicolor/Config.in b/package/gtk2-themes/gtk2-theme-hicolor/Config.in
deleted file mode 100644 (file)
index 144f1d8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-config BR2_PACKAGE_GTK2_THEME_HICOLOR
-       bool "hicolor (default theme)"
diff --git a/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk b/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk
deleted file mode 100644 (file)
index 84df23f..0000000
+++ /dev/null
@@ -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))
diff --git a/package/gtk2-themes/gtk2-themes.mk b/package/gtk2-themes/gtk2-themes.mk
deleted file mode 100644 (file)
index fc66698..0000000
+++ /dev/null
@@ -1 +0,0 @@
-include $(sort $(wildcard package/gtk2-themes/*/*.mk))