|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: kdecoration
|
|
|
|
Name: kdecoration
|
|
|
|
Summary: A plugin-based library to create window decorations
|
|
|
|
Summary: A plugin-based library to create window decorations
|
|
|
|
Version: 5.5.5
|
|
|
|
Version: 5.6.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
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)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -14,7 +14,6 @@ URL: https://projects.kde.org/projects/kde/workspace/kdecoration
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
@ -32,10 +31,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
## still needed? -- rex
|
|
|
|
# Cleanup includes mess, install everything into %%{_kf5_includedir}/KDecoration2
|
|
|
|
# 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
|
|
|
|
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
|
|
|
|
# create/own plugin dir
|
|
|
|
mkdir -p %{buildroot}%{_kf5_qtplugindir}/org.kde.kdecoration2/
|
|
|
|
mkdir -p %{buildroot}%{_kf5_qtplugindir}/org.kde.kdecoration2/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
@ -71,6 +72,9 @@ mkdir -p %{buildroot}%{_kf5_qtplugindir}/org.kde.kdecoration2/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-1
|
|
|
|
|
|
|
|
- 5.6.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.5-1
|
|
|
|
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.5.5-1
|
|
|
|
- Plasma 5.5.5
|
|
|
|
- Plasma 5.5.5
|
|
|
|
|
|
|
|
|
|
|
|