update to 0.8.3

rename from kvkbd [release 0.8.3-1mamba;Sun Jan 03 2021]
This commit is contained in:
Silvan Calarco 2024-01-05 17:19:29 +01:00
parent c02aacf519
commit 62e84e525e
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# qtvkbd
A virtual keyboard written in C++ and QML.

61
qtvkbd.spec Normal file
View File

@ -0,0 +1,61 @@
Name: qtvkbd
Version: 0.8.3
Release: 1mamba
Summary: A virtual keyboard written in C++ and QML
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/KivApple/qvkbd
Source: https://github.com/Alexander-r/qtvkbd.git/v%{version}/qtvkbd-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libX11-devel
BuildRequires: libXtst-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Provides: kvkbd
Obsoletes: kvkbd < 0.8.3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A virtual keyboard written in C++ and QML.
%debug_package
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/qtvkbd
%{_datadir}/applications/qtvkbd.desktop
%dir %{_datadir}/qtvkbd
%{_datadir}/qtvkbd/*
%doc AUTHORS
%changelog
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3-1mamba
- update to 0.8.3
- rename from kvkbd
* Wed Oct 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
- update to 0.7.2
* Mon Dec 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
- package created by autospec