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
f1943f68
Commit
f1943f68
authored
Jan 20, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a recipe for asteroid-wallpapers
parent
f6220e8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
asteroid-launcher_git.bb
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
+1
-1
asteroid-wallpapers_git.bb
...s-asteroid/asteroid-wallpapers/asteroid-wallpapers_git.bb
+17
-0
No files found.
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
View file @
f1943f68
...
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
...
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
inherit qmake5
inherit qmake5
DEPENDS += "lipstick"
DEPENDS += "lipstick"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qtquickcontrols-qmlplugins qml-asteroid qtwayland-plugins qtgraphicaleffects-qmlplugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration libconnman-qt xkeyboard-config"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qtquickcontrols-qmlplugins qml-asteroid qtwayland-plugins qtgraphicaleffects-qmlplugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration libconnman-qt xkeyboard-config
asteroid-wallpapers
"
FILES_${PN} += "/usr/share/asteroid-launcher/ /usr/lib/systemd/user/"
FILES_${PN} += "/usr/share/asteroid-launcher/ /usr/lib/systemd/user/"
do_install_append() {
do_install_append() {
...
...
recipes-asteroid/asteroid-wallpapers/asteroid-wallpapers_git.bb
0 → 100644
View file @
f1943f68
SUMMARY = "Asteroid's default set of wallpapers, licensed under CC BY 2.0"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-wallpapers"
LICENSE = "CC-BY-2.0"
LIC_FILES_CHKSUM = "file://LICENSE_CCBY;md5=e5ae8a8ac3605e6baffcd72982f4703b"
SRC_URI = "git://github.com/AsteroidOS/asteroid-wallpapers;protocol=https"
SRCREV = "53d1d0d02dff0dc7213ecdb4c54e8ca9a66c36d6"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/usr/share/asteroid-launcher/wallpapers/
cp ${S}/320x320/* ${D}/usr/share/asteroid-launcher/wallpapers/
}
FILES_${PN} = "/usr/share/asteroid-launcher/wallpapers/"
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