diff options
Diffstat (limited to 'recipes/shr/gtk-theme-neo_git.bb')
-rw-r--r-- | recipes/shr/gtk-theme-neo_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/shr/gtk-theme-neo_git.bb b/recipes/shr/gtk-theme-neo_git.bb new file mode 100644 index 0000000000..66caabf1cc --- /dev/null +++ b/recipes/shr/gtk-theme-neo_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "nEo GTK theme - a very fast, high contrast GTK theme" +HOMEPAGE = "http://jmccloud.jm.funpic.de" +AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com" +RDEPENDS += "icon-theme-neo" +RRECOMMENDS = "elementary-theme-neo e-wm-theme-illume-neo libframeworkd-phonegui-efl-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo" +LICENSE = "unknown" + +PV = "0.2-${EFL_SRCREV}+gitr${SRCPV}" +PR = "r3" + +SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" + +S = "${WORKDIR}/git/gtk/${PN}/" + +require gtk-theme.inc |