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
|
Mon Jul 16 04:37:47 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,20 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with autotests
|
%define _tar_path 5.49
|
||||||
|
|
||||||
%define _tar_path 5.48
|
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_with autotests
|
||||||
Name: oxygen5-icon-theme
|
Name: oxygen5-icon-theme
|
||||||
Version: 5.48.0
|
Version: 5.49.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oxygen Icon Theme
|
Summary: Oxygen Icon Theme
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
Group: System/GUI/KDE
|
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
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/oxygen-icons5-%{version}.tar.xz
|
||||||
Source1: 22x22-package-manager-icon.png
|
Source1: 22x22-package-manager-icon.png
|
||||||
Source2: 32x32-package-manager-icon.png
|
Source2: 32x32-package-manager-icon.png
|
||||||
@ -46,16 +45,15 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if %{with autotests}
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
|
||||||
%endif
|
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Recommends: oxygen5-icon-theme-large
|
Recommends: oxygen5-icon-theme-large
|
||||||
Provides: oxygen-icon-theme = 15.08
|
Provides: oxygen-icon-theme = 15.08
|
||||||
Obsoletes: oxygen-icon-theme < 15.08
|
Obsoletes: oxygen-icon-theme < 15.08
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if %{with autotests}
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the non-scalable icons of the Oxygen icon theme.
|
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
|
%install
|
||||||
cd build
|
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 %{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 %{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
|
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.
|
This package contains the scalable icons of the Oxygen icon theme.
|
||||||
|
|
||||||
%files scalable
|
%files scalable
|
||||||
%defattr(-,root,root)
|
%{_kf5_iconsdir}/oxygen/base/scalable
|
||||||
%_kf5_iconsdir/oxygen/base/scalable
|
|
||||||
|
|
||||||
%package large
|
%package large
|
||||||
Summary: Oxygen Icon Theme
|
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.
|
This package contains the large (128x128 and larger) non-scalable icons of the Oxygen icon theme.
|
||||||
|
|
||||||
%files large
|
%files large
|
||||||
%defattr(-,root,root)
|
%{_kf5_iconsdir}/oxygen/base/128x128
|
||||||
%_kf5_iconsdir/oxygen/base/128x128
|
%{_kf5_iconsdir}/oxygen/base/256x256
|
||||||
%_kf5_iconsdir/oxygen/base/256x256
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
%exclude %{_kf5_iconsdir}/oxygen/base/scalable
|
||||||
%exclude %_kf5_iconsdir/oxygen/base/scalable
|
%exclude %{_kf5_iconsdir}/oxygen/base/128x128
|
||||||
%exclude %_kf5_iconsdir/oxygen/base/128x128
|
%exclude %{_kf5_iconsdir}/oxygen/base/256x256
|
||||||
%exclude %_kf5_iconsdir/oxygen/base/256x256
|
%{_kf5_iconsdir}/oxygen
|
||||||
%_kf5_iconsdir/oxygen
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user