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

Antonio Rojas arojas at archlinux.org
Sun Sep 30 13:13:43 UTC 2018


    Date: Sunday, September 30, 2018 @ 13:13:43
  Author: arojas
Revision: 335589

Fix doc dir in launcher script (FS#60199)

Modified:
  clazy/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 13:12:53 UTC (rev 335588)
+++ PKGBUILD	2018-09-30 13:13:43 UTC (rev 335589)
@@ -3,7 +3,7 @@
 
 pkgname=clazy
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt oriented code checker based on clang framework"
 url="https://www.kdab.com/"
 license=(GPL2)
@@ -10,13 +10,18 @@
 depends=(clang)
 makedepends=(cmake llvm)
 arch=(x86_64)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        clazy-docdir.patch::"https://cgit.kde.org/clazy.git/patch/?id=3a731ebf")
 sha256sums=('3f5d5e148c9e9c4e43f095796261794da5385578d2375b12c9179d340d6d5a8a'
-            'SKIP')
+            'SKIP'
+            '3a7cb81a9de25291903f722d3bbfd7ba02df0620f90e972c086d8ac999aaa2bd')
 validpgpkeys=(949014B23D24354DFD548E5457416A0ADCEF0EFE) # Sergio Martins <sergio.martins at kdab.com>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../clazy-docdir.patch # Fix doc dir in launcher script
 }
 
 build() {



More information about the arch-commits mailing list