]> git.pld-linux.org Git - packages/dasher.git/blobdiff - dasher.spec
- updated gettext BR
[packages/dasher.git] / dasher.spec
index 707e333d3d76c037d177eaf4e2b44d6006d9cbd0..a12564cd519e2efd2d2b57271bf48e64c59046c1 100644 (file)
@@ -1,31 +1,41 @@
 Summary:       Predictive text entry application
-Summary(pl):   Przewiduj±ca aplikacja do wprowadzania tekstu
+Summary(pl.UTF-8):     Przewidująca aplikacja do wprowadzania tekstu
 Name:          dasher
-Version:       3.2.15
-Release:       2
+Version:       4.11
+Release:       4
 License:       GPL v2
-Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/dasher/3.2/%{name}-%{version}.tar.bz2
-# Source0-md5: a3fa85e32c94c69476e12ecba7d257e7
-Patch0:                %{name}-locale-names.patch
-Patch1:                %{name}-desktop.patch
+Group:         X11/Applications/Accessibility
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/dasher/4.11/%{name}-%{version}.tar.bz2
+# Source0-md5: 55695cacecb9fa9e3259e0f2ef82ae9e
+Patch0:                %{name}-format-security.patch
 URL:           http://www.inference.phy.cam.ac.uk/dasher/
-BuildRequires: GConf2-devel
-BuildRequires: ORBit2-devel
-BuildRequires: at-spi-devel
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
+BuildRequires: GConf2-devel >= 2.20.0
+BuildRequires: ORBit2-devel >= 1:2.14.7
+BuildRequires: at-spi-devel >= 1.20.0
+BuildRequires: atk-devel >= 1.20.0
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.8
+BuildRequires: docbook-dtd412-xml
 BuildRequires: expat-devel
-BuildRequires: gnome-speech-devel
-BuildRequires: gnome-vfs2-devel
-BuildRequires: intltool >= 0.33
-BuildRequires: libbonobo-devel
-BuildRequires: libglade2-devel
-BuildRequires: libgnomeui-devel
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel >= 1:2.16.1
+BuildRequires: gnome-doc-utils
+BuildRequires: gnome-speech-devel >= 0.4.10
+BuildRequires: gtk+2-devel >= 2:2.18.0
+BuildRequires: intltool >= 0.40.1
+BuildRequires: libbonobo-devel >= 2.20.0
+BuildRequires: libgnomeui-devel >= 2.20.0
 BuildRequires: libtool
-BuildRequires: libwnck-devel
-BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: xorg-lib-libXtst-devel
+Requires(post,postun): gtk-update-icon-cache
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
+Requires(post,preun):  GConf2
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,35 +50,37 @@ user to write text as fast as normal handwriting - 25 words per
 minute; using a mouse, experienced users can write at 39 words per
 minute.
 
-%description -l pl
+%description -l pl.UTF-8
 Dasher to wydajny interfejs do wprowadzania tekstu sterowany przez
-naturalne ci±g³e gesty urz±dzenia wskazuj±cego. Dasher jest
-konkurencyjnym systemem wprowadzania tekstu wszêdzie tam, gdzie nie
-mo¿na u¿yæ pe³nowymiarowej klawiatury - na przyk³ad w palmtopach czy
-komputerach przeno¶nych, komputerach sterowanych przez jednorêkich,
-za pomoc± joysticka, ekranu dotykowego, trackballa lub myszy albo bez
-u¿ycia r±k (poprzez ¶ledzenie ruchów g³owy albo oczu). Wersja Dashera
-¶ledz±ca ruchy oczu pozwala do¶wiadczonemu u¿ytkownikowi pisaæ tekst
-z podobn± szybko¶ci± do normalnego pisma - 25 s³ów na minutê; przy
-u¿yciu myszy do¶wiadczeni u¿ytkownicy mog± pisaæ nawet 39 s³ów na
-minutê.
+naturalne ciągłe gesty urządzenia wskazującego. Dasher jest
+konkurencyjnym systemem wprowadzania tekstu wszędzie tam, gdzie nie
+można użyć pełnowymiarowej klawiatury - na przykład w palmtopach czy
+komputerach przenośnych, komputerach sterowanych przez jednorękich, za
+pomocą joysticka, ekranu dotykowego, trackballa lub myszy albo bez
+użycia rąk (poprzez śledzenie ruchów głowy albo oczu). Wersja Dashera
+śledząca ruchy oczu pozwala doświadczonemu użytkownikowi pisać tekst z
+podobną szybkością do normalnego pisma - 25 słów na minutę; przy
+użyciu myszy doświadczeni użytkownicy mogą pisać nawet 39 słów na
+minutę.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-
-rm -f po/no.po
 
 %build
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --with-gnome \
-       --with-speech \
-       --with-a11y
+       --enable-speech \
+       --enable-a11y \
+       --disable-scrollkeeper \
+       --with-cairo
 %{__make}
 
 %install
@@ -77,23 +89,30 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --all-name
+%find_lang %{name} --with-gnome --with-omf --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%gconf_schema_install dasher.schemas
 %scrollkeeper_update_post
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall dasher.schemas
 
 %postun
 %scrollkeeper_update_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
+%doc AUTHORS ChangeLog MAINTAINERS README
 %attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/dasher.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
-%{_iconsdir}/%{name}.png
+%{_iconsdir}/hicolor/48x48/apps/%{name}.png
+%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
 %{_mandir}/man1/%{name}*
-%{_omf_dest_dir}/%{name}
This page took 0.124887 seconds and 4 git commands to generate.