Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-virtualkeyboard


Commits:
eb7e48b6 by Yifan Zhu at 2024-02-16T07:11:44+00:00
disable vkb_arrow_keynavigation

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 pkgname=qt6-virtualkeyboard
 _qtver=6.6.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -24,8 +24,7 @@ 
sha256sums=('6142fddb88eb3ed03a97e0d86f7b3121207845b3ec84a92522a78b97886ed81e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
-    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
-    -DQT_FEATURE_vkb_arrow_keynavigation=ON
+    -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/commit/eb7e48b61003a0f227e1c46dae2747274adae24e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-virtualkeyboard/-/commit/eb7e48b61003a0f227e1c46dae2747274adae24e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to