Konqueror did not an UserAgent, some broken sites require it so add
[openembedded.git] / konqueror / konqueror-embedded_20030705.oe
1 DESCRIPTION = "KDE Web Browser Konqueror, QtE based Palmtop Environments Edition"
2 SECTION = "opie/Applications"
3 PRIORITY = "optional"
4 DEPENDS = "libqpe-opie openssl pcre"
5
6 SRC_URI = "http://devel-home.kde.org/~hausmann/snapshots/konqueror-embedded-snapshot-${PV}.tar.gz \
7            file://opie1.patch;patch=1 \
8            file://packing.patch;patch=1 \
9            file://include_qconfig.patch;patch=1 \
10            file://useragent.patch;patch=1 "
11 S = "${WORKDIR}/konqueror-embedded-snapshot-${PV}"
12
13 inherit autotools libtool
14
15 FILES_${PN} = "${palmtopdir}"
16
17 export QMAKE = "${STAGING_BINDIR}/qmake"
18 export MOC = "${STAGING_BINDIR}/moc"
19 export UIC = "${STAGING_BINDIR}/uic"
20 export exec_prefix = "${STAGING_LIBDIR}/.."
21
22 EXTRA_OECONF = "--prefix=${palmtopdir} --exec-prefix=${palmtopdir}                              \
23                 --enable-static --disable-shared --disable-debug                                \
24                 --with-javascript=static --enable-qpe --enable-qt-embedded                      \
25                 --with-extra-includes=${STAGING_INCDIR} --with-extra-libs=${STAGING_LIBDIR}     \
26                 --with-ssl-version=0.9.7c --with-ssl-dir=${STAGING_LIBDIR}/..                   \
27                 --with-qt-dir=${STAGING_LIBDIR}/.. --with-qtopia-dir=${STAGING_LIBDIR}/..       "
28
29 CXXFLAGS += "-DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC"
30
31 do_compile_prepend() {
32         perl admin/am_edit
33 }