From ad43da132541f81e38f75c102dc72b476b0677dd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 29 May 2012 00:27:55 +0200 Subject: rekonq 0.9.61 Optional Opera sync handler introduction @situ: Hope you like the news :) CCMAIL: siteshwar@gmail.com --- CMakeLists.txt | 2 +- INSTALL | 14 ++++++++++++++ src/main.cpp | 5 +++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba9c3c8c..6ff7beef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.9.60" ) +SET(REKONQ_VERSION "0.9.61" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h ) diff --git a/INSTALL b/INSTALL index 9bc3ee21..e1f41a2f 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,20 @@ Please see http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Soft for instructions on how to build and setup a KDE4 environment to work in. +=== Optional dependencies === + +Since 1.0, Rekonq can use optional libraries to provide extra features. These are: + +- Nepomuk (www.kde.org) & soprano (soprano.sf.net) libraries: +needed to provide nepomuk bookmarks tagging + +- QtOAuth (github.com/ayoy/qoauth) & QCA2 (delta.affinix.com/qca/) libraries: +needed to provide Opera Link sync handler + +NOTE: to let Opera sync handler work, you need also qca2-ossl package as runtime dep. + + + === Building rekonq === To build it perform the following commands after switching into the rekonq directory diff --git a/src/main.cpp b/src/main.cpp index 7a23172c..3a94ae27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,6 +94,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "megabigbug@yahoo.fr", ""); + about.addAuthor(ki18n("Siteshwar Vashisht"), + ki18n("Code, Ideas, sync... and IRC chats!"), + "siteshwar@gmail.com", + ""); + // --------------- about credits ----------------------------- about.addCredit(ki18n("Dawit Alemayehu"), ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."), -- cgit v1.2.1