[arch-commits] Commit in telepathy-logger-qt/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 08:41:24 UTC 2020
Date: Saturday, March 14, 2020 @ 08:41:24
Author: arojas
Revision: 377521
Update to 17.09.0, build with python3
Modified:
telepathy-logger-qt/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 00:41:03 UTC (rev 377520)
+++ PKGBUILD 2020-03-14 08:41:24 UTC (rev 377521)
@@ -3,7 +3,7 @@
# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
pkgname=telepathy-logger-qt
-pkgver=17.08.0
+pkgver=17.09.0
pkgrel=1
pkgdesc="Qt bindings for telepathy logger"
arch=(x86_64)
@@ -10,9 +10,10 @@
url='https://www.kde.org/'
license=(GPL)
depends=(telepathy-qt telepathy-logger)
-makedepends=(extra-cmake-modules doxygen python2)
-source=("https://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('d098a77de2a58381d9ebcd64c8ae54c773b5206ed7888576653d3b505fe5032a')
+makedepends=(extra-cmake-modules doxygen python qt5-tools)
+source=("https://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3190729d0df9001d683ba15605aaee65e46edcedad0e828e51312ea965ce135a'
+ 'SKIP')
validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
prepare () {
@@ -21,11 +22,7 @@
build() {
cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DPYTHON_EXECUTABLE=/usr/bin/python2
+ cmake ../$pkgname-$pkgver
make
}
More information about the arch-commits
mailing list