Konqueror did not an UserAgent, some broken sites require it so add
authorHolger Freyther <zecke@selfish.org>
Mon, 23 Aug 2004 19:02:57 +0000 (19:02 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 23 Aug 2004 19:02:57 +0000 (19:02 +0000)
a default useragent to Konqueror

BKrev: 412a3f61snSw5qCp-6w5hZ3s00c7Xg

konqueror/konqueror-embedded-20030705/useragent.patch [new file with mode: 0644]
konqueror/konqueror-embedded_20030705.oe

diff --git a/konqueror/konqueror-embedded-20030705/useragent.patch b/konqueror/konqueror-embedded-20030705/useragent.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..d3ddde9 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "KDE Web Browser Konqueror, QtE based Palmtop Environments Edition"
+SECTION = "opie/Applications"
+PRIORITY = "optional"
+DEPENDS = "libqpe-opie openssl pcre"
+
+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 "
+S = "${WORKDIR}/konqueror-embedded-snapshot-${PV}"
+
+inherit autotools libtool
+
+FILES_${PN} = "${palmtopdir}"
+
+export QMAKE = "${STAGING_BINDIR}/qmake"
+export MOC = "${STAGING_BINDIR}/moc"
+export UIC = "${STAGING_BINDIR}/uic"
+export exec_prefix = "${STAGING_LIBDIR}/.."
+
+EXTRA_OECONF = "--prefix=${palmtopdir} --exec-prefix=${palmtopdir}                              \
+                --enable-static --disable-shared --disable-debug                                \
+                --with-javascript=static --enable-qpe --enable-qt-embedded                      \
+                --with-extra-includes=${STAGING_INCDIR} --with-extra-libs=${STAGING_LIBDIR}     \
+                --with-ssl-version=0.9.7c --with-ssl-dir=${STAGING_LIBDIR}/..                   \
+                --with-qt-dir=${STAGING_LIBDIR}/.. --with-qtopia-dir=${STAGING_LIBDIR}/..       "
+
+CXXFLAGS += "-DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC"
+
+do_compile_prepend() {
+       perl admin/am_edit
+}