]> git.pld-linux.org Git - packages/dasher.git/blob - dasher.spec
bb569c55293ed32e7a31263e420efbfd1dadfa8e
[packages/dasher.git] / dasher.spec
1 Name:           dasher
2 Summary:        Predictive text entry application
3 Version:        3.2.5
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.bz2
8 # Source0-md5:  ecbfeb1198ec8d7c678c6c9d487885ab
9 Patch0:         %{name}-locale-names.patch
10 URL:            http://www.inference.phy.cam.ac.uk/dasher/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  ORBit2-devel
13 BuildRequires:  at-spi-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-speech-devel
17 BuildRequires:  gnome-vfs2-devel
18 BuildRequires:  intltool >= 0.18
19 BuildRequires:  libbonobo-devel
20 BuildRequires:  libglade2-devel
21 BuildRequires:  libgnomeui-devel
22 BuildRequires:  libtool
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Dasher is an information-efficient text-entry interface, driven by
27 natural continuous pointing gestures. Dasher is a competitive
28 text-entry system wherever a full-size keyboard cannot be used - for
29 example, on a palmtop computer; on a wearable computer; when operating
30 a computer one-handed, by joystick, touchscreen, trackball, or mouse;
31 when operating a computer with zero hands (i.e., by head-mouse or by
32 eyetracker). The eyetracking version of Dasher allows an experienced
33 user to write text as fast as normal handwriting - 25 words per
34 minute; using a mouse, experienced users can write at 39 words per
35 minute.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 mv po/{no,nb}.po
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure \
49         --with-gnome \
50         --with-speech \
51         --with-a11y
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %find_lang %{name} --with-gnome --all-name
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post -p /usr/bin/scrollkeeper-update
67 %postun -p /usr/bin/scrollkeeper-update
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
72 %attr(755,root,root) %{_bindir}/*
73 %{_datadir}/%{name}
74 %{_desktopdir}/%{name}.desktop
75 %{_iconsdir}/%{name}.png
76 %{_mandir}/man1/%{name}*
77 %{_omf_dest_dir}/%{name}
This page took 0.023262 seconds and 2 git commands to generate.