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

user/qt5-qtwebsockets: bump { 5.12.9 --> 5.15.3+KDE (20211217) }

parent 81f732a6
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-qtwebsockets
_pkgname=qtwebsockets-everywhere-src
pkgver=5.12.9
_pkgname=${pkgname#*-}-everywhere-src
pkgver=5.15.3_git20211217
pkgrel=0
_commit=b13b56904b76e96ea52d0efe56395acc94b17d96
pkgdesc="Qt implementation of 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"
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="4ee2f150ac89845231c8dce22eef72d1b1dbfe7bd48d8f7b6cf49d7f06d07319811502cfd86a338d4ad3747b4a377225a04593981d46412921906a343b8a2d8b qtwebsockets-everywhere-src-5.12.9.tar.xz"
sha512sums="fd26f93e8b5395ff9ffb7d8ca2954ba031f6d680126d76b8c1ff82fdbfa99c19cea1e05518a281a7b8ea92f6dd1410393702c91507bca03c650f3f0f490b5e3d qtwebsockets-b13b56904b76e96ea52d0efe56395acc94b17d96.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