]> git.pld-linux.org Git - packages/synapse.git/blobdiff - synapse.spec
up to 0.2.99.3
[packages/synapse.git] / synapse.spec
index b2e789f2061d63166aa97e451a658e7b366b7de1..ef9da498342f38d32f7a1fbb42c3d70b4c90e73b 100644 (file)
@@ -1,28 +1,53 @@
 Summary:       Application launcher
 Name:          synapse
-Version:       0.2.10
-Release:       0.1
+Version:       0.2.99.3
+Release:       1
 License:       GPL v3+
 Group:         X11/Applications
-Source0:       https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
-# Source0-md5: ac1c075c01f1c179f32fd6651bd184f8
+Source0:       https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz
+# Source0-md5: 7e24bc78ebe47b4d055b22eead40a6c5
+Patch0:                %{name}-mate.patch
 URL:           http://synapse.zeitgeist-project.com/
-BuildRequires: gtkhotkey-devel >= 0.2.1
-BuildRequires: libunique-devel >= 1.0
+BuildRequires: autoconf >= 2.65
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools >= 0.19.6
+BuildRequires: glib2-devel >= 1:2.28.0
+BuildRequires: gtk+3-devel
+BuildRequires: json-glib-devel >= 0.10.0
+BuildRequires: keybinder3-devel
+BuildRequires: libappindicator-gtk3-devel
+BuildRequires: libgee-devel >= 0.5.2
+BuildRequires: libnotify-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.21
+BuildRequires: rest-devel >= 0.7
+BuildRequires: vala >= 0.16.0
+BuildRequires: vala-libappindicator-gtk3
 BuildRequires: vala-libgee >= 0.6.4
-BuildRequires: vala-zeitgeist >= 0.3.18
+BuildRequires: vala-zeitgeist >= 0.9.14
+BuildRequires: zeitgeist-devel >= 0.9.14
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Synapse is a semantic launcher written in Vala that you can use to
 start applications as well as find and access relevant documents and
-files by making use of the Zeitgeist engine. 
+files by making use of the Zeitgeist engine.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules \
+       --enable-librest=yes \
+       --enable-zeitgeist=yes
 %{__make}
 
 %install
This page took 0.074451 seconds and 4 git commands to generate.