From 6e3330467c20ca4d9dd7832616166cc0c35207c0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 08 2016 18:49:41 +0000 Subject: 5.6.1 --- diff --git a/.gitignore b/.gitignore index 4aca438..6c35d32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1 @@ -/kdecoration-5.2.0.tar.xz -/kdecoration-5.2.1.tar.xz -/kdecoration-5.2.2.tar.xz -/kdecoration-5.2.95.tar.xz -/kdecoration-5.3.0.tar.xz -/kdecoration-5.3.1.tar.xz -/kdecoration-5.3.2.tar.xz -/kdecoration-5.4.0.tar.xz -/kdecoration-5.4.1.tar.xz -/kdecoration-5.4.2.tar.xz -/kdecoration-5.4.3.tar.xz -/kdecoration-5.4.95.tar.xz -/kdecoration-5.5.0.tar.xz -/kdecoration-5.5.1.tar.xz -/kdecoration-5.5.2.tar.xz -/kdecoration-5.5.3.tar.xz -/kdecoration-5.5.4.tar.xz -/kdecoration-5.5.5.tar.xz +/kdecoration-5.6.1.tar.xz diff --git a/kdecoration.spec b/kdecoration.spec index f88f95b..9aabbc6 100644 --- a/kdecoration.spec +++ b/kdecoration.spec @@ -1,10 +1,10 @@ Name: kdecoration Summary: A plugin-based library to create window decorations -Version: 5.5.5 +Version: 5.6.1 Release: 1%{?dist} License: LGPLv2 -URL: https://projects.kde.org/projects/kde/workspace/kdecoration +URL: https://quickgit.kde.org/?p=%{name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -14,7 +14,6 @@ URL: https://projects.kde.org/projects/kde/workspace/kdecoration %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz -BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel @@ -32,10 +31,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%setup -q -n %{name}-%{version} +%autosetup -p1 %build +## still needed? -- rex # Cleanup includes mess, install everything into %%{_kf5_includedir}/KDecoration2 sed -i "s/set(KDECORATION2_INCLUDEDIR \"\${CMAKE_INSTALL_INCLUDEDIR}\/KDecoration2\")/set(KDECORATION2_INCLUDEDIR \"\${KF5_INCLUDE_INSTALL_DIR}\/KDecoration2\")/" CMakeLists.txt @@ -53,6 +53,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} # create/own plugin dir mkdir -p %{buildroot}%{_kf5_qtplugindir}/org.kde.kdecoration2/ + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -71,6 +72,9 @@ mkdir -p %{buildroot}%{_kf5_qtplugindir}/org.kde.kdecoration2/ %changelog +* Fri Apr 08 2016 Rex Dieter - 5.6.1-1 +- 5.6.1 + * Tue Mar 01 2016 Daniel Vrátil - 5.5.5-1 - Plasma 5.5.5 diff --git a/sources b/sources index ec93a3c..2ec1028 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24a08b87d6fe95b12f1222667191affa kdecoration-5.5.5.tar.xz +9982529dcd4a543e4ab8609951fb9ac6 kdecoration-5.6.1.tar.xz