diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 21:08:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 21:08:23 +0000 |
commit | 3838cc7dc1585ccda1b1a8d642021483edfd1121 (patch) | |
tree | 590c60d810ddae98b1b148ae1075a391a3f42a45 /meta | |
parent | 20093245e320b661f949ca1bfb49d05a53f80aee (diff) | |
download | poky-3838cc7dc1585ccda1b1a8d642021483edfd1121.tar.gz |
Add hicolor-icon-theme 0.9 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2413 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.9.bb b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.9.bb new file mode 100644 index 0000000000..f50f8f8a32 --- /dev/null +++ b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.9.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SECTION = "unknown" | ||
2 | LICENSE = "GPL" | ||
3 | inherit gnome | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz" | ||
8 | |||
9 | PACKAGE_ARCH = "all" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/icons" | ||