[arch-commits] Commit in gammaray/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 5 17:37:08 UTC 2019


    Date: Friday, July 5, 2019 @ 17:37:08
  Author: arojas
Revision: 487483

Update to 2.11.0

Modified:
  gammaray/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-05 17:24:41 UTC (rev 487482)
+++ PKGBUILD	2019-07-05 17:37:08 UTC (rev 487483)
@@ -1,14 +1,14 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=gammaray
-pkgver=2.10.0
-pkgrel=2
+pkgver=2.11.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)
 depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
-makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml qt5-location qt5-connectivity doxygen)
+makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml qt5-location qt5-connectivity doxygen glslang)
 optdepends=('qt5-wayland: Wayland compositor inspector plugin'
             'qt5-webengine: web inspector plugin'
             'qt5-scxml: state machine viewer plugin'
@@ -15,13 +15,9 @@
             'qt5-connectivity: bluetooth plugin'
             'qt5-script: script engine debugger plugin'
             'kcoreaddons: KJob tracker plugin')
-source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc}
-        gammaray-qt-5.13a.patch::"https://github.com/KDAB/GammaRay/commit/621dbd9.patch"
-        gammaray-qt-5.13b.patch::"https://github.com/KDAB/GammaRay/commit/3cb4f283.patch")
-sha256sums=('0554e43067c2eba3517cf746a921385cf15675db79f879e1c3a7851c4951ffbe'
-            'SKIP'
-            'b2922a5207821402f013588dd89a17625704964518f4bdc6a3a622425aed50b2'
-            '4be04460e980f1308d40d9621af3171e688d7420e69c9d59cc5743562d4188cd')
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
+sha256sums=('ab0488d2178c532816d491ab361ac3d362590f0e63912f7198f34c1b582209ca'
+            'SKIP')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products <info at kdab.com>
 
 prepare() {
@@ -29,10 +25,6 @@
 
 # Fix plugin install dir
   sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i $pkgname-$pkgver/CMakeLists.txt
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../gammaray-qt-5.13a.patch # Fix build with Qt 5.13
-  patch -p1 -i ../gammaray-qt-5.13b.patch
 }
 
 build() {



More information about the arch-commits mailing list