[arch-commits] Commit in apitrace/repos (3 files)
Ike Devolder
idevolder at archlinux.org
Wed Jun 6 14:20:09 UTC 2018
Date: Wednesday, June 6, 2018 @ 14:20:08
Author: idevolder
Revision: 341166
db-move: moved apitrace from [community-testing] to [community] (x86_64)
Added:
apitrace/repos/community-x86_64/PKGBUILD
(from rev 341165, apitrace/repos/community-testing-x86_64/PKGBUILD)
Deleted:
apitrace/repos/community-testing-x86_64/
apitrace/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 36 ------------------------------------
2 files changed, 36 insertions(+), 36 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2018-06-06 14:19:47 UTC (rev 341165)
+++ community-x86_64/PKGBUILD 2018-06-06 14:20:08 UTC (rev 341166)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Luca Bennati <lucak3 AT gmail DOT com>
-# Contributor: Glaucous <glakke1 at gmail dot com>
-
-pkgname=apitrace
-pkgver=7.1
-pkgrel=2
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace"
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz")
-md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
-
-build() {
- cd ${srcdir}/apitrace-*
-
- cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DENABLE_GUI=TRUE
- make -C build
-}
-
-package() {
- depends=('python2' 'libgl' 'procps-ng')
- optdepends=('qt5-webkit: GUI support')
-
- cd ${srcdir}/apitrace-*
-
- make -C build DESTDIR="${pkgdir}/" install
-
- install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
- install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}
Copied: apitrace/repos/community-x86_64/PKGBUILD (from rev 341165, apitrace/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-06-06 14:20:08 UTC (rev 341166)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Luca Bennati <lucak3 AT gmail DOT com>
+# Contributor: Glaucous <glakke1 at gmail dot com>
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=3
+pkgdesc="Graphics API Tracing"
+arch=('x86_64')
+url="https://github.com/apitrace/apitrace"
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz")
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+ cd ${srcdir}/apitrace-${pkgver}
+
+ cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DENABLE_GUI=TRUE
+ make -C build
+}
+
+package() {
+ depends=('python2' 'libgl' 'procps-ng')
+ optdepends=('qt5-webkit: GUI support')
+
+ cd ${srcdir}/apitrace-${pkgver}
+
+ make -C build DESTDIR="${pkgdir}/" install
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+ install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}
More information about the arch-commits
mailing list