diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-15 19:27:26 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-15 19:55:58 +0100 |
commit | f3a637b546878789dcef4d1a3c78a18c765e7ae2 (patch) | |
tree | 5a878706c9e00aa617402cd7d6d1e0b9aef31ed7 /recipes/shr/icon-theme-neo_git.bb | |
parent | 0c8459574b08a9e773c1e7e79c182fe779d04e15 (diff) |
shr themes: new recipes from shr/merge
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr/icon-theme-neo_git.bb')
-rw-r--r-- | recipes/shr/icon-theme-neo_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/shr/icon-theme-neo_git.bb b/recipes/shr/icon-theme-neo_git.bb new file mode 100644 index 0000000000..438ac238c9 --- /dev/null +++ b/recipes/shr/icon-theme-neo_git.bb @@ -0,0 +1,27 @@ +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 = "e-wm" +RRECOMMENDS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo libframeworkd-phonegui-efl-theme-neo etk-theme-neo gpe-theme-neo" +LICENSE = "unknown" + +PV = "0.2-${EFL_SRCREV}+gitr${SRCPV}" +PR = "r1" + +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" +} |