[arch-commits] Commit in (5 files)

Ionut Biru ibiru at archlinux.org
Sun Sep 19 00:15:14 UTC 2010


    Date: Saturday, September 18, 2010 @ 20:15:14
  Author: ibiru
Revision: 90928

initial commit

Added:
  telepathy-logger/
  telepathy-logger/repos/
  telepathy-logger/trunk/
  telepathy-logger/trunk/PKGBUILD
  telepathy-logger/trunk/telepathy-logger.install

--------------------------+
 PKGBUILD                 |   30 ++++++++++++++++++++++++++++++
 telepathy-logger.install |   11 +++++++++++
 2 files changed, 41 insertions(+)

Added: telepathy-logger/trunk/PKGBUILD
===================================================================
--- telepathy-logger/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-logger/trunk/PKGBUILD	2010-09-19 00:15:14 UTC (rev 90928)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=telepathy-logger
+pkgver=0.1.5
+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.11.16' 'sqlite3' 'libxml2>=2.7.7')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6e41a5c6b323a337085b9519ac557fb7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-static \
+    --disable-scrollkeeper \
+    --disable-schemas-compile
+
+  make
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: telepathy-logger/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: telepathy-logger/trunk/telepathy-logger.install
===================================================================
--- telepathy-logger/trunk/telepathy-logger.install	                        (rev 0)
+++ telepathy-logger/trunk/telepathy-logger.install	2010-09-19 00:15:14 UTC (rev 90928)
@@ -0,0 +1,11 @@
+post_install() {
+    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove(){
+    post_install
+}




More information about the arch-commits mailing list