kcm-wacomtablet/kcm-wacomtablet.spec

91 lines
3.1 KiB
RPMSpec

Name: kcm-wacomtablet
Version: 3.1.1
Release: 1mamba
Summary: A KDE configuration GUI for the Wacom Linux Drivers
Group: Graphical Desktop/Applications/Configuration
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://kde-apps.org/content/show.php/wacom+tablet?content=114856
## GITSOURCE git://anongit.kde.org/wacomtablet master
Source: git://anongit.kde.org/wacomtablet/master/wacomtablet-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXft-devel
BuildRequires: libXi-devel
BuildRequires: libXpm-devel
BuildRequires: libXrandr-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: automoc4
BuildRequires: cmake
BuildRequires: libphonon-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This module implements a GUI for the Wacom Linux Drivers and extends it with profile support to handle different button / pen layouts per profile.
%debug_package
%prep
%setup -q -n wacomtablet-%{version}
%build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/xdg/wacomtablet.categories
%{_kde5_bindir}/kde_wacom_tabletfinder
%dir %{_kde5_datadir}/wacomtablet
%dir %{_kde5_datadir}/wacomtablet/data
%{_kde5_datadir}/wacomtablet/data/*
%dir %{_kde5_datadir}/wacomtablet/images
%{_kde5_datadir}/wacomtablet/images/*
%doc %lang(en) %{_kde5_htmldir}/en/kcontrol/wacomtablet/*
%{_kde5_servicesdir}/kcm_wacomtablet.desktop
%{_libdir}/qt5/plugins/kcm_wacomtablet.so
%{_libdir}/qt5/plugins/kf5/kded/wacomtablet.so
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_wacomtablet.so
%{_datadir}/plasma/services/wacomtablet.operations
%{_datadir}/knotifications5/wacomtablet.notifyrc
%{_datadir}/kservices5/plasma-applet-org.kde.plasma.wacomtablet.desktop
%{_datadir}/kservices5/plasma-dataengine-wacomtablet.desktop
%{_datadir}/metainfo/org.kde.plasma.wacomtablet.appdata.xml
%{_datadir}/metainfo/org.kde.wacomtablet.metainfo.xml
%dir %{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet
%{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet/*
%{_datadir}/applications/kde_wacom_tabletfinder.desktop
%{_datadir}/dbus-1/interfaces/org.kde.Wacom.xml
%doc AUTHORS COPYING
%changelog
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic version update by autodist
* Sun Jul 15 2018 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
- automatic version update by autodist
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
- automatic version update by autodist
* Wed Dec 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
- package created using the webbuild interface