File compton-conf.spec of Package compton-conf
#
# spec file for package compton-conf
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: compton-conf
Version: @SERVICE@
Release: 0
Summary: Compositor Configuration
License: LGPL-2.1-or-later
Group: System/GUI/LXQt
URL: https://github.com/lxde/compton-conf
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 2.8.11
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(libconfig)
BuildRequires: pkgconfig(lxqt)
Requires: compton
Requires(post): desktop-file-utils
Requires(pre): desktop-file-utils
Recommends: %{name}-lang = %{version}-%{release}
%description
X composite manager configuration for compton
%lang_package
%prep
%setup -q
sed -i '/Categories/s/\(LXQt\;\)/X-\1/' %{name}.desktop.in
sed -i 's/^\(Icon=\).*/\1preferences-system-windows/' %{name}.desktop.in
%build
%cmake \
-DUSE_QT5=ON \
-DUPDATE_TRANSLATIONS=ON
%make_jobs
%install
%cmake_install
# ERROR: Icon file not installed (preferences-system-windows)
mkdir -p %{buildroot}%{_datadir}/pixmaps
touch %{buildroot}%{_datadir}/pixmaps/preferences-system-windows
%find_lang %{name} --with-qt
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%license COPYING
%doc AUTHORS README.md
%{_sysconfdir}/xdg/autostart/lxqt-compton.desktop
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/translations
%ghost %{_datadir}/pixmaps/preferences-system-windows
%files lang -f %{name}.lang
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%{_datadir}/%{name}/translations/%{name}_ast.qm
%changelog