help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / shr / icon-theme-neo_git.bb
blobe00de7ebd539b63de9ac13e80dad24d7c6d61957
1 DESCRIPTION = "nEo icon theme - a high contrast icon theme which looks especially well when using all the other nEo themes"
2 SECTION = "e/utils"
3 HOMEPAGE = "http://jmccloud.jm.funpic.de"
4 AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
5 RDEPENDS_${PN} = "e-wm"
6 RSUGGESTS_${PN} = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo"
7 LICENSE = "unknown"
9 SRCREV = "f847105c5ef5d488a4bce0c0a85d572c3509d56f"
10 PV = "0.3+gitr${SRCPV}"
11 PR = "r4"
13 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
15 S = "${WORKDIR}/git/icons/icon-theme-neo"
17 do_install() {
18 install -d ${D}${datadir}/icons/
19 install -d ${D}${datadir}/icons/nEo/
20 cp -R ${S}/* "${D}${datadir}/icons/nEo/"
23 FILES_${PN} = "${datadir}/icons/nEo/"
25 pkg_postinst() {
26 echo "To activate this theme select it under ICON THEME in the LOOK tab of enlightenment settings"
27 echo "Restart enlightenment for the changes to take affect"