Name: kcm-touchpad Version: 1.1 Release: 2mamba Summary: kcontrol module to configure synaptics-driven touchpads Group: Graphical Desktop/Applications/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/amezin/kcm-touchpad ## GITSOURCE http://github.com/amezin/kcm-touchpad.git v1.1 Source: http://github.com/amezin/kcm-touchpad.git/v%{version}/kcm-touchpad-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: kdelibs-devel BuildRequires: libX11-devel BuildRequires: libXi-devel BuildRequires: libgcc BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel BuildRequires: libxcb-devel ## AUTOBUILDREQ-END BuildRequires: cmake Provides: synaptiks BuildRoot: %{_tmppath}/%{name}-%{version}-root %description kcontrol module to configure synaptics-driven touchpads. %debug_package %prep %setup -q %build %cmake_kde4 -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build mv %{buildroot}%{_datadir}/dbus-1/interfaces/org.kde.touchpad.xml \ %{buildroot}%{_datadir}/dbus-1/interfaces/org.kde4.touchpad.xml %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_kde4_bindir}/kcm-touchpad-list-devices %{_kde4_libdir}/kde4/kded_touchpad.so %{_kde4_libdir}/kde4/plasma_engine_touchpad.so %{_kde4_datadir}/desktoptheme/default/icons/touchpad.svg %{_kde4_datadir}/kcm_touchpad/kcm_touchpad.notifyrc %{_kde4_datadir}/plasma/plasmoids/touchpad/contents/ui/touchpad.qml %{_kde4_datadir}/plasma/plasmoids/touchpad/metadata.desktop %{_kde4_datadir}/plasma/services/touchpad.operations %{_kde4_kcfgdir}/touchpad.kcfg %{_kde4_kcfgdir}/touchpaddaemon.kcfg %{_kde4_servicesdir}/kcm_touchpad.desktop %{_kde4_servicesdir}/kded/touchpad.desktop %{_kde4_servicesdir}/plasma-applet-touchpad.desktop %{_kde4_servicesdir}/plasma-dataengine-touchpad.desktop %{_datadir}/dbus-1/interfaces/org.kde4.touchpad.xml %{_kde4_sharedir}/icons/hicolor/*/devices/input-touchpad.png %{_kde4_sharedir}/icons/hicolor/scalable/devices/input-touchpad.svgz %doc COPYING %changelog * Tue Sep 26 2017 Silvan Calarco 1.1-2mamba - remame dbus file to avoid and remove obsolete for synaptics to fix conflicts with plasma-desktop * Sat Oct 31 2015 Silvan Calarco 1.1-1mamba - package created using the webbuild interface