%define __cmake_in_source_build 1 %bcond_with clang Name: lximage-qt Version: 1.4.0 Release: 1%{?dist} Summary: The image viewer and screenshot tool for LXQt License: GPLv2+ URL: http://lxqt.org/ Group: LXQt Source0: https://github.com/lxqt/%{name}/archive/%{version}/%{name}-%{version}.tar.xz %if %{with clang} BuildRequires: clang >= 5.0 %else BuildRequires: gcc-c++ %endif BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5DBus) >= 5.15 BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: qt5-linguist BuildRequires: kf5-kwindowsystem-devel >= 5.96 BuildRequires: pkgconfig(lxqt) >= 1.4.0 BuildRequires: pkgconfig(libfm-qt) >= 1.4.0 BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(libmenu-cache) BuildRequires: desktop-file-utils # we place additional files in icons/hicolor Requires: hicolor-icon-theme %description The Qt port of LXImage, a simple and fast image viewer. %package l10n Summary: Translations for lximage-qt Requires: lximage-qt %description l10n This package provides translations for the lximage-qt package. %prep %setup -q %build %{__mkdir} -p %{_target_platform} %if %{with clang} export CC=clang export CXX=clang++ %endif pushd %{_target_platform} %{cmake_lxqt} \ -DPULL_TRANSLATIONS=NO \ .. %cmake_build popd %install pushd %{_target_platform} %cmake_install popd for desktop in %{buildroot}/%{_datadir}/applications/*.desktop; do # Exclude category as been Service desktop-file-edit --remove-category=LXQt --remove-only-show-in=LXQt --add-only-show-in=X-LXQt ${desktop} done %find_lang lximage-qt --with-qt %files %license COPYING %doc AUTHORS README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.svg %{_datadir}/%{name} %{_datadir}/metainfo/lximage-qt.metainfo.xml %files l10n -f lximage-qt.lang %license COPYING %doc AUTHORS README.md %dir %{_datadir}/lximage-qt/translations %changelog * Mon Nov 6 2023 Raven - 1.4.0-1 - update to 1.4.0 - clang support * Thu May 18 2023 Raven - 1.3.0-1 - update to 1.3.0 * Fri Nov 11 2022 Raven - 1.2.0-1 - update to 1.2.0 * Mon Nov 08 2021 Raven - 1.0.0-1 - update to 1.0.0 - drop RHEL7 support * Tue Jan 26 2021 Raven - 0.16.0-1 - version update * Tue Jun 16 2020 Raven - 0.15.0-1 - version update * Wed Jan 29 2020 Fedora Release Engineering - 0.14.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.14.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 15 2019 Zamir SUN - 0.14.1-1 - Update to version 0.14.1 * Wed Feb 13 2019 Zamir SUN - 0.14.0-2 - Add l10n sub package * Wed Feb 13 2019 Zamir SUN - 0.14.0-1 - Prepare for LXQt 0.14.0 * Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Aug 03 2018 Zamir SUN - 0.7.0-1 - Update to version 0.7.0 * Fri Jul 13 2018 Fedora Release Engineering - 0.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 0.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 19 2017 Christian Dersch - 0.5.1-3 - rebuilt * Wed Jan 18 2017 Christian Dersch - 0.5.1-2 - moved translations to lxqt-l10n * Sat Jan 07 2017 Christian Dersch - 0.5.1-1 - new version * Mon Oct 10 2016 Builder - 0.5.0-2 - add BR: pkgconfig(Qt5Svg), rhbz#1382475 * Tue Sep 27 2016 Helio Chissini de Castro - 0.5.0-1 - New upstream version tied to lxqt 0.11.0 * Mon Feb 15 2016 Helio Chissini de Castro - 0.4.0-6 - Fix https://bugzilla.redhat.com/show_bug.cgi?id=1307006 * Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 14 2016 Helio Chissini de Castro - 0.4.0-4 - Adapt for the new lxqt build that allows usage on epel as well (cmake3) * Wed Jan 13 2016 Raphael Groner - 0.4.0-3 - fix R: hicolor-icon-theme * Sat Jan 09 2016 Raphael Groner - 0.4.0-2 - own translations folder and README file * Sat Dec 19 2015 Raphael Groner - 0.4.0-1 - initial