Package: rekonq Version: 1.1-1 Severity: wishlist Tags: patch Dear Maintainer, could you please package the new version of rekonq?
To make it build on sid it needs a simple patch to the cmake file (attached). Regards. -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.8.0a (SMP w/4 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages rekonq depends on: ii kde-baseapps-bin 4:4.8.4-2 ii kde-runtime 4:4.8.4-2 ii libc6 2.17-0experimental2 ii libkcmutils4 4:4.8.4-4 ii libkdecore5 4:4.8.4-4 ii libkdeui5 4:4.8.4-4 ii libkdewebkit5 4:4.8.4-4 ii libkio5 4:4.8.4-4 ii libkparts4 4:4.8.4-4 ii libnepomuk4 4:4.8.4-4 ii libnepomukquery4a 4:4.8.4-4 ii libnepomukutils4 4:4.8.4-4 ii libqoauth1 1.0.1-1 ii libqt4-dbus 4:4.8.2+dfsg-11 ii libqt4-network 4:4.8.2+dfsg-11 ii libqt4-script 4:4.8.2+dfsg-11 ii libqt4-xml 4:4.8.2+dfsg-11 ii libqtcore4 4:4.8.2+dfsg-11 ii libqtgui4 4:4.8.2+dfsg-11 ii libqtwebkit4 2.2.1-5 ii libstdc++6 4.7.2-5 rekonq recommends no packages. Versions of packages rekonq suggests: ii kget 4:4.8.4-1+b1 -- no debconf information
Description: using older version of kdelibs Author: Salvo 'LtWorf' Tomaselli <[email protected]> --- rekonq-2.1.orig/CMakeLists.txt +++ rekonq-2.1/CMakeLists.txt @@ -35,7 +35,7 @@ FIND_PACKAGE(Qt4 4.8.0 COMPONENTS QtCore # MESSAGE(STATUS "Found QtWebKit ${PC_QTWEBKIT_VERSION}") #ENDIF() -FIND_PACKAGE(KDE4 4.9.0 REQUIRED) +FIND_PACKAGE(KDE4 4.8.0 REQUIRED) INCLUDE(MacroOptionalFindPackage)

