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

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 16:58:51 UTC 2012


    Date: Friday, November 16, 2012 @ 11:58:51
  Author: andrea
Revision: 171095

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

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

-----------------------+
 extra-i686/PKGBUILD   |   71 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   71 ++++++++++++++++++++++++------------------------
 2 files changed, 72 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-16 16:58:27 UTC (rev 171094)
+++ extra-i686/PKGBUILD	2012-11-16 16:58:51 UTC (rev 171095)
@@ -1,35 +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=1
-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')
-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")
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
-
-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-i686/PKGBUILD (from rev 171094, telepathy-qt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-16 16:58:51 UTC (rev 171095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=2
+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-glib')
+#depends=('qt' 'telepathy-farstream')
+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")
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-16 16:58:27 UTC (rev 171094)
+++ extra-x86_64/PKGBUILD	2012-11-16 16:58:51 UTC (rev 171095)
@@ -1,35 +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=1
-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')
-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")
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
-
-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 171094, telepathy-qt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-16 16:58:51 UTC (rev 171095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=2
+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-glib')
+#depends=('qt' 'telepathy-farstream')
+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")
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+
+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
+}




More information about the arch-commits mailing list