171 lines
5.2 KiB
RPMSpec
171 lines
5.2 KiB
RPMSpec
%bcond_with clang
|
|
|
|
Name: lximage-qt
|
|
Version: 2.0.1
|
|
Release: 1%{?dist}
|
|
Summary: The image viewer and screenshot tool for LXQt
|
|
License: GPLv2+
|
|
URL: https://lxqt-project.org/
|
|
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
%if %{with clang}
|
|
BuildRequires: clang >= 5.0
|
|
%else
|
|
BuildRequires: gcc-c++
|
|
%endif
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(Qt6Network)
|
|
BuildRequires: cmake(Qt6DBus)
|
|
BuildRequires: cmake(Qt6PrintSupport)
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
BuildRequires: cmake(Qt6SvgWidgets)
|
|
BuildRequires: cmake(Qt6Svg)
|
|
BuildRequires: cmake(lxqt2-build-tools)
|
|
BuildRequires: pkgconfig(libfm-qt6)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(xfixes)
|
|
BuildRequires: pkgconfig(libmenu-cache)
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: perl
|
|
|
|
# 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
|
|
BuildArch: noarch
|
|
Summary: Translations for lximage-qt
|
|
Requires: lximage-qt
|
|
%description l10n
|
|
This package provides translations for the lximage-qt package.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%if %{with clang}
|
|
export CC=clang
|
|
export CXX=clang++
|
|
%endif
|
|
|
|
%cmake_lxqt
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
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
|
|
* Fri Sep 27 2024 Raven <raven@sysadmins.ws> - 2.0.1-1
|
|
- 2.0.1
|
|
|
|
* Mon Nov 6 2023 Raven <raven@sysadmins.ws> - 1.4.0-1
|
|
- update to 1.4.0
|
|
- clang support
|
|
|
|
* Thu May 18 2023 Raven <raven@sysadmins.ws> - 1.3.0-1
|
|
- update to 1.3.0
|
|
|
|
* Fri Nov 11 2022 Raven <raven@sysadmins.ws> - 1.2.0-1
|
|
- update to 1.2.0
|
|
|
|
* Mon Nov 08 2021 Raven <raven@sysadmins.ws> - 1.0.0-1
|
|
- update to 1.0.0
|
|
- drop RHEL7 support
|
|
|
|
* Tue Jan 26 2021 Raven <raven@sysadmins.ws> - 0.16.0-1
|
|
- version update
|
|
|
|
* Tue Jun 16 2020 Raven <raven@sysadmins.ws> - 0.15.0-1
|
|
- version update
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Mon Apr 15 2019 Zamir SUN <sztsian@gmail.com> - 0.14.1-1
|
|
- Update to version 0.14.1
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <sztsian@gmail.com> - 0.14.0-2
|
|
- Add l10n sub package
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <zsun@fedoraproject.org> - 0.14.0-1
|
|
- Prepare for LXQt 0.14.0
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Fri Aug 03 2018 Zamir SUN <zsun@fedoraproject.org> - 0.7.0-1
|
|
- Update to version 0.7.0
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2017 Christian Dersch <lupinix@mailbox.org> - 0.5.1-3
|
|
- rebuilt
|
|
|
|
* Wed Jan 18 2017 Christian Dersch <lupinix@mailbox.org> - 0.5.1-2
|
|
- moved translations to lxqt-l10n
|
|
|
|
* Sat Jan 07 2017 Christian Dersch <lupinix@mailbox.org> - 0.5.1-1
|
|
- new version
|
|
|
|
* Mon Oct 10 2016 Builder <projects.rg@smart.ms> - 0.5.0-2
|
|
- add BR: pkgconfig(Qt5Svg), rhbz#1382475
|
|
|
|
* Tue Sep 27 2016 Helio Chissini de Castro <helio@kde.org> - 0.5.0-1
|
|
- New upstream version tied to lxqt 0.11.0
|
|
|
|
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 0.4.0-6
|
|
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=1307006
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Jan 14 2016 Helio Chissini de Castro <helio@kde.org> - 0.4.0-4
|
|
- Adapt for the new lxqt build that allows usage on epel as well (cmake3)
|
|
|
|
* Wed Jan 13 2016 Raphael Groner <projects.rg@smart.ms> - 0.4.0-3
|
|
- fix R: hicolor-icon-theme
|
|
|
|
* Sat Jan 09 2016 Raphael Groner <projects.rg@smart.ms> - 0.4.0-2
|
|
- own translations folder and README file
|
|
|
|
* Sat Dec 19 2015 Raphael Groner <projects.rg@smart.ms> - 0.4.0-1
|
|
- initial
|