[arch-commits] Commit in kjots/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 15 20:12:19 UTC 2016


    Date: Thursday, December 15, 2016 @ 20:12:18
  Author: arojas
Revision: 199599

akonadi 16.12 rebuild

Modified:
  kjots/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-15 19:30:07 UTC (rev 199598)
+++ PKGBUILD	2016-12-15 20:12:18 UTC (rev 199599)
@@ -3,7 +3,7 @@
 
 pkgname=kjots
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A note taking application for KDE"
 url="https://www.kde.org/applications/utilities/kjots/"
 arch=(i686 x86_64)
@@ -10,13 +10,22 @@
 license=(GPL)
 depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kjots-fix-build.patch::"https://cgit.kde.org/kjots.git/patch/?id=bebc6809"
+        kjots-fix-build-2.patch::"https://cgit.kde.org/kjots.git/patch/?id=01fc847e")
 conflicts=(kdepim-kjots)
 replaces=(kdepim-kjots)
-md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28')
+md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28'
+         '1671b9c7c4ebd4a53aa1217c4cd8223f'
+         '27db25ec966d0809fb4ecb4931fa4d7c')
 
 prepare() {
   mkdir -p build
+
+# Fix build
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kjots-fix-build.patch
+  patch -p1 -i ../kjots-fix-build-2.patch
 }
 
 build() {



More information about the arch-commits mailing list