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

Antonio Rojas arojas at archlinux.org
Wed Aug 28 11:26:41 UTC 2019


    Date: Wednesday, August 28, 2019 @ 11:26:41
  Author: arojas
Revision: 361321

Patch upstreamed

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

-----------+
 PKGBUILD  |    7 +++----
 qch.patch |   13 -------------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-28 10:30:44 UTC (rev 361320)
+++ PKGBUILD	2019-08-28 11:26:41 UTC (rev 361321)
@@ -14,10 +14,10 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-        qch.patch)
+        baloo-qch.patch::"https://cgit.kde.org/baloo.git/patch/?id=33e04297")
 sha256sums=('dd559e06237843f51d68eb5001b835037d4b2f6d62b7dc4d040961f9863632f1'
             'SKIP'
-            'd29c25980d988403d64e48d17044977f9ccf0b147c8765047c1441e10efcd0f6')
+            '66322e2d8e62042159c2d95a4db67d257d0b835ac3a102b2a790e94ed83236c7')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
@@ -24,13 +24,12 @@
   mkdir -p build
 
   cd $pkgname-$pkgver
-  patch -p1 -i ../qch.patch # Fix build with doxygen 1.8.16
+  patch -p1 -i ../baloo-qch.patch # Fix build with doxygen 1.8.16
 }
 
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   make

Deleted: qch.patch
===================================================================
--- qch.patch	2019-08-28 10:30:44 UTC (rev 361320)
+++ qch.patch	2019-08-28 11:26:41 UTC (rev 361321)
@@ -1,13 +0,0 @@
-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