[arch-commits] Commit in qt5-webchannel/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 23 22:07:58 UTC 2021
Date: Thursday, December 23, 2021 @ 22:07:57
Author: arojas
Revision: 433007
Switch to KDE maintenance branch
Modified:
qt5-webchannel/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-23 21:59:26 UTC (rev 433006)
+++ PKGBUILD 2021-12-23 22:07:57 UTC (rev 433007)
@@ -3,21 +3,30 @@
pkgname=qt5-webchannel
_qtver=5.15.2
-pkgver=${_qtver/-/}
+pkgver=5.15.2+kde+r5
pkgrel=1
+_commit=fa8b07105b5e274daaa8adcc129fa4aa0447f9f7
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
depends=('qt5-declarative')
-makedepends=()
+makedepends=('git')
groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('127fe79c43b386713f151ed7d411cd81e45e29f9c955584f29736f78c9303ec1')
+_pkgfqn=qtwebchannel
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+pkgver() {
+ cd $_pkgfqn
+ echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
prepare() {
mkdir -p build
+
+ cd $_pkgfqn
+ git revert -n 0159fb80446f2fc472a2391de9fc83f55ca2d50e # Revert version bump
}
build() {
More information about the arch-commits
mailing list