]> git.pld-linux.org Git - packages/ka5-kmousetool.git/commitdiff
- updated to 18.12.1; ninja auto/th/ka5-kmousetool-18.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 22:47:52 +0000 (23:47 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 12 Jan 2019 22:47:52 +0000 (23:47 +0100)
ka5-kmousetool.spec

index 865727f81af1b3242993a4e31f79c455c7caf780..5866d214f0320e969fa29baa9140a291d6966b8e 100644 (file)
@@ -1,14 +1,14 @@
-%define                kdeappsver      18.12.0
+%define                kdeappsver      18.12.1
 %define                qtver           5.9.0
 %define                kaname          kmousetool
 Summary:       kmousetool
 Name:          ka5-%{kaname}
-Version:       18.12.0
+Version:       18.12.1
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications/Games
 Source0:       http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: bf834fdbb825c9c9c61962de7cfc3f10
+# Source0-md5: 78caf0a2b5c6041d0f16cd339c4442a3
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -21,6 +21,7 @@ BuildRequires:        kf5-ki18n-devel >= 5.46.0
 BuildRequires: kf5-kiconthemes-devel >= 5.46.0
 BuildRequires: kf5-knotifications-devel >= 5.46.0
 BuildRequires: kf5-kxmlgui-devel >= 5.46.0
+BuildRequires: ninja
 BuildRequires: phonon-qt5-devel
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -42,14 +43,14 @@ to. KMouseTool works with any mouse or pointing device.
 install -d build
 cd build
 %cmake \
+       -G Ninja \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ..
-%{__make}
+%ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
-       DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kaname} --all-name --with-qm
 
@@ -68,3 +69,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/32x32/apps/kmousetool.png
 %{_datadir}/kmousetool
 %{_datadir}/metainfo/org.kde.kmousetool.appdata.xml
+%lang(ca) %{_mandir}/ca/man1/kmousetool.1.*
+%lang(de) %{_mandir}/de/man1/kmousetool.1.*
+%lang(es) %{_mandir}/es/man1/kmousetool.1.*
+%lang(et) %{_mandir}/et/man1/kmousetool.1.*
+%lang(fr) %{_mandir}/fr/man1/kmousetool.1.*
+%lang(it) %{_mandir}/it/man1/kmousetool.1.*
+%lang(C) %{_mandir}/man1/kmousetool.1.*
+%lang(nl) %{_mandir}/nl/man1/kmousetool.1.*
+%lang(pt) %{_mandir}/pt/man1/kmousetool.1.*
+%lang(pt_BR) %{_mandir}/pt_BR/man1/kmousetool.1.*
+%lang(sv) %{_mandir}/sv/man1/kmousetool.1.*
+%lang(uk) %{_mandir}/uk/man1/kmousetool.1.*
This page took 1.044665 seconds and 4 git commands to generate.