X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=kp5-plasma-desktop.spec;h=909cf4c5d658a74aeef46033297aa2a75ba4137f;hb=332523c2ecff7a76085301efd11cd0208b81f9cf;hp=cc05253a48d40c67bfcde67e85f52d5f3a7343da;hpb=8ef498e8b3d867c5428b930770edd04a604d482b;p=packages%2Fkp5-plasma-desktop.git diff --git a/kp5-plasma-desktop.spec b/kp5-plasma-desktop.spec index cc05253..909cf4c 100644 --- a/kp5-plasma-desktop.spec +++ b/kp5-plasma-desktop.spec @@ -4,18 +4,18 @@ # TODO: # PackageKit qt5 # -%define kdeplasmaver 5.27.4 +%define kdeplasmaver 5.27.7 %define qtver 5.15.2 %define kpname plasma-desktop Summary: KDE Plasma Desktop Name: kp5-%{kpname} -Version: 5.27.4 -Release: 2 +Version: 5.27.7 +Release: 1 License: LGPL v2.1+ Group: X11/Libraries Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz -# Source0-md5: 7b814a2c9eb42c99ef8956f8cfabaf12 +# Source0-md5: b8f2c72d4d0ffd37573c1f949e8604aa URL: https://www.kde.org/ BuildRequires: AppStream-qt-devel BuildRequires: Qt5Concurrent-devel >= %{qtver} @@ -26,7 +26,7 @@ BuildRequires: Qt5Sql-devel >= %{qtver} BuildRequires: Qt5Svg-devel >= %{qtver} BuildRequires: Qt5X11Extras-devel >= %{qtver} BuildRequires: boost-devel -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.16.0 BuildRequires: docbook-dtd45-xml BuildRequires: docbook-style-xsl BuildRequires: fontconfig-devel @@ -109,15 +109,13 @@ Dane dla %{kpname}. %setup -q -n %{kpname}-%{version} %build -install -d build rm -rf po/id -cd build -%cmake -G Ninja \ +%cmake -B build \ + -G Ninja \ %{!?with_tests:-DBUILD_TESTING=OFF} \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DHTML_INSTALL_DIR=%{_kdedocdir} \ - ../ -%ninja_build + -DHTML_INSTALL_DIR=%{_kdedocdir} +%ninja_build -C build %if %{with tests} ctest