浏览代码

hicolor-icon-theme: ship a custom index.theme which includes the Hildon icon sizes

Ross Burton 17 年之前
父节点
当前提交
e6fe4911cf

文件差异内容过多而无法显示
+ 4 - 0
meta/packages/hicolor-icon-theme/files/index.theme


+ 7 - 2
meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb

@@ -2,10 +2,15 @@ SECTION = "unknown"
 LICENSE = "GPL"
 inherit gnome
 
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
+SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \
+        file://index.theme"
 
 PACKAGE_ARCH = "all"
 
 FILES_${PN} += "${datadir}/icons"
+
+do_install_append () {
+	install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
+}

部分文件因为文件数量过多而无法显示