[arch-commits] Commit in telepathy-logger-qt/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Sun Aug 26 18:55:39 UTC 2012


    Date: Sunday, August 26, 2012 @ 14:55:38
  Author: andrea
Revision: 165594

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  telepathy-logger-qt/repos/staging-i686/
  telepathy-logger-qt/repos/staging-i686/PKGBUILD
    (from rev 165593, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/staging-x86_64/
  telepathy-logger-qt/repos/staging-x86_64/PKGBUILD
    (from rev 165593, telepathy-logger-qt/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: telepathy-logger-qt/repos/staging-i686/PKGBUILD (from rev 165593, telepathy-logger-qt/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-08-26 18:55:38 UTC (rev 165594)
@@ -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.5.0
+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' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('09d949e60c5b140b20c61ec1d52830e7b98cd50e')
+
+build() {
+  cd "$srcdir"
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-logger-qt/repos/staging-x86_64/PKGBUILD (from rev 165593, telepathy-logger-qt/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-08-26 18:55:38 UTC (rev 165594)
@@ -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.5.0
+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' 'boost-libs')
+makedepends=('automoc4' 'cmake' 'python2' 'boost' 'doxygen')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('09d949e60c5b140b20c61ec1d52830e7b98cd50e')
+
+build() {
+  cd "$srcdir"
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list