diff options
Diffstat (limited to 'recipes/shr/shr-theme-gtk-e17lookalike_git.bb')
-rw-r--r-- | recipes/shr/shr-theme-gtk-e17lookalike_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/shr/shr-theme-gtk-e17lookalike_git.bb b/recipes/shr/shr-theme-gtk-e17lookalike_git.bb new file mode 100644 index 0000000000..04ab37dc63 --- /dev/null +++ b/recipes/shr/shr-theme-gtk-e17lookalike_git.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "A gtk theme that looks like e17" +LICENSE = "MIT BSD" +PV = "0.1.1+gitr${SRCPV}" +PR = "r5" + +SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" + +S = "${WORKDIR}/git/gtk/${PN}" + +require gtk-theme.inc |