[arch-commits] Commit in telepathy-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Jan 12 13:26:15 UTC 2013


    Date: Saturday, January 12, 2013 @ 08:26:14
  Author: andrea
Revision: 175068

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-qt/repos/extra-x86_64/PKGBUILD
    (from rev 175067, telepathy-qt/trunk/PKGBUILD)
Deleted:
  telepathy-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-12 13:25:36 UTC (rev 175067)
+++ PKGBUILD	2013-01-12 13:26:14 UTC (rev 175068)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=3
-pkgdesc="A library for Qt-based Telepathy clients"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org/wiki/"
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream' 'farstream-0.1')
-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() {
-    cd "$srcdir"
-    mkdir build
-    cd build
-    cmake ../${pkgname}-${pkgver} \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DENABLE_TESTS=OFF
-    make
-}
-
-package() {
-    cd "$srcdir"/build
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-qt/repos/extra-x86_64/PKGBUILD (from rev 175067, telepathy-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-12 13:26:14 UTC (rev 175068)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=3
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/"
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-farstream' 'farstream-0.1')
+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() {
+    cd "$srcdir"
+    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 "$srcdir"/build
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list