[packages/kcm_touchpad] - Initial version.

lmasko lmasko at pld-linux.org
Tue Nov 3 11:21:54 CET 2015


commit 15590a933b1d867649f18f0dede02e6424594926
Author: Łukasz Maśko <lmasko at pld-linux.org>
Date:   Tue Nov 3 11:21:27 2015 +0100

    - Initial version.

 kcm_touchpad.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/kcm_touchpad.spec b/kcm_touchpad.spec
new file mode 100644
index 0000000..b563a63
--- /dev/null
+++ b/kcm_touchpad.spec
@@ -0,0 +1,43 @@
+%define		subver	00370b5
+Summary:	A kcontrol module to control Synaptics touchpad
+Name:		kcm_touchpad
+Version:	0.3.1
+Release:	0.1
+Vendor:		Michał Żarłok (mishaaq)
+License:	GPL
+Group:		X11/Applications
+Source0:	%{name}-%{version}-%{subver}.tar.gz
+# Source0-md5:	f355a658d2e9267fdf4e8d8f88038bcf
+#Source0:	http://github.com/mishaaq/kcm_touchpad/tarball/kcm_touchpad-0.3.1
+URL:		http://kde-apps.org/content/show.php/kcm_touchpad?content=113335
+BuildRequires:	kde4-kdelibs-devel 
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+A kcontrol module that allow you to control touchpad options.
+
+%prep
+%setup -q -n mishaaq-%{name}-%{subver}
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README LICENSE AUTHORS
+%attr(755,root,root) %{_libdir}/kde4/kcm_touchpad.so
+%{_datadir}/kde4/services/*.desktop
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kcm_touchpad.git/commitdiff/15590a933b1d867649f18f0dede02e6424594926



More information about the pld-cvs-commit mailing list