[arch-commits] Commit in rekonq/repos (10 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Jan 27 10:02:41 UTC 2013


    Date: Sunday, January 27, 2013 @ 11:02:41
  Author: andrea
Revision: 83068

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rekonq/repos/community-i686/PKGBUILD
    (from rev 83067, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-i686/rekonq.install
    (from rev 83067, rekonq/trunk/rekonq.install)
  rekonq/repos/community-x86_64/PKGBUILD
    (from rev 83067, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-x86_64/rekonq.install
    (from rev 83067, rekonq/trunk/rekonq.install)
Deleted:
  rekonq/repos/community-i686/PKGBUILD
  rekonq/repos/community-i686/fix-google-sync.patch
  rekonq/repos/community-i686/rekonq.install
  rekonq/repos/community-x86_64/PKGBUILD
  rekonq/repos/community-x86_64/fix-google-sync.patch
  rekonq/repos/community-x86_64/rekonq.install

----------------------------------------+
 community-i686/PKGBUILD                |   70 ++++++--------
 community-i686/fix-google-sync.patch   |  155 -------------------------------
 community-i686/rekonq.install          |   24 ++--
 community-x86_64/PKGBUILD              |   70 ++++++--------
 community-x86_64/fix-google-sync.patch |  155 -------------------------------
 community-x86_64/rekonq.install        |   24 ++--
 6 files changed, 88 insertions(+), 410 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-i686/PKGBUILD	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.0
-pkgrel=2
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'fix-google-sync.patch')
-sha256sums=('380aa337b561ee0c5eb1aa8401f7bd8d98a2b18e645e92f3387baae06d501d84'
-            '7360746d3668c1353e0b30351d33014c41d3171d64a43fed5178207883291001')
-
-build(){
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-google-sync.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 83067, rekonq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 10:02:41 UTC (rev 83068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.1
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('92640c80b19e88934d5ed618b4a61c767ee7a27e4792e43bd3ccf51a7b5ce664')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/fix-google-sync.patch
===================================================================
--- community-i686/fix-google-sync.patch	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-i686/fix-google-sync.patch	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,155 +0,0 @@
-From: Andrea Diamantini <adjam7 at gmail.com>
-Date: Tue, 08 Jan 2013 16:09:03 +0000
-Subject: Workaround to fix Google Bookmarks sync + minor speed improvement
-X-Git-Url: http://quickgit.kde.org/?p=rekonq.git&a=commitdiff&h=58bd0c195b60c3cf597a8d9296e5725dc4be7c9b
----
-Workaround to fix Google Bookmarks sync + minor speed improvement
-
-Courtesy patch by "Francesco". Thanks :)
-
-BUG: 312824
----
-
-
---- a/src/sync/googlesynchandler.cpp
-+++ b/src/sync/googlesynchandler.cpp
-@@ -3,7 +3,7 @@
- * This file is a part of the rekonq project
- *
- * Copyright (C) 2012 by Siteshwar Vashisht <siteshwar at gmail dot com>
--* Copyright (C) 2011 by Andrea Diamantini <adjam7 at gmail dot com>
-+* Copyright (C) 2011-2013 by Andrea Diamantini <adjam7 at gmail dot com>
- *
- *
- * This program is free software; you can redistribute it and/or
-@@ -172,24 +172,24 @@
- 
-     QString path = _webPage.mainFrame()->url().path();
- 
--    if (path == "/ServiceLogin" && _doLogin == true)
-+    if ( (path == QL1S("/ServiceLogin") || path == QL1S("/Login")) && _doLogin == true)
-     {
-         // Let's login to our Google account
-         QWebFrame *frame = _webPage.mainFrame();
- 
--        QWebElement email = frame->findFirstElement("#Email");
--        QWebElement passwd = frame->findFirstElement("#Passwd");
--        QWebElement form = frame->findFirstElement("#gaia_loginform");
--
--        email.setAttribute("value", ReKonfig::syncUser());
--        passwd.setAttribute("value", ReKonfig::syncPass());
--        form.evaluateJavaScript("this.submit();");
-+        QWebElement email = frame->findFirstElement( QL1S("#Email") );
-+        QWebElement passwd = frame->findFirstElement( QL1S("#Passwd") );
-+        QWebElement form = frame->findFirstElement( QL1S("#gaia_loginform") );
-+
-+        email.setAttribute( QL1S("value"), ReKonfig::syncUser());
-+        passwd.setAttribute( QL1S("value"), ReKonfig::syncPass());
-+        form.evaluateJavaScript( QL1S("this.submit();") );
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Signing in..."));
- 
-         // Login only once
-         _doLogin = false;
-     }
--    else if (path == "/bookmarks/")
-+    else if (path == QL1S("/bookmarks/") )
-     {
-         // We get to this page after successful login, let's fetch the bookmark list in Xml format.
-         QNetworkAccessManager *qnam = _webPage.networkAccessManager();
-@@ -199,16 +199,16 @@
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Fetching bookmarks from server..."));
-         connect(_reply, SIGNAL(finished()), this, SLOT(fetchingBookmarksFinished()));
-     }
--    else if (path == "/ServiceLoginAuth")
-+    else if (path == QL1S("/ServiceLoginAuth") )
-     {
-         emit syncStatus(Rekonq::Bookmarks, false, i18n("Login failed!"));
-         _isSyncing = false;
-     }
--    else if (path == "/bookmarks/mark")
-+    else if (path == QL1S("/bookmarks/mark") )
-     {
-         QWebFrame *frame = _webPage.mainFrame();
- 
--        QString sigKey = frame->findFirstElement("input[name=sig]").attribute("value");
-+        QString sigKey = frame->findFirstElement( QL1S("input[name=sig]") ).attribute( QL1S("value") );
-         kDebug() << "Signature Key is : " << sigKey;
- 
-         QNetworkAccessManager *qnam = _webPage.networkAccessManager();
-@@ -219,7 +219,7 @@
-             for (QSet<QString>::const_iterator iter = _bookmarksToDelete.constBegin(); iter != _bookmarksToDelete.end(); ++iter)
-             {
-                 QNetworkRequest request;
--                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?dlq=" + *iter + "&sig=" + sigKey));
-+                request.setUrl(QUrl( QL1S("https://www.google.com/bookmarks/mark?dlq=") + *iter + QL1S("&sig=") + sigKey));
- 
-                 kDebug() << "Delete url is : " << request.url();
-                 QNetworkReply *r = qnam->get(request);
-@@ -243,7 +243,7 @@
-                 postData.append("&sig=" + sigKey.toUtf8());
- 
-                 QNetworkRequest request;
--                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?sig=" + sigKey + "&btnA"));
-+                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?sig=" + sigKey + QL1S("&btnA") ));
-                 request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
-                 kDebug() << "Url: " << request.url();
-                 kDebug() << "Post data is :" << postData;
-@@ -257,7 +257,7 @@
-         _bookmarksToAdd.clear();
- 
-     }
--    else if (path == "/Logout")
-+    else if (path == QL1S("/Logout") )
-     {
-         //Session finished
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Done!"));
-@@ -277,10 +277,10 @@
- {
-     QString data = _reply->readAll();
- 
--    QDomDocument doc("bookmarks");
-+    QDomDocument doc( QL1S("bookmarks") );
-     doc.setContent(data);
- 
--    QDomNodeList bookmarksOnServer = doc.elementsByTagName("bookmark");
-+    QDomNodeList bookmarksOnServer = doc.elementsByTagName( QL1S("bookmark") );
-     emit syncStatus(Rekonq::Bookmarks, true, i18n("Reading bookmarks..."));
- 
-     BookmarkManager *manager = BookmarkManager::self();
-@@ -291,8 +291,8 @@
- 
-         for (int i = 0; i < bookmarksOnServer.size(); ++i)
-         {
--            QString title = getChildElement(bookmarksOnServer.at(i), "title");
--            QString url = getChildElement(bookmarksOnServer.at(i), "url");
-+            QString title = getChildElement(bookmarksOnServer.at(i), QL1S("title") );
-+            QString url = getChildElement(bookmarksOnServer.at(i), QL1S("url") );
- 
-             KBookmark bookmark = manager->bookmarkForUrl(KUrl(url));
-             if (bookmark.isNull())
-@@ -377,7 +377,7 @@
-                 found = true;
-                 break;
-             }
--            else if (current.url().url() == getChildElement(bookmarksOnServer.at(i), "url"))
-+            else if (current.url().url() == getChildElement(bookmarksOnServer.at(i), QL1S("url")) )
-             {
-                 found = true;
-             }
-@@ -398,13 +398,13 @@
- 
-     for (int i = 0; i < bookmarksOnServer.count(); ++i)
-     {
--        QString url = getChildElement(bookmarksOnServer.at(i), "url");
-+        QString url = getChildElement(bookmarksOnServer.at(i), QL1S("url") );
- 
-         KBookmark result = manager->bookmarkForUrl(KUrl(url));
-         if (result.isNull())
-         {
-             kDebug() <<  "Deleting from Google Bookmarks: " << url;
--            _bookmarksToDelete.insert(getChildElement(bookmarksOnServer.at(i), "id"));
-+            _bookmarksToDelete.insert(getChildElement(bookmarksOnServer.at(i), QL1S("id") ));
-         }
-     }
- 
-

Deleted: community-i686/rekonq.install
===================================================================
--- community-i686/rekonq.install	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-i686/rekonq.install	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rekonq/repos/community-i686/rekonq.install (from rev 83067, rekonq/trunk/rekonq.install)
===================================================================
--- community-i686/rekonq.install	                        (rev 0)
+++ community-i686/rekonq.install	2013-01-27 10:02:41 UTC (rev 83068)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-x86_64/PKGBUILD	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.0
-pkgrel=2
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'fix-google-sync.patch')
-sha256sums=('380aa337b561ee0c5eb1aa8401f7bd8d98a2b18e645e92f3387baae06d501d84'
-            '7360746d3668c1353e0b30351d33014c41d3171d64a43fed5178207883291001')
-
-build(){
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-google-sync.patch
-  cd ../
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: rekonq/repos/community-x86_64/PKGBUILD (from rev 83067, rekonq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 10:02:41 UTC (rev 83068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.1
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('92640c80b19e88934d5ed618b4a61c767ee7a27e4792e43bd3ccf51a7b5ce664')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/fix-google-sync.patch
===================================================================
--- community-x86_64/fix-google-sync.patch	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-x86_64/fix-google-sync.patch	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,155 +0,0 @@
-From: Andrea Diamantini <adjam7 at gmail.com>
-Date: Tue, 08 Jan 2013 16:09:03 +0000
-Subject: Workaround to fix Google Bookmarks sync + minor speed improvement
-X-Git-Url: http://quickgit.kde.org/?p=rekonq.git&a=commitdiff&h=58bd0c195b60c3cf597a8d9296e5725dc4be7c9b
----
-Workaround to fix Google Bookmarks sync + minor speed improvement
-
-Courtesy patch by "Francesco". Thanks :)
-
-BUG: 312824
----
-
-
---- a/src/sync/googlesynchandler.cpp
-+++ b/src/sync/googlesynchandler.cpp
-@@ -3,7 +3,7 @@
- * This file is a part of the rekonq project
- *
- * Copyright (C) 2012 by Siteshwar Vashisht <siteshwar at gmail dot com>
--* Copyright (C) 2011 by Andrea Diamantini <adjam7 at gmail dot com>
-+* Copyright (C) 2011-2013 by Andrea Diamantini <adjam7 at gmail dot com>
- *
- *
- * This program is free software; you can redistribute it and/or
-@@ -172,24 +172,24 @@
- 
-     QString path = _webPage.mainFrame()->url().path();
- 
--    if (path == "/ServiceLogin" && _doLogin == true)
-+    if ( (path == QL1S("/ServiceLogin") || path == QL1S("/Login")) && _doLogin == true)
-     {
-         // Let's login to our Google account
-         QWebFrame *frame = _webPage.mainFrame();
- 
--        QWebElement email = frame->findFirstElement("#Email");
--        QWebElement passwd = frame->findFirstElement("#Passwd");
--        QWebElement form = frame->findFirstElement("#gaia_loginform");
--
--        email.setAttribute("value", ReKonfig::syncUser());
--        passwd.setAttribute("value", ReKonfig::syncPass());
--        form.evaluateJavaScript("this.submit();");
-+        QWebElement email = frame->findFirstElement( QL1S("#Email") );
-+        QWebElement passwd = frame->findFirstElement( QL1S("#Passwd") );
-+        QWebElement form = frame->findFirstElement( QL1S("#gaia_loginform") );
-+
-+        email.setAttribute( QL1S("value"), ReKonfig::syncUser());
-+        passwd.setAttribute( QL1S("value"), ReKonfig::syncPass());
-+        form.evaluateJavaScript( QL1S("this.submit();") );
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Signing in..."));
- 
-         // Login only once
-         _doLogin = false;
-     }
--    else if (path == "/bookmarks/")
-+    else if (path == QL1S("/bookmarks/") )
-     {
-         // We get to this page after successful login, let's fetch the bookmark list in Xml format.
-         QNetworkAccessManager *qnam = _webPage.networkAccessManager();
-@@ -199,16 +199,16 @@
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Fetching bookmarks from server..."));
-         connect(_reply, SIGNAL(finished()), this, SLOT(fetchingBookmarksFinished()));
-     }
--    else if (path == "/ServiceLoginAuth")
-+    else if (path == QL1S("/ServiceLoginAuth") )
-     {
-         emit syncStatus(Rekonq::Bookmarks, false, i18n("Login failed!"));
-         _isSyncing = false;
-     }
--    else if (path == "/bookmarks/mark")
-+    else if (path == QL1S("/bookmarks/mark") )
-     {
-         QWebFrame *frame = _webPage.mainFrame();
- 
--        QString sigKey = frame->findFirstElement("input[name=sig]").attribute("value");
-+        QString sigKey = frame->findFirstElement( QL1S("input[name=sig]") ).attribute( QL1S("value") );
-         kDebug() << "Signature Key is : " << sigKey;
- 
-         QNetworkAccessManager *qnam = _webPage.networkAccessManager();
-@@ -219,7 +219,7 @@
-             for (QSet<QString>::const_iterator iter = _bookmarksToDelete.constBegin(); iter != _bookmarksToDelete.end(); ++iter)
-             {
-                 QNetworkRequest request;
--                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?dlq=" + *iter + "&sig=" + sigKey));
-+                request.setUrl(QUrl( QL1S("https://www.google.com/bookmarks/mark?dlq=") + *iter + QL1S("&sig=") + sigKey));
- 
-                 kDebug() << "Delete url is : " << request.url();
-                 QNetworkReply *r = qnam->get(request);
-@@ -243,7 +243,7 @@
-                 postData.append("&sig=" + sigKey.toUtf8());
- 
-                 QNetworkRequest request;
--                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?sig=" + sigKey + "&btnA"));
-+                request.setUrl(QUrl("https://www.google.com/bookmarks/mark?sig=" + sigKey + QL1S("&btnA") ));
-                 request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
-                 kDebug() << "Url: " << request.url();
-                 kDebug() << "Post data is :" << postData;
-@@ -257,7 +257,7 @@
-         _bookmarksToAdd.clear();
- 
-     }
--    else if (path == "/Logout")
-+    else if (path == QL1S("/Logout") )
-     {
-         //Session finished
-         emit syncStatus(Rekonq::Bookmarks, true, i18n("Done!"));
-@@ -277,10 +277,10 @@
- {
-     QString data = _reply->readAll();
- 
--    QDomDocument doc("bookmarks");
-+    QDomDocument doc( QL1S("bookmarks") );
-     doc.setContent(data);
- 
--    QDomNodeList bookmarksOnServer = doc.elementsByTagName("bookmark");
-+    QDomNodeList bookmarksOnServer = doc.elementsByTagName( QL1S("bookmark") );
-     emit syncStatus(Rekonq::Bookmarks, true, i18n("Reading bookmarks..."));
- 
-     BookmarkManager *manager = BookmarkManager::self();
-@@ -291,8 +291,8 @@
- 
-         for (int i = 0; i < bookmarksOnServer.size(); ++i)
-         {
--            QString title = getChildElement(bookmarksOnServer.at(i), "title");
--            QString url = getChildElement(bookmarksOnServer.at(i), "url");
-+            QString title = getChildElement(bookmarksOnServer.at(i), QL1S("title") );
-+            QString url = getChildElement(bookmarksOnServer.at(i), QL1S("url") );
- 
-             KBookmark bookmark = manager->bookmarkForUrl(KUrl(url));
-             if (bookmark.isNull())
-@@ -377,7 +377,7 @@
-                 found = true;
-                 break;
-             }
--            else if (current.url().url() == getChildElement(bookmarksOnServer.at(i), "url"))
-+            else if (current.url().url() == getChildElement(bookmarksOnServer.at(i), QL1S("url")) )
-             {
-                 found = true;
-             }
-@@ -398,13 +398,13 @@
- 
-     for (int i = 0; i < bookmarksOnServer.count(); ++i)
-     {
--        QString url = getChildElement(bookmarksOnServer.at(i), "url");
-+        QString url = getChildElement(bookmarksOnServer.at(i), QL1S("url") );
- 
-         KBookmark result = manager->bookmarkForUrl(KUrl(url));
-         if (result.isNull())
-         {
-             kDebug() <<  "Deleting from Google Bookmarks: " << url;
--            _bookmarksToDelete.insert(getChildElement(bookmarksOnServer.at(i), "id"));
-+            _bookmarksToDelete.insert(getChildElement(bookmarksOnServer.at(i), QL1S("id") ));
-         }
-     }
- 
-

Deleted: community-x86_64/rekonq.install
===================================================================
--- community-x86_64/rekonq.install	2013-01-27 10:02:30 UTC (rev 83067)
+++ community-x86_64/rekonq.install	2013-01-27 10:02:41 UTC (rev 83068)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rekonq/repos/community-x86_64/rekonq.install (from rev 83067, rekonq/trunk/rekonq.install)
===================================================================
--- community-x86_64/rekonq.install	                        (rev 0)
+++ community-x86_64/rekonq.install	2013-01-27 10:02:41 UTC (rev 83068)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list