[arch-commits] Commit in kdepim/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Oct 10 10:48:32 UTC 2016
Date: Monday, October 10, 2016 @ 10:48:31
Author: arojas
Revision: 278145
Rebuild against messagelib 16.08.1-3 (FS#51304)
Modified:
kdepim/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-10 10:10:58 UTC (rev 278144)
+++ PKGBUILD 2016-10-10 10:48:31 UTC (rev 278145)
@@ -6,7 +6,7 @@
pkgbase=kdepim
pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm kmail knotes kontact korganizer ktnef kdepim-common)
pkgver=16.08.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://pim.kde.org'
license=('GPL' 'LGPL' 'FDL')
@@ -14,11 +14,17 @@
makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff kpimtextedit
ktexteditor kdnssd kldap libktnef kontactinterface kxmlrpcclient kblog akonadi-search boost
libgravatar mailcommon incidenceeditor libksieve python kdesignerplugin)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
-sha1sums=('579ae9ab2910b3a786702916ac1bc736bbe23cd6')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"
+ kdepim-messagelib-api.patch::"https://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=bd04911a&o=plain")
+sha1sums=('579ae9ab2910b3a786702916ac1bc736bbe23cd6'
+ '3022a433dbd12ed4c41c435ec7e28c61b5767f65')
prepare() {
mkdir -p build
+
+# Port to new messagelib API
+ cd $pkgbase-$pkgver
+ patch -p1 -i ../kdepim-messagelib-api.patch
}
build() {
More information about the arch-commits
mailing list