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

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 18 00:17:07 UTC 2021


    Date: Saturday, December 18, 2021 @ 00:17:07
  Author: arojas
Revision: 432722

Depend on qt5-translations, all Qt apps use them

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-18 00:10:34 UTC (rev 432721)
+++ PKGBUILD	2021-12-18 00:17:07 UTC (rev 432722)
@@ -4,7 +4,7 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 pkgver=5.15.2+kde+r263
-pkgrel=1
+pkgrel=2
 _commit=7c6c0030cf80ef7b9ace42996b0e0c3a72f76860
 arch=('x86_64')
 url='https://www.qt.io'
@@ -77,6 +77,7 @@
 
 package_qt5-base() {
   pkgdesc='A cross-platform application and UI framework'
+  depends+=(qt5-translations)
 
   cd ${_pkgfqn}
   make INSTALL_ROOT="${pkgdir}" install



More information about the arch-commits mailing list