summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-29 00:27:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-29 00:27:55 +0200
commitad43da132541f81e38f75c102dc72b476b0677dd (patch)
treee676c264eea8c6efcbeaae02b8b0e5ef2cb7dad6
parentLet Opera sync handler being optional (diff)
downloadrekonq-ad43da132541f81e38f75c102dc72b476b0677dd.tar.xz
rekonq 0.9.61
Optional Opera sync handler introduction @situ: Hope you like the news :) CCMAIL: siteshwar@gmail.com
-rw-r--r--CMakeLists.txt2
-rw-r--r--INSTALL14
-rw-r--r--src/main.cpp5
3 files changed, 20 insertions, 1 deletions
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.."),