[arch-commits] Commit in telepathy-logger-qt/kde-unstable (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 13 20:18:01 UTC 2015
Date: Friday, March 13, 2015 @ 21:18:01
Author: arojas
Revision: 233588
Update to 0.9.80 for telepathy-kde 15.04
Modified:
telepathy-logger-qt/kde-unstable/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-13 20:07:19 UTC (rev 233587)
+++ PKGBUILD 2015-03-13 20:18:01 UTC (rev 233588)
@@ -3,16 +3,16 @@
# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
pkgname=telepathy-logger-qt
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.80
+pkgrel=1
pkgdesc="Qt bindings for telepathy logger"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
-makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
+depends=('telepathy-qt5' 'telepathy-logger')
+makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
build() {
mkdir build
@@ -20,6 +20,7 @@
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_INSTALL_DIR=lib \
-DPYTHON_EXECUTABLE=/usr/bin/python2
make
}
More information about the arch-commits
mailing list