[arch-commits] Commit in zeitgeist/repos (4 files)

Eric Bélanger eric at archlinux.org
Sun Oct 21 21:14:01 UTC 2012


    Date: Sunday, October 21, 2012 @ 17:14:01
  Author: eric
Revision: 169475

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  zeitgeist/repos/extra-i686/PKGBUILD
    (from rev 169474, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/extra-x86_64/PKGBUILD
    (from rev 169474, zeitgeist/trunk/PKGBUILD)
Deleted:
  zeitgeist/repos/extra-i686/PKGBUILD
  zeitgeist/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   73 +++++++++++++++++++++++-------------------------
 extra-x86_64/PKGBUILD |   73 +++++++++++++++++++++++-------------------------
 2 files changed, 72 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-21 21:13:35 UTC (rev 169474)
+++ extra-i686/PKGBUILD	2012-10-21 21:14:01 UTC (rev 169475)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=zeitgeist
-pkgver=0.9.0.1
-pkgrel=1
-pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
-arch=('i686' 'x86_64')
-url="http://zeitgeist-project.com/"
-license=('GPL')
-depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-checkdepends=('vala')
-source=("https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2"{,.asc})
-md5sums=('08f2eb384824e8458f18e10db7654965'
-         '64486b3e6bec080c447c94f3ac2ff8e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/python -/$PYTHON -/' configure
-  PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
-    --sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
-  make
-}
-
-#check() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#  make check
-#}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 169474, zeitgeist/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-21 21:14:01 UTC (rev 169475)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=zeitgeist
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
+arch=('i686' 'x86_64')
+url="http://zeitgeist-project.com/"
+license=('GPL')
+depends=('python2-dbus' 'python2-gobject2' 'python2-xdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+checkdepends=('vala')
+source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('5841e4624b07ba74866fb177f1c9aae7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python -/$PYTHON -/' configure
+  PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
+    --sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
+  install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-21 21:13:35 UTC (rev 169474)
+++ extra-x86_64/PKGBUILD	2012-10-21 21:14:01 UTC (rev 169475)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=zeitgeist
-pkgver=0.9.0.1
-pkgrel=1
-pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
-arch=('i686' 'x86_64')
-url="http://zeitgeist-project.com/"
-license=('GPL')
-depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-checkdepends=('vala')
-source=("https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2"{,.asc})
-md5sums=('08f2eb384824e8458f18e10db7654965'
-         '64486b3e6bec080c447c94f3ac2ff8e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/python -/$PYTHON -/' configure
-  PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
-    --sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
-  make
-}
-
-#check() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#  make check
-#}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
-}

Copied: zeitgeist/repos/extra-x86_64/PKGBUILD (from rev 169474, zeitgeist/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-21 21:14:01 UTC (rev 169475)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=zeitgeist
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
+arch=('i686' 'x86_64')
+url="http://zeitgeist-project.com/"
+license=('GPL')
+depends=('python2-dbus' 'python2-gobject2' 'python2-xdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+checkdepends=('vala')
+source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+md5sums=('5841e4624b07ba74866fb177f1c9aae7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/python -/$PYTHON -/' configure
+  PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
+    --sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
+  install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+}




More information about the arch-commits mailing list