summaryrefslogtreecommitdiff
path: root/user/qt5-qtquickcontrols
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-30 18:59:19 -0500
committerZach van Rijn <me@zv.io>2022-06-12 23:51:54 +0000
commit4a052880d1a6a30d20e6faf0a08a26fc0e2ed857 (patch)
tree72e17befc8cbb7a29a8665e6ee1940730f80341f /user/qt5-qtquickcontrols
parent0c98832849c1dbf06d6b836b1a30704d1d39636f (diff)
downloadpackages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.gz
packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.bz2
packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.tar.xz
packages-4a052880d1a6a30d20e6faf0a08a26fc0e2ed857.zip
user/qt5: Update to 5.15.4
This includes KDE LTS patches when available.
Diffstat (limited to 'user/qt5-qtquickcontrols')
-rw-r--r--user/qt5-qtquickcontrols/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/qt5-qtquickcontrols/APKBUILD b/user/qt5-qtquickcontrols/APKBUILD
index 8825bc993..e2e322f38 100644
--- a/user/qt5-qtquickcontrols/APKBUILD
+++ b/user/qt5-qtquickcontrols/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtquickcontrols
-_pkgname=qtquickcontrols-everywhere-src
-pkgver=5.12.9
+_pkgname=qtquickcontrols-everywhere
+pkgver=5.15.4
pkgrel=0
pkgdesc="Controls for use with Qt Quick"
url="https://www.qt.io/"
@@ -9,8 +9,8 @@ arch="all"
license="(LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0) AND GFDL-1.3"
depends=""
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev"
-source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz"
-builddir="$srcdir"/$_pkgname-$pkgver
+source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz"
+builddir="$srcdir"/$_pkgname-src-$pkgver
build() {
qmake
@@ -25,4 +25,4 @@ package() {
make install INSTALL_ROOT="$pkgdir"
}
-sha512sums="8fd51fc3597b01fa792c0d75663b62c0dab6572ee6e5b112c0be8b1052fd444da87a2d8de51f36db3ac285b37cf63d37ec6f1d003ffcc62a8edad234e555613b qtquickcontrols-everywhere-src-5.12.9.tar.xz"
+sha512sums="887a8f5fdcd3764575f9068ec8428526a049bb09ae0c214daef3652527d5e448baa53738dccf316b20ccf18f36951ecebd570aee3a27f9c32b9213ef7629de10 qtquickcontrols-everywhere-opensource-src-5.15.4.tar.xz"