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

Antonio Rojas arojas at archlinux.org
Fri Mar 6 21:14:11 UTC 2020


    Date: Friday, March 6, 2020 @ 21:14:10
  Author: arojas
Revision: 591053

Update to 2.11.1

Modified:
  gammaray/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-06 19:34:18 UTC (rev 591052)
+++ PKGBUILD	2020-03-06 21:14:10 UTC (rev 591053)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=gammaray
-pkgver=2.11.0
-pkgrel=5
+pkgver=2.11.1
+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/"
@@ -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.14.patch::"https://github.com/KDAB/GammaRay/commit/3bde5464.patch"
-        gammaray-qt-5.14b.patch::"https://github.com/KDAB/GammaRay/commit/7cd6950e.patch")
-sha256sums=('ab0488d2178c532816d491ab361ac3d362590f0e63912f7198f34c1b582209ca'
-            'SKIP'
-            'fcec0545414bc77dd3fc6a16be3e4a798d230a43a89fefeb138d32374600d2c2'
-            '05c01038cfd6319b3b1b67a5189c0cd346255d5690d84dff18224ff544b1c7d8')
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
+sha256sums=('87a1d72ad1ad6d1a0156c54a85b0976ab38c6a64136458ca7c4ee491566d25d0'
+            'SKIP')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products <info at kdab.com>
 
 prepare() {
@@ -29,9 +25,6 @@
 
 # Fix plugin install dir
   sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i $pkgname-$pkgver/CMakeLists.txt
-
-  patch -p1 -d $pkgname-$pkgver -i ../gammaray-qt-5.14.patch # Fix build with Qt 5.14
-  patch -p1 -d $pkgname-$pkgver -i ../gammaray-qt-5.14b.patch
 }
 
 build() {



More information about the arch-commits mailing list