aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/gtk-theme-e17lookalike_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/gtk-theme-e17lookalike_git.bb')
-rw-r--r--recipes/shr/gtk-theme-e17lookalike_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/shr/gtk-theme-e17lookalike_git.bb b/recipes/shr/gtk-theme-e17lookalike_git.bb
new file mode 100644
index 0000000000..6396518d28
--- /dev/null
+++ b/recipes/shr/gtk-theme-e17lookalike_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A gtk theme that looks like e17"
+LICENSE = "MIT BSD"
+SRCREV = "5c01117b97ab823b5dd298c08759093a81ac5456"
+PV = "0.1.1+gitr${SRCPV}"
+PR = "r7"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/gtk/${PN}"
+
+require gtk-theme.inc