From: Richard Purdie Date: Wed, 8 Aug 2007 21:08:23 +0000 (+0000) Subject: Add hicolor-icon-theme 0.9 (from OE) X-Git-Tag: 2011-1~11005 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3838cc7dc1585ccda1b1a8d642021483edfd1121;p=openembedded-core.git 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 --- 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 @@ +SECTION = "unknown" +LICENSE = "GPL" +inherit gnome + +PR = "r1" + +SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz" + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons"