Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
0e16cf975e
!14 update to upstream 5.7.15
From: @xzyangha 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-10-28 02:25:58 +00:00
yangxianzhao
b56d62d840 update to upstream 5.7.15 2022-10-26 14:34:46 +08:00
openeuler-ci-bot
528e7035e8
!8 fix build error
Merge pull request !8 from liweiganga/openEuler-22.03-LTS-Next
2022-02-07 07:26:37 +00:00
liweiganga
457b849af9 fix build error 2022-02-07 15:02:39 +08:00
openeuler-ci-bot
835fe1783c !5 Update deepin-image-viewer to 5.6.3.49
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-20 06:45:11 +00:00
weidong
2ef1d3c876 Update deepin-image-viewer 2021-07-20 14:34:19 +08:00
openeuler-ci-bot
284d959408 !4 fix compile error
Merge pull request !4 from panchenbo/master
2020-09-04 12:45:22 +08:00
panchenbo
5294df25e2 fix compile error 2020-09-04 12:06:41 +08:00
openeuler-ci-bot
a3f453c506 !3 fix compile error
Merge pull request !3 from panchenbo/master
2020-08-28 11:01:52 +08:00
panchenbo
ef0a036ddb fix compile fail 2020-08-28 10:46:11 +08:00
openeuler-ci-bot
2b68686682 !2 add yaml and fix spec
Merge pull request !2 from panchenbo/master
2020-07-30 17:14:51 +08:00
openeuler-ci-bot
f1753e6dec !1 package init
Merge pull request !1 from panchenbo/master
2020-07-15 09:42:37 +08:00
3 changed files with 36 additions and 20 deletions

Binary file not shown.

View File

@ -1,16 +1,14 @@
Name: deepin-image-viewer
Version: 1.3.17
Version: 5.7.15
Release: 1
Summary: Deepin Image Viewer
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-image-viewer
Source0: %{name}-%{version}.tar.gz
Source0: %{name}_%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: freeimage-devel
BuildRequires: qt5-linguist
BuildRequires: qt5-qttools-devel
BuildRequires: dtkwidget2-devel
BuildRequires: qt5-linguist
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5DBus)
@ -20,35 +18,39 @@ BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: dtkwidget-devel
BuildRequires: dtkcore-devel
BuildRequires: dtkgui-devel
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(libraw)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libstartup-notification-1.0)
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: libappstream-glib
BuildRequires: qt5-qtbase-private-devel
Requires: hicolor-icon-theme
Requires: qt5-qtimageformats
%description
%{summary}.
%prep
%setup -q
sed -i 's|lrelease|lrelease-qt5|g' viewer/generate_translations.sh
sed -i 's|lrelease|lrelease-qt5|g' viewer/viewer.pro
%autosetup
%build
%qmake_qt5 PREFIX=%{_prefix}
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
export PATH=%{_qt5_bindir}:$PATH
%qmake_qt5 PREFIX=%{_prefix} DEFINES+="VERSION=%{version}"
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
%files
%doc README.md
%license LICENSE
@ -57,11 +59,25 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
%{_datadir}/dbus-1/services/*.service
%{_datadir}/%{name}/
%{_datadir}/dman/%{name}/
#%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/deepin/apps/scalable/%{name}.svg
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/deepin-manual/manual-assets/application/*
%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
- Package init

Binary file not shown.