aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/icon-theme-neo_git.bb
blob: 2d529ba6fd40f9debaa94d50c903eb3e2409d75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "nEo icon theme - a high contrast icon theme which looks especially well when using all the other nEo themes"
SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
RDEPENDS_${PN} = "e-wm"
RSUGGESTS_${PN} = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo"
LICENSE = "unknown"

SRCREV = "f847105c5ef5d488a4bce0c0a85d572c3509d56f"
PV = "0.2-${EFL_SRCREV}+gitr${SRCPV}"
PR = "r4"

SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"

S = "${WORKDIR}/git/icons/icon-theme-neo"

do_install() {
        install -d ${D}${datadir}/icons/
        install -d ${D}${datadir}/icons/nEo/
        cp -r ${S}/* "${D}${datadir}/icons/nEo/"
}

FILES_${PN} = "${datadir}/icons/nEo/"

pkg_postinst() {
        echo "To activate this theme select it under ICON THEME in the LOOK tab of enlightenment settings"
        echo "Restart enlightenment for the changes to take affect"
}