automatic rebuild by autodist [release 0.1.1-2mamba;Fri Nov 03 2023]

This commit is contained in:
Automatic Build System 2024-01-06 06:58:57 +01:00
parent dba8ce3b9c
commit 0d7cd98277

View File

@ -1,38 +1,42 @@
Name: matchbox-keyboard Name: matchbox-keyboard
Version: 0.1.svn20110124 Epoch: 1
Version: 0.1.1
Release: 2mamba Release: 2mamba
Summary: A lightweight software or virtual keyboard for X improving much the original xkbd Summary: A lightweight software or virtual keyboard for X improving much the original xkbd
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://matchbox-project.org/?p=1 URL: https://www.yoctoproject.org/software-item/matchbox/
# svn co http://svn.o-hand.com/repos/matchbox/trunk matchbox Source: https://git.yoctoproject.org/matchbox-keyboard/snapshot/matchbox-keyboard-%{version}.tar.gz
# make dist
Source: http://matchbox-project.org/sources/matchbox-keyboard/%{version}/matchbox-keyboard-%{version}.tar.gz
Source1: matchbox-keyboard.desktop Source1: matchbox-keyboard.desktop
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libexpat-devel
BuildRequires: libfakekey-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXft-devel BuildRequires: libXft-devel
BuildRequires: libXrender-devel
BuildRequires: libXtst-devel BuildRequires: libXtst-devel
BuildRequires: libexpat-devel
BuildRequires: libfakekey-devel
BuildRequires: libpng-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires(post):libgtk
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
matchbox-keyboard is a lightweight software or virtual keyboard for X improving much the original xkbd. Features include easy flexible XML configuration of layouts, international support, low footprint and few dependencies. It also scales to larger displays much better than the original xkbd. matchbox-keyboard is a lightweight software or virtual keyboard for X improving much the original xkbd. Features include easy flexible XML configuration of layouts, international support, low footprint and few dependencies. It also scales to larger displays much better than the original xkbd.
%debug_package
%prep %prep
%setup -q -n %{name}-0.1 %setup -q
./autogen.sh
%build %build
%configure \ %configure
--enable-cairo \
--enable-gtk-im # --enable-cairo \
# --enable-gtk-im
%make %make
%install %install
@ -60,11 +64,16 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/matchbox-k
%{_datadir}/applications/inputmethods/matchbox-keyboard.desktop %{_datadir}/applications/inputmethods/matchbox-keyboard.desktop
%{_datadir}/matchbox-keyboard/keyboard*.xml %{_datadir}/matchbox-keyboard/keyboard*.xml
%{_datadir}/pixmaps/matchbox-keyboard.png %{_datadir}/pixmaps/matchbox-keyboard.png
%{_libdir}/gtk-2.0/*/immodules/libmb-im-invoker.la #%{_libdir}/gtk-2.0/*/immodules/libmb-im-invoker.so
%{_libdir}/gtk-2.0/*/immodules/libmb-im-invoker.so %doc AUTHORS COPYING
%doc AUTHORS COPYING ChangeLog README
%changelog %changelog
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 0.1.1-2mamba
- automatic rebuild by autodist
* Thu Nov 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
- update to 0.1.1
* Fri Feb 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.svn20110124-2mamba * Fri Feb 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.svn20110124-2mamba
- added xdg autostart file - added xdg autostart file