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.bb14
1 files changed, 14 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..8e360d93d7
--- /dev/null
+++ b/recipes/shr/gtk-theme-e17lookalike_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A gtk theme that looks like e17"
+LICENSE = "MIT BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
+SRCREV = "9b92a3d095ef1b53f55026cc292771d1507e6800"
+PV = "0.1.1+gitr${SRCPV}"
+PR = "r9"
+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