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

2017-03-02 Thread Jan de Groot
Date: Thursday, March 2, 2017 @ 12:21:44
  Author: jgc
Revision: 289886

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

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

---+
 /PKGBUILD |  120 
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 3 files changed, 120 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 12:21:38 UTC (rev 289885)
+++ extra-i686/PKGBUILD 2017-03-02 12:21:44 UTC (rev 289886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=1.0
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="https://launchpad.net/zeitgeist/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
-makedepends=(gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
-'SKIP')
-validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 289885, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-02 12:21:44 UTC (rev 289886)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=1.0+1+g1bcc8585
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="https://launchpad.net/zeitgeist/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python2-rdflib git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+_commit=1bcc8585275b4a8a9d47652cfe2ee4d64d155c1f  # master
+source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-02 12:21:38 UTC (rev 289885)
+++ extra-x86_64/PKGBUILD   2017-03-02 12:21:44 UTC (rev 289886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=1.0
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="https://launchpad.net/zeitgeist/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 23:00:45
  Author: jgc
Revision: 289302

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

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

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 23:00:35 UTC (rev 289301)
+++ extra-i686/PKGBUILD 2017-02-19 23:00:45 UTC (rev 289302)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
- 'SKIP')
-validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 289301, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 23:00:45 UTC (rev 289302)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=1.0
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="https://launchpad.net/zeitgeist/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
+sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
+'SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 23:00:35 UTC (rev 289301)
+++ extra-x86_64/PKGBUILD   2017-02-19 23:00:45 UTC (rev 289302)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)

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

2017-01-01 Thread Felix Yan
Date: Monday, January 2, 2017 @ 07:59:10
  Author: felixonmars
Revision: 285201

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

Added:
  zeitgeist/repos/staging-i686/
  zeitgeist/repos/staging-i686/PKGBUILD
