!6 [sync] PR-5: update to version 5.9.9
From: @openeuler-sync-bot Reviewed-by: @yeqinglong01 Signed-off-by: @yeqinglong01
This commit is contained in:
commit
33982bbc01
Binary file not shown.
BIN
deepin-draw-5.9.9.tar.gz
Normal file
BIN
deepin-draw-5.9.9.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,26 @@
|
|||||||
Name: deepin-draw
|
Name: deepin-draw
|
||||||
Version: 5.8.0.58
|
Version: 5.9.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A lightweight drawing tool for Linux Deepin
|
Summary: A lightweight drawing tool for Linux Deepin
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/linuxdeepin/%{name}
|
URL: https://github.com/linuxdeepin/%{name}
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ qt5-devel
|
BuildRequires: cmake
|
||||||
BuildRequires: dtkwidget-devel pkgconfig(dtkgui) pkgconfig(libexif)
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: dtkcore-devel freeimage-devel libXext-devel
|
BuildRequires: freeimage-devel
|
||||||
|
BuildRequires: dtkcore-devel
|
||||||
|
BuildRequires: dtkwidget-devel
|
||||||
|
BuildRequires: pkgconfig(libexif)
|
||||||
|
BuildRequires: pkgconfig(xcb-aux)
|
||||||
|
BuildRequires: pkgconfig(Qt5)
|
||||||
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||||
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
BuildRequires: qt5-linguist
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -20,26 +32,33 @@ BuildRequires: dtkcore-devel freeimage-devel libXext-devel
|
|||||||
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
mkdir build && pushd build
|
mkdir build && pushd build
|
||||||
%qmake_qt5 ../ VERSION=%{version} DEFINES+="VERSION=%{version}"
|
%cmake -DCMAKE_BUILD_TYPE=Release -DAPP_VERSION=%{version} -DVERSION=%{version} ../
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -C build INSTALL_ROOT="%buildroot"
|
%make_install -C build INSTALL_ROOT="%buildroot"
|
||||||
|
|
||||||
|
%check
|
||||||
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
%{_datadir}/deepin-manual/manual-assets/application/%{name}/
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/dbus-1/services/com.deepin.Draw.service
|
%{_datadir}/dbus-1/services/com.deepin.Draw.service
|
||||||
%{_datadir}/icons/deepin/apps/scalable/%{name}.svg
|
%{_datadir}/icons/deepin/apps/scalable/%{name}.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||||
%{_datadir}/%{name}/translations/*.qm
|
%{_datadir}/%{name}/translations/*.qm
|
||||||
%{_datadir}/mime/application/x-ddf.xml
|
%{_datadir}/application/x-ddf.xml
|
||||||
%{_datadir}/mime/packages/*.xml
|
%{_datadir}/mime/packages/deepin-draw.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 08 2021 weidong <weidong@uniontech.com> - 5.8.0.58-1
|
* Tue Jul 19 2022 loong_C <loong_c@yeah.net> - 5.9.9-1
|
||||||
|
- update to 5.9.9
|
||||||
|
|
||||||
|
* Sat May 08 2021 weidong <weidong@uniontech.com> - 5.8.0.58-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user