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

Ionut Biru ibiru at archlinux.org
Fri Mar 23 11:02:16 UTC 2012


    Date: Friday, March 23, 2012 @ 07:02:16
  Author: ibiru
Revision: 154106

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
    (from rev 154105, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 154105, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
  telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   62 +++++++++++++++++++--------------------
 gnome-unstable-x86_64/PKGBUILD |   62 +++++++++++++++++++--------------------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2012-03-23 11:00:00 UTC (rev 154105)
+++ gnome-unstable-i686/PKGBUILD	2012-03-23 11:02:16 UTC (rev 154106)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
-
-pkgname=telepathy-glib
-pkgver=0.17.6
-pkgrel=1
-pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a196f361165fa48cb3850875e14cc9a8')
-
-build() {
-    cd "$pkgname-$pkgver"
-    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-        --libexecdir=/usr/lib/telepathy \
-        --enable-vala-bindings \
-        --enable-static=no
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 154105, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-23 11:02:16 UTC (rev 154106)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('92e776d375cfe0ef6af4aff600a5150e')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+        --libexecdir=/usr/lib/telepathy \
+        --enable-vala-bindings \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2012-03-23 11:00:00 UTC (rev 154105)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-23 11:02:16 UTC (rev 154106)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
-
-pkgname=telepathy-glib
-pkgver=0.17.6
-pkgrel=1
-pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org"
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a196f361165fa48cb3850875e14cc9a8')
-
-build() {
-    cd "$pkgname-$pkgver"
-    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-        --libexecdir=/usr/lib/telepathy \
-        --enable-vala-bindings \
-        --enable-static=no
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154105, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-23 11:02:16 UTC (rev 154106)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('92e776d375cfe0ef6af4aff600a5150e')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+        --libexecdir=/usr/lib/telepathy \
+        --enable-vala-bindings \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list