]> git.pld-linux.org Git - packages/kp6-kgamma.git/commitdiff
- updated to 6.0.0
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 3 Mar 2024 19:56:25 +0000 (20:56 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 3 Mar 2024 19:56:25 +0000 (20:56 +0100)
kp6-kgamma.spec [new file with mode: 0644]

diff --git a/kp6-kgamma.spec b/kp6-kgamma.spec
new file mode 100644 (file)
index 0000000..1cc1322
--- /dev/null
@@ -0,0 +1,68 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
+%define                kdeplasmaver    6.0.0
+%define                qtver           5.15.2
+%define                kpname          kgamma
+Summary:       kgamma
+Name:          kp6-kgamma
+Version:       6.0.0
+Release:       1
+License:       GPL v2+/LGPL v2.1+
+Group:         X11/Libraries
+Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/kgamma-%{version}.tar.xz
+# Source0-md5: 2b522f3fd18ed563c9fab882b83193eb
+URL:           http://www.kde.org/
+BuildRequires: Qt6Core-devel >= %{qtver}
+BuildRequires: Qt6Gui-devel >= %{qtver}
+BuildRequires: Qt6Widgets-devel >= %{qtver}
+BuildRequires: cmake >= 3.16.0
+BuildRequires: gettext-devel
+BuildRequires: kf6-extra-cmake-modules >= 1.4.0
+BuildRequires: kf6-kdoctools-devel
+BuildRequires: ninja
+BuildRequires: qt6-build >= %{qtver}
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: tar >= 1:1.22
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXxf86vm-devel
+BuildRequires: xz
+Obsoletes:     kp6-kgamma5 < 5.93.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module is a tool for monitor gamma correction. With proper gamma
+settings, your display (websites, images, etc.) will look the same on
+your monitor as on other monitors. It allows you to alter the
+monitor's gamma correction of the X-Server. But that's not all to do.
+
+%prep
+%setup -q -n %{kpname}-%{version}
+
+%build
+%cmake -B build \
+       -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+       -DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+%ninja_build -C build
+
+%if %{with tests}
+ctest
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kpname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kpname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt6/plugins/plasma/kcminit/kcm_kgamma_init.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so
+%{_desktopdir}/kcm_kgamma.desktop
+%{_datadir}/kgamma
This page took 0.167113 seconds and 4 git commands to generate.