]> git.pld-linux.org Git - packages/dasher.git/blob - dasher.spec
- updated to 3.2.4
[packages/dasher.git] / dasher.spec
1 Name:           dasher
2 Summary:        Predictive text entry application
3 Version:        3.2.4
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:  aa851fab82fd79456fa019212a496c57
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:  libbonobo-devel
19 BuildRequires:  libglade2-devel
20 BuildRequires:  libgnomeui-devel
21 BuildRequires:  libtool
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Dasher is an information-efficient text-entry interface, driven by
26 natural continuous pointing gestures. Dasher is a competitive
27 text-entry system wherever a full-size keyboard cannot be used - for
28 example, on a palmtop computer; on a wearable computer; when operating
29 a computer one-handed, by joystick, touchscreen, trackball, or mouse;
30 when operating a computer with zero hands (i.e., by head-mouse or by
31 eyetracker). The eyetracking version of Dasher allows an experienced
32 user to write text as fast as normal handwriting - 25 words per
33 minute; using a mouse, experienced users can write at 39 words per
34 minute.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 mv po/{no,nb}.po
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --with-gnome \
49         --with-speech \
50         --with-a11y
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %find_lang %{name} --with-gnome --all-name
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post -p /usr/bin/scrollkeeper-update
66 %postun -p /usr/bin/scrollkeeper-update
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
73 %{_desktopdir}/%{name}.desktop
74 %{_iconsdir}/%{name}.png
75 %{_mandir}/man1/%{name}*
76 %{_omf_dest_dir}/%{name}
This page took 0.065635 seconds and 3 git commands to generate.