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

Laurent Carlier lcarlier at nymeria.archlinux.org
Sun May 5 19:53:37 UTC 2013


    Date: Sunday, May 5, 2013 @ 21:53:36
  Author: lcarlier
Revision: 89929

upgpkg: apitrace 4.0-1

Update to last upstream release

Modified:
  apitrace/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-05 17:58:49 UTC (rev 89928)
+++ PKGBUILD	2013-05-05 19:53:36 UTC (rev 89929)
@@ -4,31 +4,26 @@
 # Contributor: Glaucous <glakke1 at gmail dot com>
 
 pkgname=apitrace
-pkgver=3.0
+pkgver=4.0
 pkgrel=1
 pkgdesc="Graphics API Tracing"
 arch=('i686' 'x86_64')
 url="https://github.com/apitrace/apitrace"
 license=('custom')
-makedepends=('cmake' 'mesa' 'libgl>=9.1' 'python2' 'qtwebkit' 'qjson')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit' 'qjson')
 optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
-source=("https://github.com/apitrace/$pkgname/zipball/$pkgver"
-	gcc-4.7-fix.patch)
-md5sums=('9ef70fa990f165e30a4408762fdb4a76'
-         '27a9a7aa14355b56fb48e2e17ff9911e')
+source=("https://github.com/apitrace/apitrace/archive/${pkgver}.zip")
+md5sums=('5b2e212d91d2f184d8608c712eab69a0')
 
 build() {
   cd ${srcdir}/apitrace-*
 
-  # Merged upstream
-  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
-
   cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DPYTHON_EXECUTABLE='/usr/bin/python2'
   make -C build
 }
 
 package() {
-depends=('python2' 'libgl')
+  depends=('python2' 'libgl')
   cd ${srcdir}/apitrace-*
 
   make -C build DESTDIR="${pkgdir}/" install




More information about the arch-commits mailing list