(from rev 285200, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/staging-x86_64/
  zeitgeist/repos/staging-x86_64/PKGBUILD
(from rev 285200, zeitgeist/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: zeitgeist/repos/staging-i686/PKGBUILD (from rev 285200, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-01-02 07:59:10 UTC (rev 285201)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.16
+pkgrel=2
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
+md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
+ 'SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: zeitgeist/repos/staging-x86_64/PKGBUILD (from rev 285200, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-01-02 07:59:10 UTC (rev 285201)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.16
+pkgrel=2
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
+md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
+ 'SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-01-07 Thread Jan de Groot
Date: Thursday, January 7, 2016 @ 15:26:02
  Author: jgc
Revision: 257605

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

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

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   48 ---
 extra-x86_64/PKGBUILD |   48 ---
 3 files changed, 100 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-07 14:25:54 UTC (rev 257604)
+++ extra-i686/PKGBUILD 2016-01-07 14:26:02 UTC (rev 257605)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=5
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 257604, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-07 14:26:02 UTC (rev 257605)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.16
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
+md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
+ 'SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-07 14:25:54 UTC (rev 257604)
+++ extra-x86_64/PKGBUILD   2016-01-07 14:26:02 UTC (rev 257605)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=5
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:42:44
  Author: bpiotrowski
Revision: 252805

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

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

-+
 /PKGBUILD   |   48 ++
 staging-i686/PKGBUILD   |   48 --
 staging-x86_64/PKGBUILD |   48 ++
 3 files changed, 96 insertions(+), 48 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:42:35 UTC (rev 252804)
+++ staging-i686/PKGBUILD   2015-12-06 12:42:44 UTC (rev 252805)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=3
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/staging-i686/PKGBUILD (from rev 252804, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:42:44 UTC (rev 252805)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=5
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: zeitgeist/repos/staging-x86_64/PKGBUILD (from rev 252804, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:42:44 UTC (rev 252805)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=5
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  

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

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 10:25:20
  Author: jgc
Revision: 239874

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

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

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   48 
 extra-x86_64/PKGBUILD |   48 
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-29 08:25:12 UTC (rev 239873)
+++ extra-i686/PKGBUILD 2015-05-29 08:25:20 UTC (rev 239874)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=($pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=d2c966f)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 239873, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-29 08:25:20 UTC (rev 239874)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=2
+pkgdesc=Service logging user activities and events
+arch=(i686 x86_64)
+url=http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=($pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-29 08:25:12 UTC (rev 239873)
+++ extra-x86_64/PKGBUILD   2015-05-29 08:25:20 UTC (rev 239874)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=($pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=d2c966f)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname
-  # 

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

2013-07-28 Thread Eric Bélanger
Date: Sunday, July 28, 2013 @ 21:42:13
  Author: eric
Revision: 191639

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

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

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 90 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-28 19:41:44 UTC (rev 191638)
+++ extra-i686/PKGBUILD 2013-07-28 19:42:13 UTC (rev 191639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.12
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-options=('!libtool')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/python -/$PYTHON -/' configure configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install #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 191638, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-28 19:42:13 UTC (rev 191639)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=Service logging user activities and events
+arch=(i686 x86_64)
+url=http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha256sums=('769b5abfe67ef632414efa1d35a1462c5cd86c8792bb4635b4c3d93a5f15f061')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-28 19:41:44 UTC (rev 191638)
+++ extra-x86_64/PKGBUILD   2013-07-28 19:42:13 UTC (rev 191639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.12
-pkgrel=1
-pkgdesc=Service logging user activities and events
-arch=(i686 x86_64)
-url=http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-options=('!libtool')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/python 

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:42:59
  Author: heftig
Revision: 182842

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

Added:
  zeitgeist/repos/testing-i686/
  zeitgeist/repos/testing-i686/PKGBUILD
(from rev 182841, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/testing-x86_64/
  zeitgeist/repos/testing-x86_64/PKGBUILD
(from rev 182841, zeitgeist/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: zeitgeist/repos/testing-i686/PKGBUILD (from rev 182841, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 18:42:59 UTC (rev 182842)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.12
+pkgrel=1
+pkgdesc=Service logging user activities and events
+arch=(i686 x86_64)
+url=http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(sqlite json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install #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/testing-x86_64/PKGBUILD (from rev 182841, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:42:59 UTC (rev 182842)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.12
+pkgrel=1
+pkgdesc=Service logging user activities and events
+arch=(i686 x86_64)
+url=http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(sqlite json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
+  #install -D -m644 data/zeitgeist-daemon.bash_completion 
$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon
+}



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

2012-10-21 Thread Eric Bélanger
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 and...@archlinux.org
-# Contributor: György Balló ball...@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 and...@archlinux.org
+# Contributor: György Balló ball...@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 and...@archlinux.org
-# Contributor: György Balló ball...@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 

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 03:36:41
  Author: andrea
Revision: 162048

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 07:36:11 UTC (rev 162047)
+++ extra-i686/PKGBUILD 2012-06-19 07:36:41 UTC (rev 162048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.0
-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=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
- '96e74a5050bf0daa961dd56b0f73fd5d')
-
-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
-}
-
-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 162047, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 07:36:41 UTC (rev 162048)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 07:36:11 UTC (rev 162047)
+++ extra-x86_64/PKGBUILD   2012-06-19 07:36:41 UTC (rev 162048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.0
-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=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
- '96e74a5050bf0daa961dd56b0f73fd5d')
-
-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
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion 

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

2012-04-24 Thread Eric Bélanger
Date: Tuesday, April 24, 2012 @ 22:04:52
  Author: eric
Revision: 157146

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

Added:
  zeitgeist/repos/testing-i686/
  zeitgeist/repos/testing-i686/PKGBUILD
(from rev 157145, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/testing-x86_64/
  zeitgeist/repos/testing-x86_64/PKGBUILD
(from rev 157145, zeitgeist/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: zeitgeist/repos/testing-i686/PKGBUILD (from rev 157145, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-25 02:04:52 UTC (rev 157146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.0
+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=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fc2706611f435a027cd520f0da0982d7'
+ '96e74a5050bf0daa961dd56b0f73fd5d')
+
+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
+}
+
+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/testing-x86_64/PKGBUILD (from rev 157145, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-25 02:04:52 UTC (rev 157146)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.0
+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=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fc2706611f435a027cd520f0da0982d7'
+ '96e74a5050bf0daa961dd56b0f73fd5d')
+
+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
+}
+
+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
+}