Date: Sunday, October 30, 2011 @ 22:38:41 Author: andrea Revision: 141497
archrelease: copy trunk to extra-any Added: zeitgeist/repos/extra-any/PKGBUILD (from rev 141496, zeitgeist/trunk/PKGBUILD) zeitgeist/repos/extra-any/python2.patch (from rev 141496, zeitgeist/trunk/python2.patch) Deleted: zeitgeist/repos/extra-any/PKGBUILD zeitgeist/repos/extra-any/python2.patch ---------------+ PKGBUILD | 75 ++++++++++++++++++++++++++------------------------------ python2.patch | 44 ++++++++++++++++---------------- 2 files changed, 58 insertions(+), 61 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2011-10-31 02:38:15 UTC (rev 141496) +++ PKGBUILD 2011-10-31 02:38:41 UTC (rev 141497) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: György Balló <ball...@freestart.hu> - -pkgname=zeitgeist -pkgver=0.8.2 -pkgrel=1 -pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications" -arch=('any') -url="http://zeitgeist-project.com/" -license=('GPL') -depends=('dbus-python' 'python2-gobject2' 'pyxdg') -makedepends=('intltool' 'raptor' 'python2-rdflib') -source=("http://launchpad.net/$pkgname/0.8/$pkgver/+download/$pkgname-$pkgver.tar.gz" - 'python2.patch') -md5sums=('589e7de784d21177491780bffd11097d' - '2c8b0fa6a228088a556601128dfbbb3b') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # Fix python2 path - sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py \ - zeitgeist-daemon - sed -i 's|/usr/bin/env python|/usr/bin/env python2|' zeitgeist-daemon.py - patch -Np1 -i "${srcdir}/python2.patch" - - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install -} Copied: zeitgeist/repos/extra-any/PKGBUILD (from rev 141496, zeitgeist/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2011-10-31 02:38:41 UTC (rev 141497) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: György Balló <ball...@freestart.hu> + +pkgname=zeitgeist +pkgver=0.8.2 +pkgrel=2 +pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications" +arch=('any') +url="http://zeitgeist-project.com/" +license=('GPL') +depends=('dbus-python' 'python2-gobject2' 'pyxdg') +makedepends=('intltool' 'raptor' 'python2-rdflib') +source=("http://launchpad.net/$pkgname/0.8/$pkgver/+download/$pkgname-$pkgver.tar.gz" + 'python2.patch') +md5sums=('589e7de784d21177491780bffd11097d' + '2c8b0fa6a228088a556601128dfbbb3b') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + # Fix python2 path + sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py + patch -Np1 -i "${srcdir}/python2.patch" + + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: python2.patch =================================================================== --- python2.patch 2011-10-31 02:38:15 UTC (rev 141496) +++ python2.patch 2011-10-31 02:38:41 UTC (rev 141497) @@ -1,22 +0,0 @@ ---- zeitgeist-0.8.2/configure~ 2011-10-29 10:11:50.009654352 +0000 -+++ zeitgeist-0.8.2/configure 2011-10-29 10:08:55.204860261 +0000 -@@ -5612,7 +5612,7 @@ - # check for python-rdflib - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python-rdflib" >&5 - $as_echo_n "checking for python-rdflib... " >&6; } --echo "import rdflib" | python - 2>/dev/null -+echo "import rdflib" | $PYTHON - 2>/dev/null - if test $? -ne 0 ; then - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 - $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ---- zeitgeist-0.8.2/configure.ac~ 2011-10-29 10:09:01.078242642 +0000 -+++ zeitgeist-0.8.2/configure.ac 2011-10-29 10:09:20.901741533 +0000 -@@ -39,7 +39,7 @@ - - # check for python-rdflib - AC_MSG_CHECKING([for python-rdflib]) --echo "import rdflib" | python - 2>/dev/null -+echo "import rdflib" | $PYTHON - 2>/dev/null - if test $? -ne 0 ; then - AC_MSG_FAILURE([failed. Please install the python-rdflib package.]) - else Copied: zeitgeist/repos/extra-any/python2.patch (from rev 141496, zeitgeist/trunk/python2.patch) =================================================================== --- python2.patch (rev 0) +++ python2.patch 2011-10-31 02:38:41 UTC (rev 141497) @@ -0,0 +1,22 @@ +--- zeitgeist-0.8.2/configure~ 2011-10-29 10:11:50.009654352 +0000 ++++ zeitgeist-0.8.2/configure 2011-10-29 10:08:55.204860261 +0000 +@@ -5612,7 +5612,7 @@ + # check for python-rdflib + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python-rdflib" >&5 + $as_echo_n "checking for python-rdflib... " >&6; } +-echo "import rdflib" | python - 2>/dev/null ++echo "import rdflib" | $PYTHON - 2>/dev/null + if test $? -ne 0 ; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +--- zeitgeist-0.8.2/configure.ac~ 2011-10-29 10:09:01.078242642 +0000 ++++ zeitgeist-0.8.2/configure.ac 2011-10-29 10:09:20.901741533 +0000 +@@ -39,7 +39,7 @@ + + # check for python-rdflib + AC_MSG_CHECKING([for python-rdflib]) +-echo "import rdflib" | python - 2>/dev/null ++echo "import rdflib" | $PYTHON - 2>/dev/null + if test $? -ne 0 ; then + AC_MSG_FAILURE([failed. Please install the python-rdflib package.]) + else