forked from pool/oxygen5-icon-theme
Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=83
This commit is contained in:
parent
2b9d2aff91
commit
3bf9712f0f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc7270213b9b2844d03f15e552bd4dd5abe0e9770c24b83a4f7efdd7857fc123
|
||||
size 236772824
|
3
oxygen-icons5-5.49.0.tar.xz
Normal file
3
oxygen-icons5-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af1c0b7484eaf273c8aad4749347772c6c46a6e172d437df368d9991b5019d52
|
||||
size 236771648
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 19 09:19:33 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Update to 5.49.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
|
||||
- Changes since 5.48.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:37:47 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,20 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with autotests
|
||||
|
||||
%define _tar_path 5.48
|
||||
%define _tar_path 5.49
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_with autotests
|
||||
Name: oxygen5-icon-theme
|
||||
Version: 5.48.0
|
||||
Version: 5.49.0
|
||||
Release: 0
|
||||
Summary: Oxygen Icon Theme
|
||||
License: LGPL-3.0-only
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/oxygen-icons5-%{version}.tar.xz
|
||||
Source1: 22x22-package-manager-icon.png
|
||||
Source2: 32x32-package-manager-icon.png
|
||||
@ -46,16 +45,15 @@ BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
%if %{with autotests}
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
%endif
|
||||
Requires: hicolor-icon-theme
|
||||
Recommends: oxygen5-icon-theme-large
|
||||
Provides: oxygen-icon-theme = 15.08
|
||||
Obsoletes: oxygen-icon-theme < 15.08
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%if %{with autotests}
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package contains the non-scalable icons of the Oxygen icon theme.
|
||||
@ -72,7 +70,7 @@ sed -i -e's/.*autotests/# \0/' CMakeLists.txt
|
||||
|
||||
%install
|
||||
cd build
|
||||
make DESTDIR=%{buildroot} install
|
||||
%make_install
|
||||
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/oxygen/base/22x22/apps/package-manager-icon.png
|
||||
install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/oxygen/base/32x32/apps/package-manager-icon.png
|
||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/icons/oxygen/base/48x48/apps/package-manager-icon.png
|
||||
@ -105,8 +103,7 @@ Obsoletes: oxygen-icon-theme-scalable < 15.08
|
||||
This package contains the scalable icons of the Oxygen icon theme.
|
||||
|
||||
%files scalable
|
||||
%defattr(-,root,root)
|
||||
%_kf5_iconsdir/oxygen/base/scalable
|
||||
%{_kf5_iconsdir}/oxygen/base/scalable
|
||||
|
||||
%package large
|
||||
Summary: Oxygen Icon Theme
|
||||
@ -119,16 +116,14 @@ Obsoletes: oxygen-icon-theme-large < 15.08
|
||||
This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme.
|
||||
|
||||
%files large
|
||||
%defattr(-,root,root)
|
||||
%_kf5_iconsdir/oxygen/base/128x128
|
||||
%_kf5_iconsdir/oxygen/base/256x256
|
||||
%{_kf5_iconsdir}/oxygen/base/128x128
|
||||
%{_kf5_iconsdir}/oxygen/base/256x256
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%exclude %_kf5_iconsdir/oxygen/base/scalable
|
||||
%exclude %_kf5_iconsdir/oxygen/base/128x128
|
||||
%exclude %_kf5_iconsdir/oxygen/base/256x256
|
||||
%_kf5_iconsdir/oxygen
|
||||
%license COPYING*
|
||||
%exclude %{_kf5_iconsdir}/oxygen/base/scalable
|
||||
%exclude %{_kf5_iconsdir}/oxygen/base/128x128
|
||||
%exclude %{_kf5_iconsdir}/oxygen/base/256x256
|
||||
%{_kf5_iconsdir}/oxygen
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user