summaryrefslogtreecommitdiffstats
path: root/package/gtk2-themes/gtk2-theme-hicolor
diff options
context:
space:
mode:
Diffstat (limited to 'package/gtk2-themes/gtk2-theme-hicolor')
-rw-r--r--package/gtk2-themes/gtk2-theme-hicolor/Config.in2
-rw-r--r--package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk18
2 files changed, 20 insertions, 0 deletions
diff --git a/package/gtk2-themes/gtk2-theme-hicolor/Config.in b/package/gtk2-themes/gtk2-theme-hicolor/Config.in
new file mode 100644
index 000000000..144f1d865
--- /dev/null
+++ b/package/gtk2-themes/gtk2-theme-hicolor/Config.in
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 000000000..ac2eaef82
--- /dev/null
+++ b/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk
@@ -0,0 +1,18 @@
+#############################################################
+#
+# GTK Theme - Hicolour
+#
+#############################################################
+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_INSTALL_STAGING = NO
+GTK2_THEME_HICOLOR_INSTALL_TARGET = YES
+
+GTK2_THEME_HICOLOR_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
+ --build=$(GNU_HOST_NAME) --prefix=/usr \
+ --includedir=/usr/include
+
+GTK2_THEME_HICOLOR_DEPENDENCIES = libgtk2
+
+$(eval $(call AUTOTARGETS,package/gtk2-themes,gtk2-theme-hicolor))