File kvkbd.spec of Package kvkbd
#
# spec file for package kvkbd
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kvkbd
Version: 0.7.2
Release: 0
Summary: Virtual keyboard for KDE
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://kde-apps.org/content/show.php/Kvkbd?content=56019
Source0: http://kde-apps.org/CONTENT/content-files/56019-%{name}-%{version}.tar.gz
BuildRequires: libkde4-devel
BuildRequires: libxslt-devel
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Kvkbd is a virtual keyboard for KDE, it contains many features like system tray
and dock support, autodetection and on the fly change of the keyboard layout,
scripting with DBus, etc.
%prep
%setup -q
%build
%cmake_kde4 -d build
%make_jobs
%install
%kde4_makeinstall -C build
%kde_post_install
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog LICENSE TODO
%{_kde4_bindir}/kvkbd
%{_kde4_applicationsdir}/kvkbd.desktop
%{_kde4_appsdir}/kvkbd
%doc %lang(en) %{_kde4_docdir}/HTML/en/kvkbd
%changelog