]> git.pld-linux.org Git - packages/synapse.git/blame - synapse.spec
- BR: libzeitgeist-devel instead of zeitgeist-devel
[packages/synapse.git] / synapse.spec
CommitLineData
f18e266b 1Summary: Application launcher
2Name: synapse
3Version: 0.2.10
d17b5f55 4Release: 2
f18e266b 5License: GPL v3+
6Group: X11/Applications
7Source0: https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz
6b0ab603 8# Source0-md5: ac1c075c01f1c179f32fd6651bd184f8
a992cc22 9Patch0: %{name}-mate.patch
d17b5f55 10Patch1: %{name}-gtk_timeout.patch
f18e266b 11URL: http://synapse.zeitgeist-project.com/
a992cc22
JP
12BuildRequires: glib2-devel >= 1:2.26.0
13BuildRequires: gtk+2-devel >= 2:2.20.0
665cda24 14BuildRequires: gtkhotkey-devel >= 0.2.1
a992cc22
JP
15BuildRequires: json-glib-devel >= 0.10.0
16BuildRequires: libgee0.6-devel >= 0.5.2
17BuildRequires: libnotify-devel
665cda24 18BuildRequires: libunique-devel >= 1.0
2791a63c 19BuildRequires: libzeitgeist-devel >= 0.3.18
a992cc22
JP
20BuildRequires: rest-devel
21BuildRequires: vala >= 0.14.0
665cda24 22BuildRequires: vala-libgee >= 0.6.4
23BuildRequires: vala-zeitgeist >= 0.3.18
f18e266b 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27Synapse is a semantic launcher written in Vala that you can use to
28start applications as well as find and access relevant documents and
29files by making use of the Zeitgeist engine.
30
31%prep
32%setup -q
a992cc22 33%patch0 -p1
d17b5f55 34%patch1 -p1
f18e266b 35
36%build
a992cc22
JP
37%{__aclocal} -I m4
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure \
42 --disable-silent-rules \
43 --enable-librest=yes \
44 --enable-zeitgeist=yes
f18e266b 45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
a8960794 53%find_lang %{name}
54
f18e266b 55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post
59%update_icon_cache hicolor
60%update_desktop_database
f18e266b 61
62%postun
63%update_icon_cache hicolor
64%update_desktop_database_postun
f18e266b 65
a8960794 66%files -f %{name}.lang
f18e266b 67%defattr(644,root,root,755)
a8960794 68%attr(755,root,root) %{_bindir}/synapse
69%{_iconsdir}/hicolor/scalable/apps/*.svg
70%{_desktopdir}/*.desktop
71%{_mandir}/man1/synapse.*
This page took 0.034864 seconds and 4 git commands to generate.