[arch-commits] Commit in kdesdk-kcachegrind/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:56:11 UTC 2015
Date: Monday, September 14, 2015 @ 23:56:10
Author: arojas
Revision: 246216
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdesdk-kcachegrind/repos/testing-i686/
kdesdk-kcachegrind/repos/testing-i686/PKGBUILD
(from rev 246215, kdesdk-kcachegrind/trunk/PKGBUILD)
kdesdk-kcachegrind/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 246215, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
kdesdk-kcachegrind/repos/testing-x86_64/
kdesdk-kcachegrind/repos/testing-x86_64/PKGBUILD
(from rev 246215, kdesdk-kcachegrind/trunk/PKGBUILD)
kdesdk-kcachegrind/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 246215, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
-------------------------------------------+
testing-i686/PKGBUILD | 40 ++++++++++++++++++++++++++++
testing-i686/kdesdk-kcachegrind.install | 12 ++++++++
testing-x86_64/PKGBUILD | 40 ++++++++++++++++++++++++++++
testing-x86_64/kdesdk-kcachegrind.install | 12 ++++++++
4 files changed, 104 insertions(+)
Copied: kdesdk-kcachegrind/repos/testing-i686/PKGBUILD (from rev 246215, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:56:10 UTC (rev 246216)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.08.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' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('f36e7031a5ae964c8fe64a477063492738a97d9b')
+
+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/testing-i686/kdesdk-kcachegrind.install (from rev 246215, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===================================================================
--- testing-i686/kdesdk-kcachegrind.install (rev 0)
+++ testing-i686/kdesdk-kcachegrind.install 2015-09-14 21:56:10 UTC (rev 246216)
@@ -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/testing-x86_64/PKGBUILD (from rev 246215, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:56:10 UTC (rev 246216)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.08.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' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
+sha1sums=('f36e7031a5ae964c8fe64a477063492738a97d9b')
+
+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/testing-x86_64/kdesdk-kcachegrind.install (from rev 246215, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===================================================================
--- testing-x86_64/kdesdk-kcachegrind.install (rev 0)
+++ testing-x86_64/kdesdk-kcachegrind.install 2015-09-14 21:56:10 UTC (rev 246216)
@@ -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