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

Felix Yan felixonmars at archlinux.org
Tue Jan 12 01:27:24 UTC 2021


    Date: Tuesday, January 12, 2021 @ 01:27:24
  Author: felixonmars
Revision: 819058

upgpkg: fcitx5-qt 5.0.2-2: enable qt6 plugin

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 01:23:05 UTC (rev 819057)
+++ PKGBUILD	2021-01-12 01:27:24 UTC (rev 819058)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx5-qt
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-qt"
@@ -10,7 +10,7 @@
 license=('GPL')
 groups=('fcitx5-im')
 depends=('fcitx5' 'qt5-base')
-makedepends=('extra-cmake-modules' 'ninja')
+makedepends=('extra-cmake-modules' 'ninja' 'qt6-base')
 source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 sha512sums=('7fc5be56987fe37fd2141e6026c5db55180e4c4dcd394943e702649839cb0c87434d7d4a33c6c925eea24f2837329c816f996e4b72395a74db3f944aeb246936'
             'SKIP')
@@ -19,7 +19,7 @@
 build(){
   cd $pkgname-$pkgver
 
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DENABLE_QT4=0 .
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DENABLE_QT4=0 -DENABLE_QT6=1 .
   ninja
 }
 



More information about the arch-commits mailing list