diff options
Diffstat (limited to 'meta/recipes-sato/sato-icon-theme')
| -rw-r--r-- | meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb new file mode 100644 index 0000000000..e2140bfdd7 --- /dev/null +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Sato icon theme" | ||
| 2 | HOMEPAGE = "https://www.yoctoproject.org/" | ||
| 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||
| 4 | |||
| 5 | LICENSE = "CC-BY-SA-3.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a830bbe6e4697fe6cbbae01bb7c2b2" | ||
| 7 | SECTION = "x11" | ||
| 8 | |||
| 9 | DEPENDS = "icon-naming-utils-native libxml-simple-perl-native" | ||
| 10 | |||
| 11 | SRC_URI = "git://git.yoctoproject.org/sato-icon-theme.git;protocol=https;branch=master" | ||
| 12 | SRCREV = "d23f04ecb0328f655bf195df8eb04c1b734d53a9" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig allarch gtk-icon-cache perlnative | ||
| 17 | |||
| 18 | # The configure script uses pkg-config to find native binaries to execute, so | ||
| 19 | # tell it to use our pkg-config-native wrapper. | ||
| 20 | export PKG_CONFIG = "pkg-config-native" | ||
| 21 | |||
| 22 | FILES:${PN} += "${datadir}/icons/Sato" | ||
| 23 | |||
| 24 | do_install:append() { | ||
| 25 | find ${D}${datadir}/icons/Sato/ -maxdepth 1 -type d -exec ln -s preferences-system.png {}/apps/preferences-desktop.png \; | ||
| 26 | find ${D}${datadir}/icons/Sato/ -maxdepth 1 -type d -exec ln -s file-manager.png {}/apps/system-file-manager.png \; | ||
| 27 | find ${D}${datadir}/icons/Sato/ -maxdepth 1 -type d -exec ln -s ../apps/terminal.png {}/places/computer.png \; | ||
| 28 | } | ||
