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

Antonio Rojas arojas at archlinux.org
Mon Nov 11 19:20:05 UTC 2019


    Date: Monday, November 11, 2019 @ 19:20:05
  Author: arojas
Revision: 367759

Update to 0.9.8

Modified:
  telepathy-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 18:24:58 UTC (rev 367758)
+++ PKGBUILD	2019-11-11 19:20:05 UTC (rev 367759)
@@ -3,20 +3,17 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=telepathy-qt
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
 arch=(x86_64)
 url="https://telepathy.freedesktop.org/wiki/"
 license=(LGPL)
 pkgdesc="A library for Qt-based Telepathy clients"
 depends=(qt5-base telepathy-farstream)
-makedepends=(cmake doxygen python2 qt5-tools)
-conflicts=(telepathy-qt5)
-provides=(telepathy-qt5)
-replaces=(telepathy-qt5)
+makedepends=(cmake doxygen python qt5-tools)
 source=("https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
-         'SKIP')
+sha256sums=('bf8e2a09060addb80475a4938105b9b41d9e6837999b7a00e5351783857e18ad'
+            'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
@@ -26,10 +23,7 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-    -DDESIRED_QT_VERSION=5 \
     -DENABLE_EXAMPLES=OFF \
     -DENABLE_TESTS=OFF
   make



More information about the arch-commits mailing list