[arch-commits] Commit in qt6-base/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 18 00:26:53 UTC 2021


    Date: Saturday, December 18, 2021 @ 00:26:53
  Author: arojas
Revision: 432726

Depend on qt6-translations, all Qt apps use them

Modified:
  qt6-base/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-18 00:19:00 UTC (rev 432725)
+++ PKGBUILD	2021-12-18 00:26:53 UTC (rev 432726)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.2.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -55,6 +55,7 @@
 }
 
 package() {
+  depends+=(qt6-translations)
   DESTDIR="$pkgdir" cmake --install build
 
   install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase



More information about the arch-commits mailing list