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
b6bde6b5
Commit
b6bde6b5
authored
Dec 21, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds recipes for some default Asteroid QML apps
parent
b48a26b9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
3 deletions
+43
-3
asteroid-image.bbclass
classes/asteroid-image.bbclass
+2
-1
asteroid-calculator_git.bb
...s-asteroid/asteroid-calculator/asteroid-calculator_git.bb
+13
-0
asteroid-calendar_git.bb
recipes-asteroid/asteroid-calendar/asteroid-calendar_git.bb
+13
-0
asteroid-settings_git.bb
recipes-asteroid/asteroid-settings/asteroid-settings_git.bb
+2
-2
asteroid-stopwatch_git.bb
...pes-asteroid/asteroid-stopwatch/asteroid-stopwatch_git.bb
+13
-0
No files found.
classes/asteroid-image.bbclass
View file @
b6bde6b5
...
...
@@ -5,6 +5,7 @@ IMAGE_FEATURES += "splash package-management"
IMAGE_INSTALL += " \
base-files base-passwd shadow systemd tzdata coreutils bash file findutils gawk grep procps psmisc sed util-linux sudo module-init-tools less tar gzip bzip2 \
connman bluez5 ppp dropbear qtbase-fonts qtbase-fonts-ttf-dejavu qtbase-plugins statefs dsme mce ngfd timed sensorfw android-init asteroid-launcher"
connman bluez5 ppp dropbear qtbase-fonts qtbase-fonts-ttf-dejavu qtbase-plugins statefs dsme mce ngfd timed sensorfw android-init \
asteroid-launcher asteroid-calculator asteroid-calendar asteroid-stopwatch"
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010"
recipes-asteroid/asteroid-calculator/asteroid-calculator_git.bb
0 → 100644
View file @
b6bde6b5
SUMMARY = "Asteroid's calculator app"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-calculator.git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
SRC_URI = "git://github.com/AsteroidOS/asteroid-calculator.git;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qml-asteroid"
recipes-asteroid/asteroid-calendar/asteroid-calendar_git.bb
0 → 100644
View file @
b6bde6b5
SUMMARY = "Asteroid's calendar app"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-calendar.git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
SRC_URI = "git://github.com/AsteroidOS/asteroid-calendar.git;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qml-asteroid"
recipes-asteroid/
settings/
settings_git.bb
→
recipes-asteroid/
asteroid-settings/asteroid-
settings_git.bb
View file @
b6bde6b5
SUMMARY = "Asteroid's system settings app"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-settings.git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://
COPYING
;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
LIC_FILES_CHKSUM = "file://
LICENSE
;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
SRC_URI = "git://github.com/AsteroidOS/asteroid-settings.git;protocol=https"
SRCREV = "${AUTOREV}"
...
...
@@ -10,4 +10,4 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "q
tquickcontrols-nemo
nemo-qml-plugin-systemsettings"
DEPENDS += "q
ml-asteroid
nemo-qml-plugin-systemsettings"
recipes-asteroid/asteroid-stopwatch/asteroid-stopwatch_git.bb
0 → 100644
View file @
b6bde6b5
SUMMARY = "Asteroid's stopwatch app"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-stopwatch.git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
SRC_URI = "git://github.com/AsteroidOS/asteroid-stopwatch.git;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qml-asteroid"
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