|
|
@ -4,11 +4,11 @@
|
|
|
|
Name: breeze-icon-theme
|
|
|
|
Name: breeze-icon-theme
|
|
|
|
Summary: Breeze icon theme
|
|
|
|
Summary: Breeze icon theme
|
|
|
|
Version: 5.21.0
|
|
|
|
Version: 5.21.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPLv3+
|
|
|
|
URL: http://projects.kde.org/breeze-icons
|
|
|
|
URL: https://quickgit.kde.org/?p=%{name}.git
|
|
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
@ -24,7 +24,6 @@ Patch1: fix-breeze-dark-inheritance.patch
|
|
|
|
# must come *after* patches or %%autosetup sometimes doesn't work right -- rex
|
|
|
|
# must come *after* patches or %%autosetup sometimes doesn't work right -- rex
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kde-filesystem
|
|
|
|
BuildRequires: kde-filesystem
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
@ -40,8 +39,11 @@ BuildRequires: time
|
|
|
|
Provides: breeze-icons = %{version}-%{release}
|
|
|
|
Provides: breeze-icons = %{version}-%{release}
|
|
|
|
Provides: kf5-breeze-icons = %{version}-%{release}
|
|
|
|
Provides: kf5-breeze-icons = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## FIXME: handle this better
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
# upgrade path, since this no longer includes cursors
|
|
|
|
# upgrade path, since this no longer includes cursors
|
|
|
|
Requires: breeze-cursor-theme
|
|
|
|
Requires: breeze-cursor-theme
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -108,6 +110,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-2
|
|
|
|
|
|
|
|
- make Requires: breeze-cursor-theme fedora only
|
|
|
|
|
|
|
|
- update URL, -BR: cmake
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-1
|
|
|
|
* Mon Apr 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-1
|
|
|
|
- KDE Frameworks 5.21.0
|
|
|
|
- KDE Frameworks 5.21.0
|
|
|
|
|
|
|
|
|
|
|
|