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

Ionut Biru ibiru at archlinux.org
Fri Feb 25 13:04:29 UTC 2011


    Date: Friday, February 25, 2011 @ 08:04:28
  Author: ibiru
Revision: 111236

upgpkg: telepathy-logger 0.2.1-1
update to 0.2.1

Modified:
  telepathy-logger/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-25 12:54:27 UTC (rev 111235)
+++ PKGBUILD	2011-02-25 13:04:28 UTC (rev 111236)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=telepathy-logger
-pkgver=0.1.7
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Telepathy framework logging daemon"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Logger"
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.12.5' 'sqlite3' 'libxml2>=2.7.8' 'dconf')
+depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf')
 makedepends=('intltool' 'gnome-doc-utils')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('92fdf8bd2ced40831b3c1198ed1b88d2')
+md5sums=('eff40c64f5d300821121cfa80c0c6cf6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -24,6 +24,10 @@
     --disable-schemas-compile
 
   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
 




More information about the arch-commits mailing list