rpms/matchbox-keyboard/devel matchbox-keyboard-0.1-fix-desktop.patch, NONE, 1.1 matchbox-keyboard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

William Jon McCann (mccann) fedora-extras-commits at redhat.com
Tue May 20 16:38:26 UTC 2008


Author: mccann

Update of /cvs/pkgs/rpms/matchbox-keyboard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26598/devel

Modified Files:
	.cvsignore sources 
Added Files:
	matchbox-keyboard-0.1-fix-desktop.patch matchbox-keyboard.spec 
Log Message:
Initial import


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

--- NEW FILE matchbox-keyboard-0.1-fix-desktop.patch ---
--- matchbox-keyboard-0.1/matchbox-keyboard.desktop.bad	2008-05-19 17:01:17.000000000 -0400
+++ matchbox-keyboard-0.1/matchbox-keyboard.desktop	2008-05-19 17:06:33.000000000 -0400
@@ -4,5 +4,5 @@
 Exec=matchbox-keyboard
 Type=Application
 Icon=matchbox-keyboard.png
-Categories=Panel;Utility;MB
+Categories=Utility;
 X-MB-INPUT-MECHANSIM=True


--- NEW FILE matchbox-keyboard.spec ---
%define libfakekey_version 0.1

Name:           matchbox-keyboard
Version:        0.1
Release:        0.2008.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
* Tue May 20 2008 Jon McCann <jmccann at redhat.com> 0.1-0.2008.05.19.1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/matchbox-keyboard/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2008 16:17:32 -0000	1.1
+++ .cvsignore	20 May 2008 16:37:40 -0000	1.2
@@ -0,0 +1 @@
+matchbox-keyboard-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/matchbox-keyboard/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2008 16:17:32 -0000	1.1
+++ sources	20 May 2008 16:37:40 -0000	1.2
@@ -0,0 +1 @@
+647c7dd59814567c196e6100348ae0c8  matchbox-keyboard-0.1.tar.gz




More information about the fedora-extras-commits mailing list