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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jan 7 18:28:28 UTC 2022


    Date: Friday, January 7, 2022 @ 18:28:28
  Author: arojas
Revision: 433813

Add qt6-wayland optdepend (FS#73285)

Modified:
  qt6-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 18:27:27 UTC (rev 433812)
+++ PKGBUILD	2022-01-07 18:28:28 UTC (rev 433813)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.2.2
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -15,7 +15,8 @@
          tslib libinput libxkbcommon-x11 libproxy libcups double-conversion brotli libb2 md4c)
 makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
              gtk3 libpulse cups freetds xmlstarlet)
-optdepends=('postgresql-libs: PostgreSQL driver'
+optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
+            'postgresql-libs: PostgreSQL driver'
             'mariadb-libs: MariaDB driver'
             'unixodbc: ODBC driver'
             'libfbclient: Firebird/iBase driver'



More information about the arch-commits mailing list