diff options
Diffstat (limited to 'meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard_svn.bb')
-rw-r--r-- | meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard_svn.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard_svn.bb b/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard_svn.bb new file mode 100644 index 0000000000..efc9ce03a5 --- /dev/null +++ b/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard_svn.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution" | ||
2 | SECTION = "openmoko/base" | ||
3 | PV = "0.0+svn${SRCDATE}" | ||
4 | PR = "r1" | ||
5 | |||
6 | inherit openmoko-base autotools | ||
7 | |||
8 | SRC_URI = "${OPENMOKO_MIRROR}/src/target/2007.2/artwork;module=icons;proto=http" | ||
9 | S = "${WORKDIR}/icons" | ||
10 | |||
11 | PACKAGE_ARCH = "all" | ||
12 | |||
13 | pkg_postinst_${PN} () { | ||
14 | if [ "x$D" != "x" ]; then | ||
15 | exit 1 | ||
16 | fi | ||
17 | gtk-update-icon-cache -q /usr/share/icons/openmoko-standard | ||
18 | } | ||
19 | |||