[arch-commits] Commit in heaptrack/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 16 12:02:15 UTC 2018


    Date: Wednesday, May 16, 2018 @ 12:02:13
  Author: arojas
Revision: 322790

Update to 1.1.0

Modified:
  heaptrack/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 12:00:28 UTC (rev 322789)
+++ PKGBUILD	2018-05-16 12:02:13 UTC (rev 322790)
@@ -1,32 +1,25 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=heaptrack
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 arch=(x86_64)
 pkgdesc="A heap memory profiler for Linux"
 url="http://milianw.de/tag/heaptrack"
 license=(GPL)
-depends=(kdiagram threadweaver kitemmodels kio boost-libs)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs hicolor-icon-theme)
 makedepends=(extra-cmake-modules boost sparsehash)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        heaptrack-glibc-2.26.patch)
-sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
-            'SKIP'
-            '39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) # {,.sig})
+sha256sums=('120f8b276f772aa3409fc3d628dbe7c4fa9d0d98cd710982b6007e6113e13f3b')
 validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff <mail at milianw.de>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
 }
 
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DBUILD_TESTING=OFF
   make



More information about the arch-commits mailing list