[arch-commits] Commit in telepathy-logger/trunk (PKGBUILD telepathy-logger.install)
Ionut Biru
ibiru at archlinux.org
Tue Apr 3 17:20:46 UTC 2012
Date: Tuesday, April 3, 2012 @ 13:20:46
Author: ibiru
Revision: 155438
update to 0.4.0
Modified:
telepathy-logger/trunk/PKGBUILD
telepathy-logger/trunk/telepathy-logger.install
--------------------------+
PKGBUILD | 11 ++++++-----
telepathy-logger.install | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-03 17:18:20 UTC (rev 155437)
+++ PKGBUILD 2012-04-03 17:20:46 UTC (rev 155438)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=telepathy-logger
-pkgver=0.2.12
+pkgver=0.4.0
pkgrel=1
pkgdesc="Telepathy framework logging daemon"
arch=(i686 x86_64)
@@ -10,11 +10,12 @@
depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf')
makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('102a622855a3e20a191b0812ae7c9b8e')
+install=telepathy-logger.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('0b891b860c7f3a01926f5cc22fd26120')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -27,7 +28,7 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
Modified: telepathy-logger.install
===================================================================
--- telepathy-logger.install 2012-04-03 17:18:20 UTC (rev 155437)
+++ telepathy-logger.install 2012-04-03 17:20:46 UTC (rev 155438)
@@ -1,5 +1,5 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
More information about the arch-commits
mailing list