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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Mar 27 13:17:20 UTC 2021


    Date: Saturday, March 27, 2021 @ 13:17:20
  Author: yan12125
Revision: 905067

upgpkg: chewing-editor 0.1.1-8; fix building with CMake 3.20

The latest CMake version tries CMake files provided by googletest first [1], and the latter requires gmock.

[1] https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5404

Modified:
  chewing-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 13:07:52 UTC (rev 905066)
+++ PKGBUILD	2021-03-27 13:17:20 UTC (rev 905067)
@@ -3,13 +3,13 @@
 
 pkgname=chewing-editor
 pkgver=0.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Cross platform chewing user phrase editor"
 arch=('x86_64')
 url="http://chewing.im"
 license=('GPL')
 depends=('glibc' 'libchewing' 'qt5-base')
-makedepends=('cmake' 'qt5-tools' 'help2man' 'gtest')
+makedepends=('cmake' 'qt5-tools' 'help2man' 'gtest' 'gmock')
 checkdepends=('valgrind')
 source=("https://github.com/chewing/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         system-gtest.patch



More information about the arch-commits mailing list