epel9
Rex Dieter 9 years ago
parent 6ad0cb1f46
commit 6e3330467c

19
.gitignore vendored

@ -1,18 +1 @@
/kdecoration-5.2.0.tar.xz /kdecoration-5.6.1.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

@ -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

@ -1 +1 @@
24a08b87d6fe95b12f1222667191affa kdecoration-5.5.5.tar.xz 9982529dcd4a543e4ab8609951fb9ac6 kdecoration-5.6.1.tar.xz

Loading…
Cancel
Save