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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 06:35:45 UTC 2013


    Date: Tuesday, February 26, 2013 @ 07:35:45
  Author: andrea
Revision: 178665

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

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

-------------------------+
 staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: telepathy-qt/repos/staging-i686/PKGBUILD (from rev 178664, telepathy-qt/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-02-26 06:35:45 UTC (rev 178665)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=5
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/"
+license=('LGPL')
+options=('!libtool')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+         'e1b851b08b159fca39596ff8395ca53a')
+
+build() {
+    . /etc/profile.d/qt4.sh
+
+    mkdir build
+    cd build
+    cmake ../${pkgname}-${pkgver} \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DENABLE_TESTS=OFF
+    make
+}
+
+package() {
+    cd build
+    make DESTDIR="$pkgdir" install
+}

Copied: telepathy-qt/repos/staging-x86_64/PKGBUILD (from rev 178664, telepathy-qt/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-02-26 06:35:45 UTC (rev 178665)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=5
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/"
+license=('LGPL')
+options=('!libtool')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+         'e1b851b08b159fca39596ff8395ca53a')
+
+build() {
+    . /etc/profile.d/qt4.sh
+
+    mkdir build
+    cd build
+    cmake ../${pkgname}-${pkgver} \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DENABLE_TESTS=OFF
+    make
+}
+
+package() {
+    cd build
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list