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

Antonio Rojas arojas at archlinux.org
Tue May 3 10:59:40 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:59:39
  Author: arojas
Revision: 266813

Hooks

Modified:
  telepathy-logger/trunk/PKGBUILD
Deleted:
  telepathy-logger/trunk/telepathy-logger.install

--------------------------+
 PKGBUILD                 |    7 +++----
 telepathy-logger.install |   11 -----------
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 10:58:15 UTC (rev 266812)
+++ PKGBUILD	2016-05-03 10:59:39 UTC (rev 266813)
@@ -2,14 +2,13 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=telepathy-logger
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Telepathy framework logging daemon"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Logger"
 license=('LGPL2.1')
 depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
-makedepends=('intltool' 'gobject-introspection' 'libxslt')
-install=telepathy-logger.install
+makedepends=('intltool' 'gobject-introspection' 'libxslt' 'python2')
 source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
 md5sums=('c2f6a31c76cbdf8790500cf4f872ba71'
          'SKIP')
@@ -18,7 +17,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+  PYTHON=python2 ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/telepathy \
     --enable-call \

Deleted: telepathy-logger.install
===================================================================
--- telepathy-logger.install	2016-05-03 10:58:15 UTC (rev 266812)
+++ telepathy-logger.install	2016-05-03 10:59:39 UTC (rev 266813)
@@ -1,11 +0,0 @@
-post_install() {
-    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