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

Antonio Rojas arojas at archlinux.org
Tue May 10 17:10:58 UTC 2016


    Date: Tuesday, May 10, 2016 @ 19:10:57
  Author: arojas
Revision: 267550

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
    (from rev 267549, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD
    (from rev 267549, kdesdk-kcachegrind/trunk/PKGBUILD)
Deleted:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 ------------------------
 extra-x86_64/PKGBUILD |   39 ------------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-10 17:10:37 UTC (rev 267549)
+++ extra-i686/PKGBUILD	2016-05-10 17:10:57 UTC (rev 267550)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.04.0
-pkgrel=2
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
-sha1sums=('58542af35df8cc98fcbb195fea59588c482489ee')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  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: kdesdk-kcachegrind/repos/extra-i686/PKGBUILD (from rev 267549, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-10 17:10:57 UTC (rev 267550)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('de88a181ba29edfeb3e74d0efd34be1f33a03b34')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-10 17:10:37 UTC (rev 267549)
+++ extra-x86_64/PKGBUILD	2016-05-10 17:10:57 UTC (rev 267550)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.04.0
-pkgrel=2
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
-sha1sums=('58542af35df8cc98fcbb195fea59588c482489ee')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  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: kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD (from rev 267549, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-10 17:10:57 UTC (rev 267550)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('de88a181ba29edfeb3e74d0efd34be1f33a03b34')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  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