[oe-commits] org.oe.dev Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:38:35 UTC 2008


Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script
    OE is complaining about the desktop files, on some parts it is right, on some wrong
    we will fix that tomorrow.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 826e3d1604a7153fbec79dbf0287cbde9dd32200
ViewMTN: http://monotone.openembedded.org/revision/info/826e3d1604a7153fbec79dbf0287cbde9dd32200
Files:
1
packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb
Diffs:

#
# mt diff -rd7ae591abd2e60492369189fdc1202bb83104e38 -r826e3d1604a7153fbec79dbf0287cbde9dd32200
#
#
#
# patch "packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb"
#  from [f63a1fc40db2c120c5d62fb2f125e01c1fcd8dc2]
#    to [793f42a67a2b3684beeeb96f10259216c87d06fc]
#
============================================================
--- packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb	f63a1fc40db2c120c5d62fb2f125e01c1fcd8dc2
+++ packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb	793f42a67a2b3684beeeb96f10259216c87d06fc
@@ -101,7 +101,7 @@ do_install() {
 
    # Install freedesktop.org .desktop files for enlightenment
    install -d ${D}${datadir}/applications
-   for app in "${S}/apps-fdo"*; do
+   for app in "${S}/apps-fdo/"*; do
      for file in "$app"/*.desktop; do
         install -m 0644 $file ${D}${datadir}/applications/
      done
@@ -111,7 +111,7 @@ do_install() {
 
    # Make sure qpe gets launched by X
    install -d ${D}/${sysconfdir}/X11/Xsession.d
-   install -m 0755 ${WORKDIR}/Xsession.d/99qpe ${D}${sysconfdir}/X11/Xsession.d/
+   install -m 0755 ${WORKDIR}/Xsession.d/99qtopia ${D}${sysconfdir}/X11/Xsession.d/
 
    # Install some scripts
    install -d ${D}${bindir}






More information about the Openembedded-commits mailing list