]> git.pld-linux.org Git - packages/synapse.git/blame - synapse.spec
- lock screen support in mate patch
[packages/synapse.git] / synapse.spec
CommitLineData
9027cc73
JP
1%define rev 594
2#
f18e266b 3Summary: Application launcher
4Name: synapse
9027cc73
JP
5Version: 0.2.99
6Release: 0.%{rev}.1
f18e266b 7License: GPL v3+
8Group: X11/Applications
9027cc73
JP
9Source0: %{name}-%{version}-r%{rev}.tar.gz
10# Source0-md5: 3fcd00e82bc89cd55a9eb3c75f9ce7c7
a992cc22 11Patch0: %{name}-mate.patch
f18e266b 12URL: http://synapse.zeitgeist-project.com/
9027cc73
JP
13BuildRequires: autoconf >= 2.65
14BuildRequires: automake >= 1:1.11
15BuildRequires: glib2-devel >= 1:2.28.0
16BuildRequires: gtk+3-devel
17BuildRequires: intltool >= 0.35.0
a992cc22 18BuildRequires: json-glib-devel >= 0.10.0
9027cc73
JP
19BuildRequires: keybinder3-devel
20BuildRequires: libgee-devel >= 0.5.2
a992cc22 21BuildRequires: libnotify-devel
9027cc73
JP
22BuildRequires: libtool
23BuildRequires: pkgconfig >= 1:0.21
24BuildRequires: rest-devel >= 0.7
25BuildRequires: vala >= 0.16.0
26BuildRequires: vala-libgee >= 0.6.4
27BuildRequires: vala-zeitgeist >= 0.9.14
28BuildRequires: zeitgeist-devel >= 0.9.14
f18e266b 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32Synapse is a semantic launcher written in Vala that you can use to
33start applications as well as find and access relevant documents and
34files by making use of the Zeitgeist engine.
35
36%prep
37%setup -q
a992cc22 38%patch0 -p1
9027cc73 39%{__mkdir} m4
f18e266b 40
41%build
9027cc73
JP
42%{__intltoolize}
43%{__libtoolize}
44%{__aclocal}
a992cc22
JP
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure \
49 --disable-silent-rules \
50 --enable-librest=yes \
51 --enable-zeitgeist=yes
f18e266b 52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
a8960794 60%find_lang %{name}
61
f18e266b 62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post
66%update_icon_cache hicolor
67%update_desktop_database
f18e266b 68
69%postun
70%update_icon_cache hicolor
71%update_desktop_database_postun
f18e266b 72
a8960794 73%files -f %{name}.lang
f18e266b 74%defattr(644,root,root,755)
a8960794 75%attr(755,root,root) %{_bindir}/synapse
76%{_iconsdir}/hicolor/scalable/apps/*.svg
77%{_desktopdir}/*.desktop
78%{_mandir}/man1/synapse.*
This page took 0.055218 seconds and 4 git commands to generate.