Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-webview


Commits:
2f1cd34b by Antonio Rojas at 2024-04-03T22:50:03+02:00
Switch to git sources

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -10,13 +10,14 @@ pkgbase = qt6-webview
        license = FDL
        license = custom
        makedepends = cmake
+       makedepends = git
        makedepends = ninja
        depends = gcc-libs
        depends = glibc
        depends = qt6-base
        depends = qt6-declarative
        depends = qt6-webengine
-       source = 
https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtwebview-everywhere-src-6.7.0.tar.xz
-       sha256sums = 
3619e07138cc1fe2fa091e25ba6548f5f11f26f1ebf68a56f193aed336ea5cf9
+       source = git+https://code.qt.io/qt/qtwebview#tag=v6.7.0
+       sha256sums = 
932d0c484b6ac8f696fafef29d16103a1bd18926ea150e3040b92bbb532385cf
 
 pkgname = qt6-webview


=====================================
PKGBUILD
=====================================
@@ -15,11 +15,12 @@ depends=(gcc-libs
          qt6-declarative
          qt6-webengine)
 makedepends=(cmake
+             git
              ninja)
 groups=(qt6)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3619e07138cc1fe2fa091e25ba6548f5f11f26f1ebf68a56f193aed336ea5cf9')
+_pkgfn=${pkgname/6-/}
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
+sha256sums=('932d0c484b6ac8f696fafef29d16103a1bd18926ea150e3040b92bbb532385cf')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/2f1cd34b310717d17611320d94e01f81e4665516

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webview/-/commit/2f1cd34b310717d17611320d94e01f81e4665516
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to