Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gammaray
Commits:
d8a55764 by Antonio Rojas at 2026-03-09T22:36:06+01:00
upgpkg: 3.4.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gammaray
pkgdesc = A tool for examining the internals of a Qt application and to
some extent also manipulate it
- pkgver = 3.3.1
- pkgrel = 2
+ pkgver = 3.4.0
+ pkgrel = 1
url = https://www.kdab.com/gammaray/
arch = x86_64
license = GPL-2.0-or-later
@@ -14,9 +14,10 @@ pkgbase = gammaray
makedepends = qt6-shadertools
makedepends = qt6-wayland
makedepends = qt6-webengine
- depends = gcc-libs
depends = glibc
depends = libelf
+ depends = libgcc
+ depends = libstdc++
depends = qt6-base
depends = qt6-svg
depends = qt6-tools
@@ -27,8 +28,8 @@ pkgbase = gammaray
optdepends = qt6-wayland: Wayland compositor inspector plugin
optdepends = qt6-webengine: web inspector plugin
optdepends = qt6-connectivity: bluetooth plugin
- source = git+https://github.com/KDAB/GammaRay#tag=v3.3.1
+ source = git+https://github.com/KDAB/GammaRay#tag=v3.4.0
validpgpkeys = E86C000370B1B9E2A9191AD53DBFB6882C9358FB
- sha256sums =
d20bdb96ac5e68f72e722a0cdcb620329910dd34bcf25b2966915cd2f65d08b5
+ sha256sums =
c009ba4548e74716436af250458f1d53f631af891a27759928ef01f00c4a63ac
pkgname = gammaray
=====================================
PKGBUILD
=====================================
@@ -1,15 +1,16 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=gammaray
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
pkgdesc='A tool for examining the internals of a Qt application and to some
extent also manipulate it'
arch=(x86_64)
url='https://www.kdab.com/gammaray/'
license=(GPL-2.0-or-later)
-depends=(gcc-libs
- glibc
+depends=(glibc
libelf
+ libgcc
+ libstdc++
qt6-base
qt6-svg
qt6-tools
@@ -30,7 +31,7 @@ optdepends=('qt6-declarative: QML support'
'qt6-webengine: web inspector plugin'
'qt6-connectivity: bluetooth plugin')
source=(git+https://github.com/KDAB/GammaRay#tag=v$pkgver)
-sha256sums=('d20bdb96ac5e68f72e722a0cdcb620329910dd34bcf25b2966915cd2f65d08b5')
+sha256sums=('c009ba4548e74716436af250458f1d53f631af891a27759928ef01f00c4a63ac')
validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gammaray/-/commit/d8a557640c33f06b2bcc53b4a4ad7780fea227fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gammaray/-/commit/d8a557640c33f06b2bcc53b4a4ad7780fea227fe
You're receiving this email because of your account on gitlab.archlinux.org.