[arch-commits] Commit in qt6-base/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Nov 29 12:16:42 UTC 2020
Date: Sunday, November 29, 2020 @ 12:16:41
Author: arojas
Revision: 402393
Symlink all binaries in /usr/bin
Modified:
qt6-base/kde-unstable/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 11:37:57 UTC (rev 402392)
+++ PKGBUILD 2020-11-29 12:16:41 UTC (rev 402393)
@@ -5,7 +5,7 @@
pkgname=qt6-base
_qtver=6.0.0-rc
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -12,9 +12,9 @@
pkgdesc='A cross-platform application and UI framework'
depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig xdg-utils
shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
- tslib libinput libxkbcommon-x11 libproxy libcups double-conversion md4c brotli libb2)
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion brotli libb2) # md4c - not supported yet
makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers)
+ gtk3 libpulse cups freetds vulkan-headers xmlstarlet)
optdepends=('postgresql-libs: PostgreSQL driver'
'mariadb-libs: MariaDB driver'
'unixodbc: ODBC driver'
@@ -49,7 +49,7 @@
# Symlinks for backwards compatibility
mkdir -p "$pkgdir"/usr/bin
- for _b in uic rcc qmake; do
+ for _b in $(ls "$pkgdir"/usr/lib/qt6/bin); do
ln -rs "$pkgdir"/usr/lib/qt6/bin/$_b "$pkgdir"/usr/bin/$_b-qt6
done
}
More information about the arch-commits
mailing list