Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 6a2434f88e55e6613c1bbef11280f398 > files > 3

matchbox-keyboard-0.1-0.2009.05.19.1.fc11.src.rpm

%define libfakekey_version 0.1

Name:           matchbox-keyboard
Version:        0.1
Release:        0.2009.05.19.1%{?dist}
Summary:        An on screen virtual keyboard

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://matchbox-project.org/
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Patch0:         matchbox-keyboard-0.1-fix-desktop.patch

BuildRequires:  libfakekey-devel >= %{libfakekey_version}
BuildRequires:	libpng-devel
BuildRequires:  libXft-devel
BuildRequires:	libXtst-devel
BuildRequires:  expat-devel
BuildRequires:	desktop-file-utils

%description
Matchbox-keyboard is an on screen 'virtual' or 'software'
keyboard. It will hopefully work well on various touchscreen
devices from mobile phones to tablet PCs running X Windows.

It aims to 'just work' supporting localised, easy to write
XML layout configuration files.


%prep
%setup -q
%patch0 -p1 -b .fix-category

%build
%configure --disable-applet
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor="" --delete-original \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  $RPM_BUILD_ROOT%{_datadir}/applications/inputmethods/*.desktop


%post
update-desktop-database &> /dev/null ||:


%postun
update-desktop-database &> /dev/null ||:


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/matchbox-keyboard
%{_datadir}/matchbox-keyboard/
%{_datadir}/pixmaps/*
%{_datadir}/applications/*

%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.2009.05.19.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Tue May 20 2008 Jon McCann <jmccann@redhat.com> 0.1-0.2008.05.19.1
- Initial package