---
 recipes/shr/elementary-theme-efenniht_svn.bb |   30 ++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 recipes/shr/elementary-theme-efenniht_svn.bb

diff --git a/recipes/shr/elementary-theme-efenniht_svn.bb 
b/recipes/shr/elementary-theme-efenniht_svn.bb
new file mode 100644
index 0000000..e91dbf0
--- /dev/null
+++ b/recipes/shr/elementary-theme-efenniht_svn.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "efenniht elementary theme - Efenniht was devised to be clean 
and neutral. Its name (which means equinox) comes from the chromatic duality 
that was decided at the very beginning, with a dark theme (black and orange) 
and a bright one (white and blue) to be developed so that more people feel 
comfortable using it. Efenniht uses few animations, discrete contrasts between 
shades of gray and fine lines (colored) that outline the selected elements."
+SECTION = "e/utils"
+HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht";
+DEPENDS = "edje-native"
+RSUGGESTS_${PN} = "elementary-theme-efenniht e-wm-theme-illume-efenniht"
+PACKAGE_ARCH = "all"
+LICENSE = "unknown"
+
+SRCREV = "54937"
+SRCREV_FORMAT = "54937"
+PV = "0.0+svnr${SRCPV}"
+PR = "r1"
+PACKAGE_ARCH = "all"
+
+SRC_URI = 
"svn://svn.enlightenment.org/svn/e/trunk/THEMES;module=efenniht;proto=http \
+                  
svn://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary/data;module=themes;proto=http
 \
+          "
+
+S = "${WORKDIR}/efenniht"
+
+do_compile() {
+       ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/ 
${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj
+}
+
+do_install() {
+        install -d ${D}${datadir}/elementary/themes/
+        install -m 0644 ${S}/elm-efenniht.edj ${D}${datadir}/elementary/themes/
+}
+
+FILES_${PN} = "${datadir}/elementary/themes/"
-- 
1.7.3.2

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to