2024-08-29 11:43:22 +02:00
|
|
|
%define framework %(echo %name | sed "s|^kf6-||")
|
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: colord-kde
|
2024-12-17 21:30:55 +01:00
|
|
|
Version: 24.12.0
|
2024-08-29 11:43:22 +02:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Provides interfaces and session daemon to colord
|
|
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://invent.kde.org/graphics/colord-kde
|
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/colord-kde-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-11-10 11:05:12 +01:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6DBus
|
|
|
|
BuildRequires: libQt6Gui
|
|
|
|
BuildRequires: libQt6Network
|
|
|
|
BuildRequires: libQt6Widgets
|
2024-08-29 11:43:22 +02:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kcmutils-devel
|
|
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
|
|
BuildRequires: libkf6-kconfig-devel
|
|
|
|
BuildRequires: libkf6-kconfigwidgets-devel
|
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-kdbusaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
|
|
|
BuildRequires: liblcms2-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
%description
|
|
|
|
Provides interfaces and session daemon to colord.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf6
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/colord-kde-icc-importer
|
|
|
|
%{_kf6_plugindir}/kded/colord.so
|
|
|
|
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_colord.so
|
|
|
|
%{_datadir}/applications/colordkdeiccimporter.desktop
|
|
|
|
%{_datadir}/applications/kcm_colord.desktop
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-12-17 21:30:55 +01:00
|
|
|
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-11-10 11:05:12 +01:00
|
|
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-13 21:35:06 +02:00
|
|
|
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-15 12:13:51 +02:00
|
|
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-29 11:43:22 +02:00
|
|
|
* Mon Aug 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.08.0-1mamba
|
|
|
|
- package created using the webbuild interface
|