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
f583ab90
Commit
f583ab90
authored
Feb 20, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a couple of unused recipes
parent
4f034931
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
140 deletions
+0
-140
default.conf
recipes-nemomobile/glacier-home/glacier-home/default.conf
+0
-4
lipstick.service
...pes-nemomobile/glacier-home/glacier-home/lipstick.service
+0
-14
glacier-home_git.bb
recipes-nemomobile/glacier-home/glacier-home_git.bb
+0
-26
meegotouch-theme-darko_git.bb
recipes-nemomobile/nemo-themes/meegotouch-theme-darko_git.bb
+0
-38
nemo-theme-default_git.bb
recipes-nemomobile/nemo-themes/nemo-theme-default_git.bb
+0
-14
nemo-theme-glacier_git.bb
recipes-nemomobile/nemo-themes/nemo-theme-glacier_git.bb
+0
-22
qtquickcontrols-nemo_git.bb
...momobile/qtquickcontrols-nemo/qtquickcontrols-nemo_git.bb
+0
-22
No files found.
recipes-nemomobile/glacier-home/glacier-home/default.conf
deleted
100644 → 0
View file @
4f034931
EGL_PLATFORM
=
hwcomposer
XDG_RUNTIME_DIR
=/
tmp
GLACIER_NATIVEORIENTATION
=
0
LIPSTICK_OPTIONS
=
"-plugin evdevtouch:/dev/input/event0 -platform hwcomposer"
recipes-nemomobile/glacier-home/glacier-home/lipstick.service
deleted
100644 → 0
View file @
4f034931
[Unit]
Description=The lipstick UI
Requires=dbus.socket
[Service]
Type=notify
EnvironmentFile=-/usr/share/lipstick-glacier-home-qt5/nemovars.conf
EnvironmentFile=-/var/lib/environment/compositor/*.conf
ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done'
ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
Restart=always
[Install]
WantedBy=default.target
recipes-nemomobile/glacier-home/glacier-home_git.bb
deleted
100644 → 0
View file @
4f034931
SUMMARY = "Homescreen for the Glacier UX"
HOMEPAGE = "https://github.com/nemomobile-ux/glacier-home.git"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/qml/MainScreen.qml;beginline=1;endline=30;md5=1a053e8b1bbb35a9b0146cf1a5775e3a"
SRC_URI = "git://github.com/nemomobile-ux/glacier-home.git;protocol=https \
file://lipstick.service \
file://default.conf"
SRCREV = "23a384ed117fc08ef5e1d5113812055a4fb3aeac"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "lipstick"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qtquickcontrols-qmlplugins qtquickcontrols-nemo qtwayland-plugins qtgraphicaleffects-qmlplugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration nemo-theme-glacier libconnman-qt5 libqofono xkeyboard-config ttf-opensans"
FILES_${PN} += "/usr/share/lipstick-glacier-home-qt5 /lib/systemd/system"
do_install_append() {
install -d ${D}/var/lib/environment/compositor/
cp ../default.conf ${D}/var/lib/environment/compositor/
install -d ${D}/usr/lib/systemd/user/default.target.wants/
cp ../lipstick.service ${D}/usr/lib/systemd/user/
ln -s ../lipstick.service ${D}/usr/lib/systemd/user/default.target.wants/lipstick.service
}
recipes-nemomobile/nemo-themes/meegotouch-theme-darko_git.bb
deleted
100644 → 0
View file @
4f034931
SUMMARY = "Darko Theme for MeegoTouch"
HOMEPAGE = "https://github.com/nemomobile/meegotouch-theme-darko"
LICENSE = "CC-BY-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=88f871534ad2268001f05f4790685ea5"
SRC_URI = "git://github.com/nemomobile/meegotouch-theme-darko;protocol=https"
SRCREV = "756f041714943d6e3c24e9ea1fc1149d83192f5a"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
RDEPENDS_${PN} += "nemo-theme-default"
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-themes/nemo-theme-default_git.bb
deleted
100644 → 0
View file @
4f034931
SUMMARY = "Default Theme for Nemo"
HOMEPAGE = "https://github.com/nemomobile-ux/nemo-theme-default.git"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://lgpl/LICENSE.LGPL;md5=9bddd653c11e4620e98b7c15dce0f89c"
SRC_URI = "git://github.com/nemomobile/nemo-theme-default.git;protocol=https"
SRCREV = "2ba6211c92d445f066660d35cb29d7c0bb15b2f4"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtbase"
FILES_${PN} = "/usr/ /etc/"
recipes-nemomobile/nemo-themes/nemo-theme-glacier_git.bb
deleted
100644 → 0
View file @
4f034931
SUMMARY = "Glacier Theme for Nemo"
HOMEPAGE = "https://github.com/nemomobile-ux/nemo-theme-glacier.git"
LICENSE = "CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://cc3/LICENSE.md;md5=cf7e5cf784e962ee361c8d468cebf569"
SRC_URI = "git://github.com/nemomobile-ux/nemo-theme-glacier.git;protocol=https"
SRCREV = "bb308f61a77cd935c82f9665d0b0b3d5e7e34670"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtbase-native"
do_install_append() {
cd ${D}/usr/share/themes/glacier/meegotouch/icons/
ln -sf icon-app-terminal.png icon-l-terminal.png
ln -sf icon-app-settings.png icon-l-settings.png
ln -sf icon-app-screenshot.png icon-launcher-screenshot.png
}
FILES_${PN} = "/usr/"
recipes-nemomobile/qtquickcontrols-nemo/qtquickcontrols-nemo_git.bb
deleted
100644 → 0
View file @
4f034931
SUMMARY = "Glacier components for Nemomobile, based on QtQuickControls"
HOMEPAGE = "https://github.com/nemomobile/qtquickcontrols-nemo.git"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4193e7f1d47a858f6b7c0f1ee66161de"
SRC_URI = "git://github.com/nemomobile/qtquickcontrols-nemo.git;protocol=https"
SRCREV = "da72638aeaab5b596258b7e172b3cc8828057d57"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtquickcontrols"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
do_configure_prepend() {
sed -i "s@\$\$\[QT_INSTALL_QML\]/\$\$PLUGIN_IMPORT_PATH/themes@/usr/lib/qml/QtQuick/Controls/Styles/Nemo/themes@" ${S}/src/styles/styles.pro
sed -i "s@src examples@src@" ${S}/qtquickcontrols-nemo.pro
}
FILES_${PN} += "/usr/lib"
FILES_${PN}-dbg += "/usr/lib/examples/.debug/ /usr/lib/qml/QtQuick/Controls/Nemo/.debug/ /usr/lib/qml/QtQuick/Controls/Styles/Nemo/.debug/"
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