[arch-commits] Commit in telepathy-haze/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Mar 9 18:51:26 UTC 2012


    Date: Friday, March 9, 2012 @ 13:51:26
  Author: ibiru
Revision: 152829

butterfly is deprecated, replace it with haze
telepathy-mission-control 5.11 has support for migrating accounts

Modified:
  telepathy-haze/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 18:47:17 UTC (rev 152828)
+++ PKGBUILD	2012-03-09 18:51:26 UTC (rev 152829)
@@ -3,25 +3,26 @@
 # Contributor: Timm Preetz <timm at preetz.us>
 pkgname=telepathy-haze
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 license=('GPL')
 depends=('telepathy-glib' 'libpurple')
 makedepends=('libxslt')
+replaces=('telepathy-butterfly')
 install=telepathy-haze.install
 groups=('telepathy')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('4378726d61e1e5df789a05760a94d172')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
 }
 
 package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list