From 1267c41a0f05155c7af367fc0b8fae90ddd8f2ee Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Jul 2023 06:39:43 +0000 Subject: automatic import of kmousetool --- .gitignore | 1 + kmousetool.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 85 insertions(+) create mode 100644 kmousetool.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..ae56e52 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kmousetool-22.08.0.tar.xz diff --git a/kmousetool.spec b/kmousetool.spec new file mode 100644 index 0000000..cb1f464 --- /dev/null +++ b/kmousetool.spec @@ -0,0 +1,83 @@ +%undefine __cmake_in_source_build + +Name: kmousetool +Version: 22.08.0 +Release: 1 +Summary: A program that clicks the mouse for you + +License: GPLv2+ +URL: http://accessibility.kde.org/ + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib + +BuildRequires: extra-cmake-modules +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(KF5XmlGui) + +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Widgets) + +BuildRequires: cmake(Phonon4Qt5) + +BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(xtst) + +Conflicts: kdeaccessibility < 1:4.7.80 + +%description +A program for people whom it hurts to click the mouse. + + +%prep +%autosetup -p1 + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang %{name} --all-name --with-html --with-man + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||: +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||: + + +%files -f %{name}.lang +%doc AUTHORS ChangeLog README TODO +%license LICENSES/* +%{_kf5_bindir}/kmousetool +%{_kf5_datadir}/kmousetool/ +%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +%{_kf5_datadir}/applications/org.kde.%{name}.desktop +%{_kf5_datadir}/icons/hicolor/*/*/* +%{_mandir}/man1/*.1* + + +%changelog +* Tue Dec 20 2022 misaka00251 - 22.08.0-1 +- Init package diff --git a/sources b/sources new file mode 100644 index 0000000..e0c772c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +cb79d29535f1d57cc8e63c4dcc8621d5 kmousetool-22.08.0.tar.xz -- cgit v1.2.3