]> git.pld-linux.org Git - packages/dasher.git/blame - dasher.spec
- updated gettext BR
[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
71c29471 4Version: 4.11
907d2ee2 5Release: 4
7abf4bb8 6License: GPL v2
67281221 7Group: X11/Applications/Accessibility
71c29471
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/dasher/4.11/%{name}-%{version}.tar.bz2
9# Source0-md5: 55695cacecb9fa9e3259e0f2ef82ae9e
907d2ee2 10Patch0: %{name}-format-security.patch
886e9cf6 11URL: http://www.inference.phy.cam.ac.uk/dasher/
19e49b18 12BuildRequires: GConf2-devel >= 2.20.0
1a67d3aa 13BuildRequires: ORBit2-devel >= 1:2.14.7
e4fb97de
PZ
14BuildRequires: at-spi-devel >= 1.20.0
15BuildRequires: atk-devel >= 1.20.0
71c29471 16BuildRequires: autoconf >= 2.59
4f59cfc5 17BuildRequires: automake >= 1:1.8
f6ab0092 18BuildRequires: docbook-dtd412-xml
bcb4aac3 19BuildRequires: expat-devel
2eb58731 20BuildRequires: gettext-tools
71c29471 21BuildRequires: glib2-devel >= 1:2.16.1
1a67d3aa
MB
22BuildRequires: gnome-doc-utils
23BuildRequires: gnome-speech-devel >= 0.4.10
71c29471
MB
24BuildRequires: gtk+2-devel >= 2:2.18.0
25BuildRequires: intltool >= 0.40.1
e4fb97de 26BuildRequires: libbonobo-devel >= 2.20.0
19e49b18 27BuildRequires: libgnomeui-devel >= 2.20.0
b7e73afc 28BuildRequires: libtool
f6ab0092 29BuildRequires: pkgconfig
71c29471 30BuildRequires: rpmbuild(find_lang) >= 1.23
1a67d3aa 31BuildRequires: rpmbuild(macros) >= 1.311
ff242fa3 32BuildRequires: xorg-lib-libXtst-devel
6eac09e5 33Requires(post,postun): gtk-update-icon-cache
1a67d3aa 34Requires(post,postun): hicolor-icon-theme
4f2218de 35Requires(post,postun): scrollkeeper
1a67d3aa 36Requires(post,preun): GConf2
a4f31e27 37# sr@Latn vs. sr@latin
38Conflicts: glibc-misc < 6:2.7
886e9cf6 39BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41%description
42Dasher is an information-efficient text-entry interface, driven by
43natural continuous pointing gestures. Dasher is a competitive
44text-entry system wherever a full-size keyboard cannot be used - for
45example, on a palmtop computer; on a wearable computer; when operating
46a computer one-handed, by joystick, touchscreen, trackball, or mouse;
47when operating a computer with zero hands (i.e., by head-mouse or by
48eyetracker). The eyetracking version of Dasher allows an experienced
49user to write text as fast as normal handwriting - 25 words per
50minute; using a mouse, experienced users can write at 39 words per
51minute.
52
0fec6184 53%description -l pl.UTF-8
73b9e1b6 54Dasher to wydajny interfejs do wprowadzania tekstu sterowany przez
0fec6184
JR
55naturalne ciągłe gesty urządzenia wskazującego. Dasher jest
56konkurencyjnym systemem wprowadzania tekstu wszędzie tam, gdzie nie
57można użyć pełnowymiarowej klawiatury - na przykład w palmtopach czy
1a67d3aa
MB
58komputerach przenośnych, komputerach sterowanych przez jednorękich, za
59pomocą joysticka, ekranu dotykowego, trackballa lub myszy albo bez
0fec6184 60użycia rąk (poprzez śledzenie ruchów głowy albo oczu). Wersja Dashera
1a67d3aa
MB
61śledząca ruchy oczu pozwala doświadczonemu użytkownikowi pisać tekst z
62podobną szybkością do normalnego pisma - 25 słów na minutę; przy
0fec6184
JR
63użyciu myszy doświadczeni użytkownicy mogą pisać nawet 39 słów na
64minutę.
73b9e1b6 65
886e9cf6 66%prep
67%setup -q
907d2ee2 68%patch0 -p1
886e9cf6 69
70%build
1a67d3aa
MB
71%{__glib_gettextize}
72%{__intltoolize}
1544d4ff 73%{__libtoolize}
71c29471 74%{__aclocal} -I m4
1544d4ff 75%{__autoconf}
1a67d3aa 76%{__autoheader}
1544d4ff 77%{__automake}
886e9cf6 78%configure \
79 --with-gnome \
ff242fa3 80 --enable-speech \
81 --enable-a11y \
82 --disable-scrollkeeper \
83 --with-cairo
886e9cf6 84%{__make}
85
86%install
87rm -rf $RPM_BUILD_ROOT
88
89%{__make} install \
90 DESTDIR=$RPM_BUILD_ROOT
91
71c29471 92%find_lang %{name} --with-gnome --with-omf --all-name
886e9cf6 93
94%clean
95rm -rf $RPM_BUILD_ROOT
96
4f2218de 97%post
1a67d3aa 98%gconf_schema_install dasher.schemas
178db19e 99%scrollkeeper_update_post
1a67d3aa
MB
100%update_icon_cache hicolor
101
102%preun
103%gconf_schema_uninstall dasher.schemas
4f2218de 104
105%postun
178db19e 106%scrollkeeper_update_postun
1a67d3aa 107%update_icon_cache hicolor
b7e73afc 108
886e9cf6 109%files -f %{name}.lang
110%defattr(644,root,root,755)
2252bc8e 111%doc AUTHORS ChangeLog MAINTAINERS README
886e9cf6 112%attr(755,root,root) %{_bindir}/*
1a67d3aa 113%{_sysconfdir}/gconf/schemas/dasher.schemas
886e9cf6 114%{_datadir}/%{name}
115%{_desktopdir}/%{name}.desktop
532c3e65
JR
116%{_iconsdir}/hicolor/48x48/apps/%{name}.png
117%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
886e9cf6 118%{_mandir}/man1/%{name}*
This page took 0.041852 seconds and 4 git commands to generate.