diff --git a/kcm-wacomtablet.spec b/kcm-wacomtablet.spec index 1889a65..21f6c5c 100644 --- a/kcm-wacomtablet.spec +++ b/kcm-wacomtablet.spec @@ -1,35 +1,49 @@ Name: kcm-wacomtablet -Version: 3.2.0 +Version: 6.0.2 Release: 1mamba Summary: A KDE configuration GUI for the Wacom Linux Drivers Group: Graphical Desktop/Applications/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -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 +URL: https://kde.org/it/plasma-desktop/ +Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/wacomtablet-%{version}.tar.xz 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: libglvnd-devel +BuildRequires: libkf6-kcmutils-devel +BuildRequires: libkf6-kcolorscheme-devel +BuildRequires: libkf6-kconfig-devel +BuildRequires: libkf6-kconfigwidgets-devel +BuildRequires: libkf6-kcoreaddons-devel +BuildRequires: libkf6-kdbusaddons-devel +BuildRequires: libkf6-kglobalaccel-devel +BuildRequires: libkf6-ki18n-devel +BuildRequires: libkf6-kio-devel +BuildRequires: libkf6-knotifications-devel +BuildRequires: libkf6-kservice-devel +BuildRequires: libkf6-kwidgetsaddons-devel +BuildRequires: libkf6-kwindowsystem-devel +BuildRequires: libkf6-kxmlgui-devel +BuildRequires: libplasma-devel BuildRequires: libstdc++6-devel +BuildRequires: libwacom-devel +BuildRequires: libxcb-devel +BuildRequires: libxkbcommon-devel +BuildRequires: plasma5support-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtdeclarative-devel ## AUTOBUILDREQ-END -BuildRequires: automoc4 BuildRequires: cmake -BuildRequires: libphonon-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: kf6-rpm-macros +BuildRequires: extra-cmake-modules %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. @@ -40,43 +54,54 @@ This module implements a GUI for the Wacom Linux Drivers and extends it with pro %setup -q -n wacomtablet-%{version} %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install + +%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files +%files -f %{name}.lang %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/* +%{_bindir}/kde_wacom_tabletfinder +%{_kf6_plugindir}/kded/wacomtablet.so +%{_qt6_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_wacomtablet.so +%{_qt6_plugindir}/plasma5support/dataengine/plasma_engine_wacomtablet.so +%{_datadir}/applications/kcm_wacomtablet.desktop %{_datadir}/applications/kde_wacom_tabletfinder.desktop %{_datadir}/dbus-1/interfaces/org.kde.Wacom.xml +%{_datadir}/knotifications6/wacomtablet.notifyrc +%{_metainfodir}/org.kde.plasma.wacomtablet.appdata.xml +%{_metainfodir}/org.kde.wacomtablet.metainfo.xml +%dir %{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet +%{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet/* +%{_datadir}/plasma5support/services/wacomtablet.operations +%{_datadir}/qlogging-categories6/wacomtablet.categories +%dir %{_datadir}/wacomtablet +%{_datadir}/wacomtablet/* %doc AUTHORS COPYING %changelog +* Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Thu Mar 07 2024 Automatic Build System 6.0.1-1mamba +- automatic version update by autodist + +* Sun Mar 03 2024 Automatic Build System 6.0.0-1mamba +- automatic version update by autodist + +* Sat Feb 03 2024 Automatic Build System 5.93.0-1mamba +- automatic version update by autodist + +* Sun Jan 21 2024 Silvan Calarco 5.92.0-1mamba +- update to 5.92.0 + * Sun Aug 18 2019 Automatic Build System 3.2.0-1mamba - automatic version update by autodist