SECTION = "opie/applications"
PRIORITY = "optional"
DEPENDS = "libqpe-opie openssl pcre"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://devel-home.kde.org/~hausmann/snapshots/konqueror-embedded-snapshot-${PV}.tar.gz \
file://opie1.patch;patch=1 \
file://packing.patch;patch=1 \
file://include_qconfig.patch;patch=1 \
- file://useragent.patch;patch=1 "
+ file://useragent.patch;patch=1 \
+ file://kcookiejar-merge.patch;patch=1 \
+ file://konq-embedrc "
S = "${WORKDIR}/konqueror-embedded-snapshot-${PV}"
inherit autotools libtool
do_compile_prepend() {
perl admin/am_edit
}
+
+do_install() {
+ install -d ${D}/${palmtopdir}/share/
+ install -d ${D}/${palmtopdir}/share/config/
+
+ install -m 0644 ${WORKDIR}/konq-embedrc ${D}/${palmtopdir}/share/config/
+
+ autotools_do_install
+}
\ No newline at end of file