Skip to content
Snippets Groups Projects
Commit f2821ae3 authored by Zach van Rijn's avatar Zach van Rijn
Browse files

user/qt5-qtwebchannel: bump { 5.12.9 --> 5.15.3+KDE (20211208) }

parent d795ad70
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtwebchannel
_pkgname=qtwebchannel-everywhere-src
pkgver=5.12.9
_pkgname=${pkgname#*-}-everywhere-src
pkgver=5.15.3_git20211208
pkgrel=0
_commit=fa8b07105b5e274daaa8adcc129fa4aa0447f9f7
pkgdesc="Connect Qt applications to WebSockets"
url="https://www.qt.io/"
arch="all"
......@@ -12,8 +13,16 @@ license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-ex
depends=""
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-$pkgver
source="https://invent.kde.org/qt/qt/${pkgname#*-}/-/archive/$_commit/${pkgname#*-}-$_commit.tar.gz"
builddir="$srcdir"/${pkgname#*-}-$_commit
prepare() {
default_prepare
# Make configure think we are running in a git directory
# This makes it symlink the include files to the right directory
mkdir .git
}
build() {
qmake
......@@ -24,4 +33,4 @@ package() {
make install INSTALL_ROOT="$pkgdir"
}
sha512sums="d906875bb1a164d7abfeb079b0efcdd321cf345b87e5dd1fbc3a2bc58bbfea43779cf844addb24036cf8bd2c24256aed835418038ad460e46f5b6be5b6d5e0e2 qtwebchannel-everywhere-src-5.12.9.tar.xz"
sha512sums="b7ad0ad1b7749abf0079dac1b175eebc36b563b8a56930653a4422f98f982ae140006318853cf8daf7c5f4dab32fe418a723fb8819d1882c00d8f3ae45dbe5a8 qtwebchannel-fa8b07105b5e274daaa8adcc129fa4aa0447f9f7.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment