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

Antonio Rojas arojas at archlinux.org
Tue Mar 12 17:58:56 UTC 2019


    Date: Tuesday, March 12, 2019 @ 17:58:55
  Author: arojas
Revision: 347756

Backport Indonesian docbook updates, required by new Plasma

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 14:51:31 UTC (rev 347755)
+++ PKGBUILD	2019-03-12 17:58:55 UTC (rev 347756)
@@ -4,7 +4,7 @@
 
 pkgname=kdoctools
 pkgver=5.56.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Documentation generation from docbook'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,13 +12,18 @@
 depends=(karchive docbook-xsl)
 makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools)
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdoctools-id.patch::"https://cgit.kde.org/kdoctools.git/patch/?id=3dc6d5f3")
 sha256sums=('e4f83bfaeca9ef89711577b756a3c359eb8d45b60a180934ba82431b5c36c007'
-            'SKIP')
+            'SKIP'
+            '1226a2f678b2605013edecfeceed3fa8ae731a1508a1d15df2867c0ccb8c1169')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdoctools-id.patch # Fix build of Indonesian translations
 }
 
 build() {



More information about the arch-commits mailing list