]> git.pld-linux.org Git - packages/dasher.git/blame - dasher.spec
- tabs in preamble
[packages/dasher.git] / dasher.spec
CommitLineData
886e9cf6 1Summary: Predictive text entry application
d561d53a 2Summary(pl.UTF-8): Przewidująca aplikacja do wprowadzania tekstu
73b9e1b6 3Name: dasher
bd1bfeca 4Version: 4.2.1
332b4c65 5Release: 1
7abf4bb8 6License: GPL v2
886e9cf6 7Group: X11/Applications
3f744b28 8Source0: http://ftp.gnome.org/pub/gnome/sources/dasher/4.2/%{name}-%{version}.tar.bz2
bd1bfeca 9# Source0-md5: bb231a7afb424ad97264da67e5d24620
ff242fa3 10Patch0: %{name}-ac.patch
11Patch1: %{name}-as-needed.patch
886e9cf6 12URL: http://www.inference.phy.cam.ac.uk/dasher/
bd1bfeca 13BuildRequires: GConf2-devel >= 2.16.0
3f744b28 14BuildRequires: ORBit2-devel >= 2.14.3
bd1bfeca 15BuildRequires: at-spi-devel >= 1.7.12
ff242fa3 16BuildRequires: autoconf >= 2.56
4f59cfc5 17BuildRequires: automake >= 1:1.8
bcb4aac3 18BuildRequires: expat-devel
3f744b28 19BuildRequires: gnome-speech-devel >= 0.4.5
bd1bfeca 20BuildRequires: gnome-vfs2-devel >= 2.16.1
21BuildRequires: gtk+2-devel >= 2:2.10.6
ff242fa3 22BuildRequires: intltool >= 0.35
3f744b28 23BuildRequires: libbonobo-devel >= 2.16.0
ff242fa3 24BuildRequires: libglade2-devel >= 2.6.0
bd1bfeca 25BuildRequires: libgnomeui-devel >= 2.16.1
b7e73afc 26BuildRequires: libtool
178db19e 27BuildRequires: rpmbuild(macros) >= 1.197
ff242fa3 28BuildRequires: xorg-lib-libXtst-devel
4f2218de 29Requires(post,postun): scrollkeeper
886e9cf6 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33Dasher is an information-efficient text-entry interface, driven by
34natural continuous pointing gestures. Dasher is a competitive
35text-entry system wherever a full-size keyboard cannot be used - for
36example, on a palmtop computer; on a wearable computer; when operating
37a computer one-handed, by joystick, touchscreen, trackball, or mouse;
38when operating a computer with zero hands (i.e., by head-mouse or by
39eyetracker). The eyetracking version of Dasher allows an experienced
40user to write text as fast as normal handwriting - 25 words per
41minute; using a mouse, experienced users can write at 39 words per
42minute.
43
0fec6184 44%description -l pl.UTF-8
73b9e1b6 45Dasher to wydajny interfejs do wprowadzania tekstu sterowany przez
0fec6184
JR
46naturalne ciągłe gesty urządzenia wskazującego. Dasher jest
47konkurencyjnym systemem wprowadzania tekstu wszędzie tam, gdzie nie
48można użyć pełnowymiarowej klawiatury - na przykład w palmtopach czy
49komputerach przenośnych, komputerach sterowanych przez jednorękich,
50za pomocą joysticka, ekranu dotykowego, trackballa lub myszy albo bez
51użycia rąk (poprzez śledzenie ruchów głowy albo oczu). Wersja Dashera
52śledząca ruchy oczu pozwala doświadczonemu użytkownikowi pisać tekst
53z podobną szybkością do normalnego pisma - 25 słów na minutę; przy
54użyciu myszy doświadczeni użytkownicy mogą pisać nawet 39 słów na
55minutę.
73b9e1b6 56
886e9cf6 57%prep
58%setup -q
b7e73afc 59%patch0 -p1
4bb5dd1b 60%patch1 -p1
886e9cf6 61
62%build
1544d4ff
JR
63%{__libtoolize}
64%{__aclocal}
65%{__autoconf}
66%{__automake}
886e9cf6 67%configure \
68 --with-gnome \
ff242fa3 69 --enable-speech \
70 --enable-a11y \
71 --disable-scrollkeeper \
72 --with-cairo
886e9cf6 73%{__make}
74
75%install
76rm -rf $RPM_BUILD_ROOT
77
78%{__make} install \
79 DESTDIR=$RPM_BUILD_ROOT
80
81%find_lang %{name} --with-gnome --all-name
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
4f2218de 86%post
178db19e 87%scrollkeeper_update_post
4f2218de 88
89%postun
178db19e 90%scrollkeeper_update_postun
b7e73afc 91
886e9cf6 92%files -f %{name}.lang
93%defattr(644,root,root,755)
a96792cc 94%doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
886e9cf6 95%attr(755,root,root) %{_bindir}/*
96%{_datadir}/%{name}
97%{_desktopdir}/%{name}.desktop
532c3e65
JR
98%{_iconsdir}/hicolor/48x48/apps/%{name}.png
99%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
886e9cf6 100%{_mandir}/man1/%{name}*
b7e73afc 101%{_omf_dest_dir}/%{name}
This page took 0.111733 seconds and 4 git commands to generate.