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

Antonio Rojas arojas at archlinux.org
Fri Apr 10 14:37:13 UTC 2015


    Date: Friday, April 10, 2015 @ 16:37:13
  Author: arojas
Revision: 236052

Bump pkgrel for [staging]

Added:
  telepathy-logger-qt/trunk/PKGBUILD
    (from rev 236051, telepathy-logger-qt/kde-unstable/PKGBUILD)
Deleted:
  telepathy-logger-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-10 14:30:16 UTC (rev 236051)
+++ PKGBUILD	2015-04-10 14:37:13 UTC (rev 236052)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
-
-pkgname=telepathy-logger-qt
-pkgver=0.8.0
-pkgrel=2
-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')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-logger-qt/trunk/PKGBUILD (from rev 236051, telepathy-logger-qt/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-10 14:37:13 UTC (rev 236052)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
+
+pkgname=telepathy-logger-qt
+pkgver=0.9.80
+pkgrel=2
+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-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 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list