upgrade to version 5.5.37

(cherry picked from commit e7f44d11be90b9de415743662dd674ab574ef5ce)
This commit is contained in:
leeffo 2023-08-01 10:13:06 +08:00 committed by openeuler-sync-bot
parent 582750f8c3
commit 077ac60f35
3 changed files with 8 additions and 11 deletions

Binary file not shown.

BIN
dde-launcher-5.5.37.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global sname dde-launcher
Name: dde-launcher
Version: 5.4.45
Version: 5.5.37
Release: 1
Summary: dde desktop-environment - Launcher module
License: GPLv3
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-launcher/
Source0: %{name}-%{version}.orig.tar.xz
URL: https://github.com/linuxdeepin/dde-launcher
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake(Qt5LinguistTools)
@ -26,16 +26,11 @@ Requires: deepin-menu
Requires: dde-daemon
Requires: startdde
Requires: hicolor-icon-theme
Requires: libqtxdg
%description
%{summary}.
%package devel
Summary: Development package for %{sname}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Header files and libraries for %{sname}.
%prep
%setup -q -n %{name}-%{version}
@ -57,11 +52,13 @@ sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
%{_datadir}/dbus-1/services/*.service
%{_datadir}/icons/hicolor/scalable/apps/deepin-launcher.svg
%{_datadir}/glib-2.0/schemas/com.deepin.dde.launcher.gschema.xml
%{_datadir}/dsg/configs/org.deepin.dde.launcher/org.deepin.dde.launcher.json
%files devel
%{_includedir}/%{name}/
%changelog
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.5.37-1
- upgrade to version 5.5.37
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 5.4.45-1
- update: update to 5.4.45