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
a611353c
Commit
a611353c
authored
Dec 26, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nemo-qml-plugins: adds some recipes for connectivity, dbus, policy, social and thumbnailer
parent
57a8e8d7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
80 additions
and
0 deletions
+80
-0
nemo-qml-plugin-connectivity_git.bb
...bile/nemo-qml-plugins/nemo-qml-plugin-connectivity_git.bb
+16
-0
nemo-qml-plugin-dbus_git.bb
...s-nemomobile/nemo-qml-plugins/nemo-qml-plugin-dbus_git.bb
+16
-0
nemo-qml-plugin-policy_git.bb
...nemomobile/nemo-qml-plugins/nemo-qml-plugin-policy_git.bb
+16
-0
nemo-qml-plugin-social_git.bb
...nemomobile/nemo-qml-plugins/nemo-qml-plugin-social_git.bb
+16
-0
nemo-qml-plugin-thumbnailer_git.bb
...obile/nemo-qml-plugins/nemo-qml-plugin-thumbnailer_git.bb
+16
-0
No files found.
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-connectivity_git.bb
0 → 100644
View file @
a611353c
SUMMARY = "QML Plugin for connectivity on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-connectivity/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=a286bacf410e770064c78ac9470af1a2"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-connectivity.git;protocol=https"
SRCREV = "0162280a13dc09914b8f8a644a7b43d4670bf486"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtdeclarative qtbase libconnman-qt"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/connectivity/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/connectivity/"
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-dbus_git.bb
0 → 100644
View file @
a611353c
SUMMARY = "QML Plugin for DBus on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-dbus"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=4f66b392565d1dd726d4c892676d96fd"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-dbus.git;protocol=https"
SRCREV = "c4d98477aaea95d7cbbf0414ed7aeb802942737f"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "dbus qtdeclarative qtbase"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/dbus/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/dbus/"
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-policy_git.bb
0 → 100644
View file @
a611353c
SUMMARY = "QML Plugin for media policy on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-policy"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=bcbb827372d72ea4e42de457e3575a9d"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-policy.git;protocol=https"
SRCREV = "b2d5230f20b9f120940455fdd17bb8c4f91c8750"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtdeclarative qtbase libresourceqt"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/policy/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/policy/"
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-social_git.bb
0 → 100644
View file @
a611353c
SUMMARY = "QML Plugin for social on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-social/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=f8c85a4530dff183f906f55efc59b98d"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-social.git;protocol=https"
SRCREV = "65fe246088994084a1fc2fc0c6788f239b9ad997"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtdeclarative qtbase"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/social/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/social/"
recipes-nemomobile/nemo-qml-plugins/nemo-qml-plugin-thumbnailer_git.bb
0 → 100644
View file @
a611353c
SUMMARY = "QML Plugin for thumbnails generation on Nemo"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=99bfde884fbd54d5f6958982e31a4237"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-thumbnailer.git;protocol=https"
SRCREV = "08c0c98ff535ac44608f57e9facfbbdadf806229"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtdeclarative qtbase"
FILES_${PN}-dbg += "/opt /usr/lib/qt5/qml/org/nemomobile/thumbnailer/.debug"
FILES_${PN} += "/usr/lib/qt5/qml/org/nemomobile/thumbnailer/"
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