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