diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-03 16:29:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-03-03 16:29:03 +0000 |
commit | 73dc961f989c929ab7d4812bff1ae1bed174e20e (patch) | |
tree | 54b200dfc750e0ad512d64656d51c513bba5c662 | |
parent | bc8cd4658c091b17e7f9ca814a3f495741aa4f99 (diff) | |
parent | bccc0c67f2d14c3aeaaff7eb014b082489db96c4 (diff) |
merge of '2cd7eb1d99944ff730eef92a2d7c01e695a59c04'
and 'fe8b28a7f3024d34b8b9f58aa0fd46de16f7d5ce'
-rw-r--r-- | packages/maemo4/hildon-control-panel_2.0.1.bb | 20 | ||||
-rw-r--r-- | packages/ukeyboard/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ukeyboard/ukeyboard_1.2.bb | 14 |
3 files changed, 34 insertions, 0 deletions
diff --git a/packages/maemo4/hildon-control-panel_2.0.1.bb b/packages/maemo4/hildon-control-panel_2.0.1.bb new file mode 100644 index 0000000000..d7dd6c3e90 --- /dev/null +++ b/packages/maemo4/hildon-control-panel_2.0.1.bb @@ -0,0 +1,20 @@ +LICENSE = "GPL" + +DEPENDS = "libosso libhildon gnome-vfs libhildonhelp" + +SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/h/hildon-control-panel/hildon-control-panel_2.0.1-1.tar.gz" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/dbus-1.0 ${datadir}/applications" + +do_stage() { + autotools_stage_all +} + +# pkg-config file will get broken after pkgconfig.bbclass work +# +# This code will fix it +# +# sed -i -e 's:${STAGING_LIBDIR}/hildon:${libdir}/hildon:g' -e 's:${STAGING_DATADIR}/applications/hildon:${datadir}/applications/hildon:g' ${PKG_CONFIG_DIR}/hildon-control-panel.pc +# diff --git a/packages/ukeyboard/.mtn2git_empty b/packages/ukeyboard/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ukeyboard/.mtn2git_empty diff --git a/packages/ukeyboard/ukeyboard_1.2.bb b/packages/ukeyboard/ukeyboard_1.2.bb new file mode 100644 index 0000000000..354a737b09 --- /dev/null +++ b/packages/ukeyboard/ukeyboard_1.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Additional keyboard layouts for Nokia N800/N810" +SECTION = "user/other" +DEPENDS = "gtk+ libosso gconf hildon-control-panel" + +SRC_URI = "http://upir.cz/maemo/dists/chinook/main/source/ukeyboard_${PV}.tar.gz " + +do_install() { + oe_runmake install DESTDIR=${D} +} + +FILES_${PN} += "${datadir}/X11/xkb \ + ${datadir}/scv_layouts \ + ${libdir}/hildon-control-panel/libukeyboard-prefs.so" +FILES_${PN}-dbg += "${libdir}/hildon-control-panel/.debug/" |