Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
594f132f
Commit
594f132f
authored
Sep 16, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a meegotouch-theme-darko recipe
parent
65bf8c50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
meegotouch-theme-darko_git.bb
...bile/meegotouch-theme-darko/meegotouch-theme-darko_git.bb
+36
-0
nemo-theme-glacier_git.bb
...s-nemomobile/nemo-theme-glacier/nemo-theme-glacier_git.bb
+1
-1
No files found.
recipes-nemomobile/meegotouch-theme-darko/meegotouch-theme-darko_git.bb
0 → 100644
View file @
594f132f
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/"
recipes-nemomobile/nemo-theme-glacier/nemo-theme-glacier_git.bb
View file @
594f132f
...
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
...
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
inherit qmake5
inherit qmake5
DEPENDS += "qtquickcontrols-nemo"
DEPENDS += "qtquickcontrols-nemo"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins
meegotouch-theme-darko
"
do_install_append() {
do_install_append() {
cd ${D}/usr/share/themes/glacier/meegotouch/icons/
cd ${D}/usr/share/themes/glacier/meegotouch/icons/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment