Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils
@ 2011-10-10 13:31 Klaus Schwarzkopf
  2011-10-10 14:10 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Klaus Schwarzkopf @ 2011-10-10 13:31 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
---
 package/Config.in                              |    1 +
 package/icon-naming-utils/icon-naming-utils.mk |   11 +++++++++++
 package/tango-icon-theme/Config.in             |    6 ++++++
 package/tango-icon-theme/tango-icon-theme.mk   |   15 +++++++++++++++
 4 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 package/icon-naming-utils/icon-naming-utils.mk
 create mode 100644 package/tango-icon-theme/Config.in
 create mode 100644 package/tango-icon-theme/tango-icon-theme.mk

diff --git a/package/Config.in b/package/Config.in
index 7112e05..4516fb9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -114,6 +114,7 @@ source "package/sdl_sound/Config.in"
 source "package/sdl_net/Config.in"
 source "package/sdl_ttf/Config.in"
 source "package/sdl_gfx/Config.in"
+source "package/tango-icon-theme/Config.in"
 
 comment "other GUIs"
 source "package/qt/Config.in"
diff --git a/package/icon-naming-utils/icon-naming-utils.mk b/package/icon-naming-utils/icon-naming-utils.mk
new file mode 100644
index 0000000..556b826
--- /dev/null
+++ b/package/icon-naming-utils/icon-naming-utils.mk
@@ -0,0 +1,11 @@
+#############################################################
+#
+# icon-naming-utils
+#
+#############################################################
+ICON_NAMING_UTILS_VERSION = 0.8.90
+ICON_NAMING_UTILS_SOURCE = icon-naming-utils-$(ICON_NAMING_UTILS_VERSION).tar.gz
+ICON_NAMING_UTILS_SITE = http://tango.freedesktop.org/releases/
+HOST_ICON_NAMING_UTILS_CONF_OPT = --datarootdir=$(HOST_DIR)/usr/lib
+
+$(eval $(call AUTOTARGETS,package,icon-naming-utils,host))
diff --git a/package/tango-icon-theme/Config.in b/package/tango-icon-theme/Config.in
new file mode 100644
index 0000000..cf20e9b
--- /dev/null
+++ b/package/tango-icon-theme/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_TANGO_ICON_THEME
+	bool "tango icon theme"
+	help
+	  Icons from the tango desktop project.
+
+	  http://tango.freedesktop.org/Tango_Desktop_Project
diff --git a/package/tango-icon-theme/tango-icon-theme.mk b/package/tango-icon-theme/tango-icon-theme.mk
new file mode 100644
index 0000000..ed5a8b2
--- /dev/null
+++ b/package/tango-icon-theme/tango-icon-theme.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# tango-icon-theme
+#
+#############################################################
+TANGO_ICON_THEME_VERSION = 0.8.90
+TANGO_ICON_THEME_SOURCE = tango-icon-theme-$(TANGO_ICON_THEME_VERSION).tar.gz
+TANGO_ICON_THEME_SITE = http://tango.freedesktop.org/releases/
+
+TANGO_ICON_THEME_CONF_ENV = PKG_CONFIG_PATH=$(HOST_DIR)/usr/lib/pkgconfig
+TANGO_ICON_THEME_CONF_OPT = --disable-icon-framing
+
+TANGO_ICON_THEME_DEPENDENCIES = host-icon-naming-utils host-pkg-config
+
+$(eval $(call AUTOTARGETS,package,tango-icon-theme))
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-10 18:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 13:31 [Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils Klaus Schwarzkopf
2011-10-10 14:10 ` Thomas Petazzoni
2011-10-10 14:23   ` Klaus Schwarzkopf
2011-10-10 17:32   ` Klaus Schwarzkopf
2011-10-10 17:38     ` Thomas Petazzoni
2011-10-10 18:09       ` Klaus Schwarzkopf
2011-10-10 18:07 ` [Buildroot] [PATCH 1/2 v2] add package tango-icon-theme Klaus Schwarzkopf
2011-10-10 18:08 ` [Buildroot] [PATCH 2/2 v2] icon-naming-utils for tango-icon-theme Klaus Schwarzkopf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox