[arch-commits] Commit in telepathy-logger-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 25 06:27:33 UTC 2017


    Date: Friday, August 25, 2017 @ 06:27:33
  Author: arojas
Revision: 303505

Update to 17.08.0

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-25 02:04:15 UTC (rev 303504)
+++ PKGBUILD	2017-08-25 06:27:33 UTC (rev 303505)
@@ -1,23 +1,28 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
 
 pkgname=telepathy-logger-qt
-pkgver=15.04.0
-pkgrel=2
+pkgver=17.08.0
+pkgrel=1
 pkgdesc="Qt bindings for telepathy logger"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://www.kde.org/'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger')
-makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+license=(GPL)
+depends=(telepathy-qt telepathy-logger)
+makedepends=(extra-cmake-modules doxygen python2)
 source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('3f71e607980b601b46ff45be6e72d066926fc912')
+sha256sums=('d098a77de2a58381d9ebcd64c8ae54c773b5206ed7888576653d3b505fe5032a')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
 
+prepare () {
+  mkdir -p build
+}
+
 build() {
-  mkdir build 
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \



More information about the arch-commits mailing list