[arch-commits] Commit in baloo/trunk (PKGBUILD qch.patch)

Antonio Rojas arojas at archlinux.org
Tue Aug 27 10:29:50 UTC 2019


    Date: Tuesday, August 27, 2019 @ 10:29:50
  Author: arojas
Revision: 361269

Fix build with doxygen 1.8.16

Added:
  baloo/trunk/qch.patch
Modified:
  baloo/trunk/PKGBUILD

-----------+
 PKGBUILD  |    9 +++++++--
 qch.patch |   13 +++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 08:10:24 UTC (rev 361268)
+++ PKGBUILD	2019-08-27 10:29:50 UTC (rev 361269)
@@ -13,13 +13,18 @@
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc qt5-declarative)
 optdepends=('qt5-declarative: QML bindings')
 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}
+        qch.patch)
 sha256sums=('dd559e06237843f51d68eb5001b835037d4b2f6d62b7dc4d040961f9863632f1'
-            'SKIP')
+            'SKIP'
+            'd29c25980d988403d64e48d17044977f9ccf0b147c8765047c1441e10efcd0f6')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../qch.patch # Fix build with doxygen 1.8.16
 }
 
 build() {

Added: qch.patch
===================================================================
--- qch.patch	                        (rev 0)
+++ qch.patch	2019-08-27 10:29:50 UTC (rev 361269)
@@ -0,0 +1,13 @@
+diff --git a/docs/distributing.md b/docs/distributing.md
+index dc828652..cf517b03 100644
+--- a/docs/distributing.md
++++ b/docs/distributing.md
+@@ -13,7 +13,7 @@ correctly. Please test and let us know by filing a bug at https://bugs.kde.org/e
+ **Supported Kernels:** Linux
+ **Support Architecture:** x64
+ 
+-### File Indexing Plugins
++## File Indexing Plugins
+ 
+ Baloo relies on KFileMetaData to extract content from the files. KFileMetadata
+ ships with a number of plugins which can be enabled or disabled. We recommend



More information about the arch-commits mailing list