]> git.pld-linux.org Git - packages/dasher.git/commitdiff
- updated to 4.4.0
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 23 Mar 2007 19:15:40 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete iconv patch

Changed files:
    dasher.spec -> 1.37

dasher.spec

index 6d8701c234eeee4072e2437b0f649669f6afff24..f7a7f1a7e86e51a7c2da3c35a27b7824929e7852 100644 (file)
@@ -1,33 +1,37 @@
 Summary:       Predictive text entry application
 Summary(pl.UTF-8):     Przewidująca aplikacja do wprowadzania tekstu
 Name:          dasher
-Version:       4.2.1
-Release:       2
+Version:       4.4.0
+Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/dasher/4.2/%{name}-%{version}.tar.bz2
-# Source0-md5: bb231a7afb424ad97264da67e5d24620
+Source0:       http://ftp.gnome.org/pub/gnome/sources/dasher/4.4/%{name}-%{version}.tar.bz2
+# Source0-md5: e47684793d29904f64370393234cf604
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-as-needed.patch
-Patch2:                %{name}-iconv.patch
 URL:           http://www.inference.phy.cam.ac.uk/dasher/
-BuildRequires: GConf2-devel >= 2.16.0
-BuildRequires: ORBit2-devel >= 2.14.3
-BuildRequires: at-spi-devel >= 1.7.12
+BuildRequires: GConf2-devel >= 2.18.0.1
+BuildRequires: ORBit2-devel >= 1:2.14.7
+BuildRequires: at-spi-devel >= 1.18.0
+BuildRequires: atk-devel >= 1.18.0
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake >= 1:1.8
 BuildRequires: expat-devel
-BuildRequires: gnome-speech-devel >= 0.4.5
-BuildRequires: gnome-vfs2-devel >= 2.16.1
-BuildRequires: gtk+2-devel >= 2:2.10.6
-BuildRequires: intltool >= 0.35
-BuildRequires: libbonobo-devel >= 2.16.0
+BuildRequires: gnome-doc-utils
+BuildRequires: gnome-speech-devel >= 0.4.10
+BuildRequires: gnome-vfs2-devel >= 2.18.0.1
+BuildRequires: gtk+2-devel >= 2:2.10.10
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libbonobo-devel >= 2.18.0
 BuildRequires: libglade2-devel >= 2.6.0
-BuildRequires: libgnomeui-devel >= 2.16.1
+BuildRequires: libgnomeui-devel >= 2.18.1
 BuildRequires: libtool
-BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xorg-lib-libXtst-devel
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
+Requires(post,preun):  GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,11 +51,11 @@ 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
+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
-podobną szybkością do normalnego pisma - 25 słów na minutę; przy
+ś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ę.
 
@@ -59,12 +63,14 @@ minutę.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --with-gnome \
@@ -86,15 +92,22 @@ rm -rf $RPM_BUILD_ROOT
 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
 %attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/dasher.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_iconsdir}/hicolor/48x48/apps/%{name}.png
This page took 0.098995 seconds and 4 git commands to generate.