]> git.pld-linux.org Git - packages/kp5-breeze-plymouth.git/blob - kp5-breeze-plymouth.spec
- 5.22.5
[packages/kp5-breeze-plymouth.git] / kp5-breeze-plymouth.spec
1 %define         kdeplasmaver    5.22.5
2 %define         qtver           5.9.0
3 %define         kpname          breeze-plymouth
4
5 Summary:        breeze-plymouth
6 Name:           kp5-%{kpname}
7 Version:        5.22.5
8 Release:        1
9 License:        LGPL v2.1+
10 Group:          X11/Libraries
11 Source0:        http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
12 # Source0-md5:  c4241926f0fd840eb2d0a190ab265e4b
13 URL:            http://www.kde.org/
14 BuildRequires:  cmake >= 2.8.12
15 BuildRequires:  kf5-extra-cmake-modules >= 1.8.0
16 BuildRequires:  ninja
17 BuildRequires:  plymouth-devel
18 BuildRequires:  rpmbuild(macros) >= 1.164
19 BuildRequires:  xz
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         qt5dir          %{_libdir}/qt5
23
24 %description
25 breeze-plymouth.
26
27 %prep
28 %setup -q -n %{kpname}-%{version}
29
30 %build
31 install -d build
32 cd build
33 %cmake -G Ninja \
34         -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
35         -DHTML_INSTALL_DIR=%{_kdedocdir} \
36         ../
37 %ninja_build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %ninja_install -C build
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %{_libdir}/plymouth/breeze-text.so
49 %{_datadir}/plymouth/themes/breeze-text
50 %{_datadir}/plymouth/themes/breeze
This page took 0.106496 seconds and 3 git commands to generate.