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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:06:43 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:06:43
  Author: arojas
Revision: 242777

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

Added:
  kdesdk-kcachegrind/repos/kde-unstable-i686/
  kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
    (from rev 242776, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
    (from rev 242776, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242776, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
    (from rev 242776, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)

------------------------------------------------+
 kde-unstable-i686/PKGBUILD                     |   40 +++++++++++++++++++++++
 kde-unstable-i686/kdesdk-kcachegrind.install   |   12 ++++++
 kde-unstable-x86_64/PKGBUILD                   |   40 +++++++++++++++++++++++
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   12 ++++++
 4 files changed, 104 insertions(+)

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 242776, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:06:43 UTC (rev 242777)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.07.80
+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' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('73d4a5d252f4bf06f446b23a566e7bba3e62f983')
+
+prepare() {
+  mkdir 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/kde-unstable-i686/kdesdk-kcachegrind.install (from rev 242776, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
===================================================================
--- kde-unstable-i686/kdesdk-kcachegrind.install	                        (rev 0)
+++ kde-unstable-i686/kdesdk-kcachegrind.install	2015-07-29 08:06:43 UTC (rev 242777)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 242776, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:06:43 UTC (rev 242777)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.07.80
+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' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('73d4a5d252f4bf06f446b23a566e7bba3e62f983')
+
+prepare() {
+  mkdir 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/kde-unstable-x86_64/kdesdk-kcachegrind.install (from rev 242776, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kcachegrind.install	                        (rev 0)
+++ kde-unstable-x86_64/kdesdk-kcachegrind.install	2015-07-29 08:06:43 UTC (rev 242777)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list