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

Antonio Rojas arojas at archlinux.org
Sun Dec 16 23:36:12 UTC 2018


    Date: Sunday, December 16, 2018 @ 23:36:12
  Author: arojas
Revision: 416473

Update to 2.10.0

Modified:
  gammaray/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-16 23:06:56 UTC (rev 416472)
+++ PKGBUILD	2018-12-16 23:36:12 UTC (rev 416473)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=gammaray
-pkgver=2.9.1
-pkgrel=2
+pkgver=2.10.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="http://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-qt5.12a.patch::"https://github.com/KDAB/GammaRay/commit/2cd4585e.patch"
-        gammaray-qt5.12b.patch::"https://github.com/KDAB/GammaRay/commit/d0c9f9c8.patch")
-sha256sums=('ba1f6f2b777c550511a17f704b9c340df139de8ba8fa0d72782ea51d0086fa47'
-            'SKIP'
-            '7cfc822fd18595b9d274a030fd833d39251ea2c271653f79b1f246eb960d38e3'
-            '629e169addfc68cab7e4eb4893e4631dbd96b2838af717fa8bb5b0bb5b3cb9d7')
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
+sha256sums=('0554e43067c2eba3517cf746a921385cf15675db79f879e1c3a7851c4951ffbe'
+            '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
-# Fix build with Qt 5.12
-  cd $pkgname-$pkgver
-  patch -p1 -i ../gammaray-qt5.12a.patch
-  patch -p1 -i ../gammaray-qt5.12b.patch
 }
 
 build() {



More information about the arch-commits mailing list