Date: Friday, May 25, 2012 @ 15:58:45 Author: andrea Revision: 159521
KDE 4.9 Added: kdepim-runtime/kde-unstable/ Modified: kdepim-runtime/kde-unstable/PKGBUILD Deleted: kdepim-runtime/kde-unstable/fix-carddav-support.patch ---------------------------+ PKGBUILD | 21 ++++++++------------- fix-carddav-support.patch | 26 -------------------------- 2 files changed, 8 insertions(+), 39 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2012-05-25 14:33:21 UTC (rev 159498) +++ kde-unstable/PKGBUILD 2012-05-25 19:58:45 UTC (rev 159521) @@ -3,24 +3,19 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=kdepim-runtime -pkgver=4.8.3 -pkgrel=2 -pkgdesc='KDE PIM Runtime Environment' +pkgver=4.8.80 +pkgrel=1 +pkgdesc='Extends the functionality of kdepim' arch=('i686' 'x86_64') -url='http://www.kde.org' +url='https://projects.kde.org/projects/kde/kdepim-runtime' license=('GPL' 'LGPL' 'FDL') -depends=('kdepimlibs' 'kdebase-runtime') +depends=('kdebase-runtime' 'libkgoogle') makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" - 'fix-carddav-support.patch') -sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390' - '1362bc04e82a3fdf870578c051a2e16170c43e86') +install="${pkgname}.install" +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('1c9b97f2e562edeebda926b16f8b97a257b000d0') build() { - cd "${srcdir}"/${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/fix-carddav-support.patch - cd "${srcdir}" mkdir build cd build Deleted: kde-unstable/fix-carddav-support.patch =================================================================== --- trunk/fix-carddav-support.patch 2012-05-25 14:33:21 UTC (rev 159498) +++ kde-unstable/fix-carddav-support.patch 2012-05-25 19:58:45 UTC (rev 159521) @@ -1,26 +0,0 @@ -commit bec63a313160ec6dc1833029d5e99746779ed3f4 -Author: Gregory Oestreicher <[email protected]> -Date: Tue May 15 21:19:17 2012 +0200 - - Add a prop-filter in the CardDAV requests - - BUG: 299482 - FIXED-IN: 4.8.4 - -diff --git a/resources/dav/protocols/carddavprotocol.cpp b/resources/dav/protocols/carddavprotocol.cpp -index 38eca17..9c58653 100644 ---- a/resources/dav/protocols/carddavprotocol.cpp -+++ b/resources/dav/protocols/carddavprotocol.cpp -@@ -35,6 +35,12 @@ CarddavProtocol::CarddavProtocol() - propElement.appendChild( document.createElementNS( "DAV:", "resourcetype" ) ); - propElement.appendChild( document.createElementNS( "DAV:", "getetag" ) ); - -+ QDomElement filterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "filter" ); -+ queryElement.appendChild( filterElement ); -+ QDomElement propfilterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "prop-filter" ); -+ propfilterElement.setAttribute( "name", "FN" ); -+ filterElement.appendChild( propfilterElement ); -+ - mItemsQueries << document; - } -
