]> git.pld-linux.org Git - packages/kp5-plasma-workspace-wallpapers.git/blobdiff - kp5-plasma-workspace-wallpapers.spec
- updated to 5.26.0
[packages/kp5-plasma-workspace-wallpapers.git] / kp5-plasma-workspace-wallpapers.spec
index bf27a98991986ff9cf7ce41e01b57fe3e112a704..9a711588520ec65bfe0a43417f12ac4f230294e0 100644 (file)
@@ -1,15 +1,18 @@
-%define                kdeplasmaver    5.24.1
-%define                qtver           5.9.0
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
+%define                kdeplasmaver    5.26.0
+%define                qtver           5.15.2
 %define                kpname          plasma-workspace-wallpapers
 
 Summary:       KDE Plasma Workspace Wallpapers
 Name:          kp5-%{kpname}
-Version:       5.24.1
+Version:       5.26.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11
-Source0:       http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: b69536017f43a97d0fbbccffe183ceb7
+Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
+# Source0-md5: f1846cc58bb32c35a0b880969b65ae35
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.12
 BuildRequires: ninja
@@ -28,11 +31,16 @@ KDE Plasma Workspace Wallpapers.
 install -d build
 cd build
 %cmake -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
        ../
 %ninja_build
 
+%if %{with tests}
+ctest
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
@@ -62,7 +70,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/wallpapers/summer_1am
 %{_datadir}/wallpapers/Cluster
 %{_datadir}/wallpapers/Elarun
-%{_datadir}/wallpapers/SafeLanding
 %{_datadir}/wallpapers/Flow
 %{_datadir}/wallpapers/IceCold
 %{_datadir}/wallpapers/Shell
@@ -70,3 +77,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/wallpapers/MilkyWay
 %{_datadir}/wallpapers/Altai
 %{_datadir}/wallpapers/Patak
+%{_datadir}/wallpapers/Honeywave
+%{_datadir}/wallpapers/SafeLanding
This page took 0.038431 seconds and 4 git commands to generate.