Date: Tuesday, September 12, 2017 @ 18:24:16
  Author: arojas
Revision: 257163

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

Added:
  massif-visualizer/repos/community-i686/PKGBUILD
    (from rev 257162, massif-visualizer/trunk/PKGBUILD)
  massif-visualizer/repos/community-x86_64/PKGBUILD
    (from rev 257162, massif-visualizer/trunk/PKGBUILD)
Deleted:
  massif-visualizer/repos/community-i686/PKGBUILD
  massif-visualizer/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-09-12 18:23:35 UTC (rev 257162)
+++ community-i686/PKGBUILD     2017-09-12 18:24:16 UTC (rev 257163)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Niels Martignène <[email protected]>
-# Contributor: Matz Radloff <[email protected]>
-
-pkgname=massif-visualizer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Visualizer for Valgrind Massif data files"
-arch=(i686 x86_64)
-url="https://www.linux-apps.com/p/1127160/";
-license=(GPL)
-depends=(kparts kdiagram hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-#optdepends=('kgraphviewer: call graph tab')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
-            'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 
<[email protected]>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: massif-visualizer/repos/community-i686/PKGBUILD (from rev 257162, 
massif-visualizer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-09-12 18:24:16 UTC (rev 257163)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Niels Martignène <[email protected]>
+# Contributor: Matz Radloff <[email protected]>
+
+pkgname=massif-visualizer
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Visualizer for Valgrind Massif data files"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127160/";
+license=(GPL)
+depends=(kparts kdiagram hicolor-icon-theme)
+makedepends=(extra-cmake-modules kgraphviewer)
+optdepends=('kgraphviewer: call graph tab')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
+            'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-09-12 18:23:35 UTC (rev 257162)
+++ community-x86_64/PKGBUILD   2017-09-12 18:24:16 UTC (rev 257163)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Niels Martignène <[email protected]>
-# Contributor: Matz Radloff <[email protected]>
-
-pkgname=massif-visualizer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Visualizer for Valgrind Massif data files"
-arch=(i686 x86_64)
-url="https://www.linux-apps.com/p/1127160/";
-license=(GPL)
-depends=(kparts kdiagram hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-#optdepends=('kgraphviewer: call graph tab')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
-            'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 
<[email protected]>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: massif-visualizer/repos/community-x86_64/PKGBUILD (from rev 257162, 
massif-visualizer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 18:24:16 UTC (rev 257163)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Niels Martignène <[email protected]>
+# Contributor: Matz Radloff <[email protected]>
+
+pkgname=massif-visualizer
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Visualizer for Valgrind Massif data files"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127160/";
+license=(GPL)
+depends=(kparts kdiagram hicolor-icon-theme)
+makedepends=(extra-cmake-modules kgraphviewer)
+optdepends=('kgraphviewer: call graph tab')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
+            'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to