[arch-commits] Commit in kdesdk-kcachegrind/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 19 12:38:57 UTC 2016
Date: Tuesday, April 19, 2016 @ 14:38:57
Author: arojas
Revision: 265415
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
(from rev 265414, kdesdk-kcachegrind/trunk/PKGBUILD)
kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 265414, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265414, kdesdk-kcachegrind/trunk/PKGBUILD)
kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 265414, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
Deleted:
kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
------------------------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++
/kdesdk-kcachegrind.install | 24 ++++++
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 ---
6 files changed, 104 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:38:57 UTC (rev 265415)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.03.90
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
-sha1sums=('56e4c2ef17beb9540eeabf54b4a5141fc4a9419f')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265414, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:38:57 UTC (rev 265415)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.04.0
+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')
+install=${pkgname}.install
+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
+}
Deleted: kde-unstable-i686/kdesdk-kcachegrind.install
===================================================================
--- kde-unstable-i686/kdesdk-kcachegrind.install 2016-04-19 12:38:41 UTC (rev 265414)
+++ kde-unstable-i686/kdesdk-kcachegrind.install 2016-04-19 12:38:57 UTC (rev 265415)
@@ -1,12 +0,0 @@
-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-i686/kdesdk-kcachegrind.install (from rev 265414, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===================================================================
--- kde-unstable-i686/kdesdk-kcachegrind.install (rev 0)
+++ kde-unstable-i686/kdesdk-kcachegrind.install 2016-04-19 12:38:57 UTC (rev 265415)
@@ -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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:38:57 UTC (rev 265415)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.03.90
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz")
-sha1sums=('56e4c2ef17beb9540eeabf54b4a5141fc4a9419f')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 265414, kdesdk-kcachegrind/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:38:57 UTC (rev 265415)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.04.0
+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')
+install=${pkgname}.install
+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
+}
Deleted: kde-unstable-x86_64/kdesdk-kcachegrind.install
===================================================================
--- kde-unstable-x86_64/kdesdk-kcachegrind.install 2016-04-19 12:38:41 UTC (rev 265414)
+++ kde-unstable-x86_64/kdesdk-kcachegrind.install 2016-04-19 12:38:57 UTC (rev 265415)
@@ -1,12 +0,0 @@
-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/kdesdk-kcachegrind.install (from rev 265414, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===================================================================
--- kde-unstable-x86_64/kdesdk-kcachegrind.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-kcachegrind.install 2016-04-19 12:38:57 UTC (rev 265415)
@@ -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