]> git.pld-linux.org Git - packages/kf5-oxygen-icons5.git/blame - kf5-oxygen-icons5.spec
- updated to 5.86.0
[packages/kf5-oxygen-icons5.git] / kf5-oxygen-icons5.spec
CommitLineData
959577ac 1%define kdeframever 5.86
ce0d334b 2%define qtver 5.9.0
463297e7
WF
3%define kfname oxygen-icons5
4
5Summary: oxygen icons
6Name: kf5-%{kfname}
959577ac 7Version: 5.86.0
463297e7
WF
8Release: 1
9License: LGPL v2.1+
10Group: X11/Libraries
959577ac
WF
11Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
12# Source0-md5: 6e34bb5bad35c76bf535770877a007bb
463297e7
WF
13URL: http://www.kde.org/
14BuildRequires: Qt5Core-devel >= %{qtver}
15BuildRequires: Qt5Test-devel >= %{qtver}
16BuildRequires: cmake >= 2.8.12
17BuildRequires: gettext-devel
72eba925
WF
18BuildRequires: kf5-extra-cmake-modules >= %{version}
19BuildRequires: ninja
463297e7
WF
20BuildRequires: pkgconfig
21BuildRequires: qt5-linguist >= %{qtver}
22BuildRequires: rpmbuild(macros) >= 1.164
23BuildRequires: tar >= 1:1.22
24BuildRequires: xz
25BuildArch: noarch
3ac32c12 26Requires: kf5-dirs
463297e7
WF
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%define qt5dir %{_libdir}/qt5
30
31%description
32Oxygen-icons is a freedesktop.org compatible icon theme.
33
34%prep
35%setup -q -n %{kfname}-%{version}
36
37%build
38install -d build
39cd build
72eba925 40%cmake -G Ninja \
463297e7
WF
41 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
42 ../
72eba925 43%ninja_build
463297e7
WF
44
45%install
46rm -rf $RPM_BUILD_ROOT
72eba925 47%ninja_install -C build
463297e7
WF
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
ce0d334b 54%{_iconsdir}/oxygen
This page took 0.983997 seconds and 4 git commands to generate.