Skip to content
Snippets Groups Projects
Commit f933af72 authored by Jan de Groot's avatar Jan de Groot
Browse files

Update to git snapshot to fix FS#53053

parent ab43639a
No related branches found
Tags 1.0+1+g1bcc8585-1
No related merge requests found
......@@ -3,24 +3,34 @@
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=zeitgeist
pkgver=1.0
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)
makedepends=(gobject-introspection vala raptor python2-rdflib git)
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')
_commit=1bcc8585275b4a8a9d47652cfe2ee4d64d155c1f # master
source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz <ricotz@ubuntu.com>
pkgver() {
cd $pkgname
git describe --tags | sed 's/^v//;s/-/+/g'
}
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
prepare() {
cd $pkgname-$pkgver
cd $pkgname
sed -i 's/python -/$PYTHON -/' configure.ac
sed -i '1s/python$/python2/' data/ontology2code
......@@ -29,7 +39,7 @@ prepare() {
}
build() {
cd $pkgname-$pkgver
cd $pkgname
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib --enable-fts
......@@ -38,12 +48,12 @@ build() {
}
check() {
cd $pkgname-$pkgver
cd $pkgname
# Log test fails in chroot, as we have no X and no proper dbus
make -k check || :
}
package() {
cd $pkgname-$pkgver
cd $pkgname
make DESTDIR="$pkgdir" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment