Commit f583ab90 authored by Florent Revest's avatar Florent Revest

Remove a couple of unused recipes

parent 4f034931
EGL_PLATFORM=hwcomposer
XDG_RUNTIME_DIR=/tmp
GLACIER_NATIVEORIENTATION=0
LIPSTICK_OPTIONS="-plugin evdevtouch:/dev/input/event0 -platform hwcomposer"
[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
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
}
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/"
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/"
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/"
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/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment