]> git.pld-linux.org Git - packages/kp5-kgamma5.git/blob - kp5-kgamma5.spec
- updated to 5.22.4
[packages/kp5-kgamma5.git] / kp5-kgamma5.spec
1 %define         kdeplasmaver    5.22.4
2 %define         qtver           5.9.0
3 %define         kpname          kgamma5
4 Summary:        kgamma5
5 Name:           kp5-%{kpname}
6 Version:        5.22.4
7 Release:        1
8 License:        GPL v2+/LGPL v2.1+
9 Group:          X11/Libraries
10 Source0:        http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
11 # Source0-md5:  bf508d7b503f1923fdb5fbd22f957981
12 URL:            http://www.kde.org/
13 BuildRequires:  Qt5Core-devel >= %{qtver}
14 BuildRequires:  Qt5Gui-devel >= %{qtver}
15 BuildRequires:  Qt5Widgets-devel >= %{qtver}
16 BuildRequires:  Qt5X11Extras-devel >= %{qtver}
17 BuildRequires:  cmake >= 2.8.12
18 BuildRequires:  gettext-devel
19 BuildRequires:  kf5-extra-cmake-modules >= 1.4.0
20 BuildRequires:  kf5-kdelibs4support-devel
21 BuildRequires:  kf5-kdoctools-devel
22 BuildRequires:  ninja
23 BuildRequires:  qt5-build >= %{qtver}
24 BuildRequires:  rpmbuild(macros) >= 1.164
25 BuildRequires:  tar >= 1:1.22
26 BuildRequires:  xorg-lib-libX11-devel
27 BuildRequires:  xz
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 This module is a tool for monitor gamma correction. With proper gamma
32 settings, your display (websites, images, etc.) will look the same on
33 your monitor as on other monitors. It allows you to alter the
34 monitor's gamma correction of the X-Server. But that's not all to do.
35
36 %prep
37 %setup -q -n %{kpname}-%{version}
38
39 %build
40 install -d build
41 cd build
42 %cmake -G Ninja \
43         -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
44         -DHTML_INSTALL_DIR=%{_kdedocdir} \
45         ..
46 %ninja_build
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %ninja_install -C build
51
52 %find_lang %{kpname} --all-name --with-kde
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{kpname}.lang
58 %defattr(644,root,root,755)
59 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_kgamma.so
60 %{_datadir}/kgamma
61 %{_datadir}/kservices5/kgamma.desktop
This page took 0.552322 seconds and 3 git commands to generate.