]> git.pld-linux.org Git - packages/kp5-kgamma5.git/blob - kp5-kgamma5.spec
- updated to 5.15.3
[packages/kp5-kgamma5.git] / kp5-kgamma5.spec
1 %define         kdeplasmaver    5.15.3
2 %define         qtver           5.9.0
3 %define         kpname          kgamma5
4 Summary:        kgamma5
5 Name:           kp5-%{kpname}
6 Version:        5.15.3
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:  cb4e1b8f8d4b4f3bf53a35b7bb02fe48
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         ..
45 %ninja_build
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %ninja_install -C build
50
51 %find_lang %{kpname} --all-name --with-kde
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{kpname}.lang
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_libdir}/qt5/plugins/kcm_kgamma.so
59 %{_datadir}/kgamma
60 %{_datadir}/kservices5/kgamma.desktop
This page took 0.184742 seconds and 3 git commands to generate.