From e426a2696568231fa5a863cb80f4db9088193732 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Oct 2011 23:14:39 +0000 Subject: Thu Oct 13 23:14:38 UTC 2011 --- extra/kdepim-runtime/PKGBUILD | 13 +++++++++---- extra/kdepim-runtime/smi0.91.patch | 11 +++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 extra/kdepim-runtime/smi0.91.patch (limited to 'extra/kdepim-runtime') diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index f67ef64df..b03d5fc15 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 139900 2011-10-05 19:09:16Z andrea $ +# $Id: PKGBUILD 140395 2011-10-12 10:17:54Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=kdepim-runtime pkgver=4.7.2 -pkgrel=1 +pkgrel=2 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' @@ -12,10 +12,15 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'kdebase-runtime') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" + 'smi0.91.patch') +sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3' + 'b5af2b56cd7c9c57522e862b591e3d4ad23641c6') build() { + cd "${srcdir}"/${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/smi0.91.patch + cd "${srcdir}" mkdir build cd build diff --git a/extra/kdepim-runtime/smi0.91.patch b/extra/kdepim-runtime/smi0.91.patch new file mode 100644 index 000000000..2229f9cd1 --- /dev/null +++ b/extra/kdepim-runtime/smi0.91.patch @@ -0,0 +1,11 @@ +--- kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop~ 2011-10-12 10:05:55.432618174 +0000 ++++ kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop 2011-10-12 10:06:06.586046531 +0000 +@@ -89,7 +89,7 @@ + Comment[zh_TW]=地址物件的 Akonadi 序列器外掛程式 + + [Plugin] +-Type=text/vcard,text/directory ++Type=text/vcard + X-Akonadi-Class=legacy;default;KABC::Addressee; + X-KDE-Library=akonadi_serializer_addressee + X-KDE-ClassName=Akonadi::SerializerPluginAddressee -- cgit v1.2.3-54-g00ecf