summaryrefslogtreecommitdiffstats
path: root/gnome-documents/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-documents/Pkgfile')
-rw-r--r--gnome-documents/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnome-documents/Pkgfile b/gnome-documents/Pkgfile
index 91f841b..507cbf8 100644
--- a/gnome-documents/Pkgfile
+++ b/gnome-documents/Pkgfile
@@ -6,12 +6,15 @@
# Run on: tracker,evince,gtk3,libgdata,gnome-desktop,gnome-online-accounts,clutter-gtk,gjs
name=gnome-documents
-version=0.2.1
+version=0.3.4
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
+ tracker-0.13.patch)
build() {
cd $name-$version
+ patch -p1 < ../tracker-0.13.patch
+ autoconf
PYTHON=python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \