hicolor-icon-theme: new package
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Mon, 13 Oct 2014 12:54:22 +0000 (14:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Oct 2014 15:27:47 +0000 (17:27 +0200)
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>
package/Config.in
package/hicolor-icon-theme/Config.in [new file with mode: 0644]
package/hicolor-icon-theme/hicolor-icon-theme.mk [new file with mode: 0644]

index 19bb9bf127ae22b59619fc6dd69a4c6b5a224ba1..ec22c3569838219df49afee3722e7ca34f88f796 100644 (file)
@@ -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"
diff --git a/package/hicolor-icon-theme/Config.in b/package/hicolor-icon-theme/Config.in
new file mode 100644 (file)
index 0000000..6cda097
--- /dev/null
@@ -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).
diff --git a/package/hicolor-icon-theme/hicolor-icon-theme.mk b/package/hicolor-icon-theme/hicolor-icon-theme.mk
new file mode 100644 (file)
index 0000000..768aec8
--- /dev/null
@@ -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))