Compare commits
12 Commits
dd8ed4958a
...
0e16cf975e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e16cf975e | ||
|
|
b56d62d840 | ||
|
|
528e7035e8 | ||
|
|
457b849af9 | ||
|
|
835fe1783c | ||
|
|
2ef1d3c876 | ||
|
|
284d959408 | ||
|
|
5294df25e2 | ||
|
|
a3f453c506 | ||
|
|
ef0a036ddb | ||
|
|
2b68686682 | ||
|
|
f1753e6dec |
Binary file not shown.
@ -1,16 +1,14 @@
|
|||||||
Name: deepin-image-viewer
|
Name: deepin-image-viewer
|
||||||
Version: 1.3.17
|
Version: 5.7.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Deepin Image Viewer
|
Summary: Deepin Image Viewer
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/linuxdeepin/deepin-image-viewer
|
URL: https://github.com/linuxdeepin/deepin-image-viewer
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}_%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: freeimage-devel
|
BuildRequires: freeimage-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: qt5-qttools-devel
|
|
||||||
BuildRequires: dtkwidget2-devel
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
@ -20,35 +18,39 @@ BuildRequires: pkgconfig(Qt5PrintSupport)
|
|||||||
BuildRequires: pkgconfig(Qt5Sql)
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
BuildRequires: dtkwidget-devel
|
||||||
|
BuildRequires: dtkcore-devel
|
||||||
|
BuildRequires: dtkgui-devel
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(libraw)
|
BuildRequires: pkgconfig(libraw)
|
||||||
BuildRequires: pkgconfig(libexif)
|
BuildRequires: pkgconfig(libexif)
|
||||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||||
BuildRequires: pkgconfig(xcb-util)
|
BuildRequires: pkgconfig(xcb-util)
|
||||||
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||||
|
BuildRequires: udisks2-qt5-devel
|
||||||
|
BuildRequires: libgio-qt libgio-qt-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
|
|
||||||
|
Requires: qt5-qtimageformats
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
sed -i 's|lrelease|lrelease-qt5|g' viewer/generate_translations.sh
|
|
||||||
sed -i 's|lrelease|lrelease-qt5|g' viewer/viewer.pro
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
||||||
%qmake_qt5 PREFIX=%{_prefix}
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
|
%qmake_qt5 PREFIX=%{_prefix} DEFINES+="VERSION=%{version}"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL_ROOT=%{buildroot}
|
%make_install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%check
|
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -57,11 +59,25 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
|
|||||||
%{_datadir}/dbus-1/services/*.service
|
%{_datadir}/dbus-1/services/*.service
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/dman/%{name}/
|
%{_datadir}/dman/%{name}/
|
||||||
#%{_metainfodir}/%{name}.appdata.xml
|
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/icons/deepin/apps/scalable/%{name}.svg
|
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||||
|
%{_datadir}/deepin-manual/manual-assets/application/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.7.15-1
|
||||||
|
- update to 5.7.15
|
||||||
|
|
||||||
|
* Mon Feb 07 2022 liweigang <liweiganga@uniontech.com> - 5.6.3.49-2
|
||||||
|
- fix build error
|
||||||
|
|
||||||
|
* Mon Jul 12 2021 weidong <weidong@uniontech.com> - 5.6.3.49-1
|
||||||
|
- Update 5.6.3.49
|
||||||
|
|
||||||
|
* Fri Sep 4 2020 chenbo pan <panchenbo@uniontech.com> - 1.3.17-3
|
||||||
|
- fix compile fail
|
||||||
|
|
||||||
|
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 1.3.17-2
|
||||||
|
- fix compile fail
|
||||||
|
|
||||||
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.17-1
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.17-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
deepin-image-viewer_5.7.15.tar.gz
Normal file
BIN
deepin-image-viewer_5.7.15.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user