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
7204d3f3
Commit
7204d3f3
authored
Dec 03, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a recipe for asteroid-theme-moka
parent
a0c29da2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
index.theme
...eroid/asteroid-theme-moka/asteroid-theme-moka/index.theme
+12
-0
asteroid-theme-moka_git.bb
...s-asteroid/asteroid-theme-moka/asteroid-theme-moka_git.bb
+19
-0
No files found.
recipes-asteroid/asteroid-theme-moka/asteroid-theme-moka/index.theme
0 → 100644
View file @
7204d3f3
[Desktop Entry]
Type=X-MeeGoTouch-Metatheme
Name=Moka
Encoding=UTF-8
[X-MeeGoTouch-Metatheme]
X-Visible=true
X-Icon="icon-l-meegotouchtheme-devel"
X-Libraries=meegotouchviews
[X-DUI-Metatheme]
X-Icon="icon-l-meegotouchtheme-devel"
recipes-asteroid/asteroid-theme-moka/asteroid-theme-moka_git.bb
0 → 100644
View file @
7204d3f3
SUMMARY = "Moka icon theme adapted to the needs of Lipstick"
HOMEPAGE = "https://github.com/moka-project/moka-icon-theme"
LICENSE = "CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://LICENSE_CCBYSA;md5=47a74f3ef9a78060758f375e92a37f5a"
SRC_URI = "git://github.com/moka-project/moka-icon-theme;protocol=https \
file://index.theme"
SRCREV = "edba1587f4b3014210ca3857bb5fbf913e9a5fd5"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/usr/share/themes/moka/meegotouch/icons/
cp --no-dereference ${S}/Moka/256x256/apps/* ${S}/Moka/256x256/web/* ${D}/usr/share/themes/moka/meegotouch/icons/
cp ${WORKDIR}/index.theme ${D}/usr/share/themes/moka/index.theme
}
FILES_${PN} = "/usr/share/themes/moka"
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