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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 14:36:41 UTC 2016


    Date: Tuesday, August 30, 2016 @ 14:36:40
  Author: arojas
Revision: 275286

Boost 1.61 rebuild

Modified:
  krita/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-30 14:31:55 UTC (rev 275285)
+++ PKGBUILD	2016-08-30 14:36:40 UTC (rev 275286)
@@ -3,7 +3,7 @@
 
 pkgname=krita
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
 url="http://krita.org"
@@ -13,11 +13,17 @@
 optdepends=('poppler-qt5: PDF filter')
 conflicts=(calligra-krita)
 replaces=(calligra-krita)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz")
-md5sums=('beb7140471d1b6b0ae92d664743c067f')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz"
+        krita-fix-build.patch::"https://quickgit.kde.org/?p=krita.git&a=commitdiff&h=100a148e&o=plain")
+md5sums=('beb7140471d1b6b0ae92d664743c067f'
+         'ebb9982d57cecd52c86bc72bab395889')
 
 prepare() {
   mkdir -p build
+
+# Fix build
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krita-fix-build.patch
 }
 
 build() {
@@ -28,7 +34,6 @@
     -DLIB_INSTALL_DIR=lib \
     -DBUILD_TESTING=OFF \
     -DPACKAGERS_BUILD=ON
-
   make
 }
 



More information about the arch-commits mailing list