[arch-commits] Commit in kimap/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Sep 5 14:32:18 UTC 2015
Date: Saturday, September 5, 2015 @ 16:32:18
Author: arojas
Revision: 245334
Fix sent messages not being synced to the server (KDEBUG#352223)
Modified:
kimap/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-04 23:01:38 UTC (rev 245333)
+++ PKGBUILD 2015-09-05 14:32:18 UTC (rev 245334)
@@ -2,7 +2,7 @@
pkgname=kimap
pkgver=15.08.0
-pkgrel=1
+pkgrel=2
pkgdesc="Job-based API for interacting with IMAP servers"
arch=(i686 x86_64)
url="https://projects.kde.org/$pkgname"
@@ -9,11 +9,16 @@
license=(LGPL)
depends=(kmime kdelibs4support)
makedepends=(extra-cmake-modules python boost kdoctools)
-source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
-md5sums=('22c14eb3038281492cc51f38c4123cb8')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" fix-date-format.patch)
+md5sums=('22c14eb3038281492cc51f38c4123cb8'
+ 'e30cd849643dcc9f67326ec192dcfe4e')
prepare() {
mkdir -p build
+
+# Fix sent messages not being synced to the server https://bugs.kde.org/show_bug.cgi?id=352223
+ cd $pkgname-$pkgver
+ patch -p1 -i ../fix-date-format.patch
}
build() {
More information about the arch-commits
mailing list