Commit 594f132f authored by Florent Revest's avatar Florent Revest

Adds a meegotouch-theme-darko recipe

parent 65bf8c50
SUMMARY = "Darko Theme for MeegoTouch"
HOMEPAGE = "https://github.com/nemomobile/meegotouch-theme-darko"
LICENSE = "Creative-Commons-Attribution-Unported-3.0-Unported-License"
LIC_FILES_CHKSUM = "file://LICENSE;md5=88f871534ad2268001f05f4790685ea5"
SRC_URI = "git://github.com/nemomobile/meegotouch-theme-darko;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
do_install() {
mkdir -p ${D}/usr/share/themes/darko/meegotouch/icons/
install -m 644 index.theme ${D}/usr/share/themes/darko/
install -m 644 meegotouch/icons/* ${D}/usr/share/themes/darko/meegotouch/icons/
install -m 644 blanco/meegotouch/icons/* ${D}/usr/share/themes/darko/meegotouch/icons
mkdir -p ${D}/usr/share/themes/darko/meegotouch/libmeegotouchviews/style/
install -m 644 meegotouch/libmeegotouchviews/style/* ${D}/usr/share/themes/darko/meegotouch/libmeegotouchviews/style/
mkdir -p ${D}/usr/share/themes/darko/meegotouch/libmeegotouchhome/style/
install -m 644 meegotouch/libmeegotouchhome/style/* ${D}/usr/share/themes/darko/meegotouch/libmeegotouchhome/style/
install -m 644 meegotouch/libmeegotouchhome/libmeegotouchhome.conf ${D}/usr/share/themes/darko/meegotouch/libmeegotouchhome/
mkdir -p ${D}/usr/share/themes/darko/meegotouch/meegotouchhome/style/
install -m 644 meegotouch/meegotouchhome/style/meegotouchhome.css ${D}/usr/share/themes/darko/meegotouch/meegotouchhome/style/
mkdir -p ${D}/usr/share/themes/base/meegotouch/icons/
install -m 644 meegotouch/icons/icon-l-meegotouchtheme-darko.png ${D}/usr/share/themes/base/meegotouch/icons/
mkdir -p ${D}/usr/share/sounds/darko/stereo/
install -m 644 sounds/darko/stereo/* ${D}/usr/share/sounds/darko/stereo/
}
FILES_${PN} = "/usr/"
......@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtquickcontrols-nemo"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins meegotouch-theme-darko"
do_install_append() {
cd ${D}/usr/share/themes/glacier/meegotouch/icons/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment