[arch-commits] Commit in kcachegrind/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 09:04:57 UTC 2017


    Date: Thursday, April 20, 2017 @ 09:04:57
  Author: arojas
Revision: 293502

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kcachegrind/repos/kde-unstable-i686/
  kcachegrind/repos/kde-unstable-i686/PKGBUILD
    (from rev 293501, kcachegrind/trunk/PKGBUILD)
  kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293501, kcachegrind/trunk/PKGBUILD)
Deleted:
  kcachegrind/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   44 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   44 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   44 -----------------------------------------
 3 files changed, 88 insertions(+), 44 deletions(-)

Copied: kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 293501, kcachegrind/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 09:04:57 UTC (rev 293502)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcachegrind
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='https://kde.org/applications/development/kcachegrind/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python qt5-tools)
+optdepends=('php: PHP support' 'graphviz: for plotting support')
+conflicts=(kdesdk-kcachegrind)
+replaces=(kdesdk-kcachegrind)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('898cb809d15ad9ee4c3925edb88bffb62769b5a7f6b348d8c817b3692928158c'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    "$pkgdir"/usr/bin/hotshot2calltree
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 09:04:38 UTC (rev 293501)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 09:04:57 UTC (rev 293502)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcachegrind
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='https://kde.org/applications/development/kcachegrind/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('php: PHP support' 'graphviz: for plotting support')
-conflicts=(kdesdk-kcachegrind)
-replaces=(kdesdk-kcachegrind)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d2fa37c280093591dfac4f5e66187d1a28e7aea398358c4f0944f81858d3d446'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-    "$pkgdir"/usr/bin/hotshot2calltree
-}

Copied: kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 293501, kcachegrind/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 09:04:57 UTC (rev 293502)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcachegrind
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='https://kde.org/applications/development/kcachegrind/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python qt5-tools)
+optdepends=('php: PHP support' 'graphviz: for plotting support')
+conflicts=(kdesdk-kcachegrind)
+replaces=(kdesdk-kcachegrind)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('898cb809d15ad9ee4c3925edb88bffb62769b5a7f6b348d8c817b3692928158c'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    "$pkgdir"/usr/bin/hotshot2calltree
+}



More information about the arch-commits mailing list