!32 update to 5.6.10

From: @lliuzhi 
Reviewed-by: @ut-layne-yang 
Signed-off-by: @ut-layne-yang
This commit is contained in:
openeuler-ci-bot 2024-04-09 08:31:16 +00:00 committed by Gitee
commit e642fe06a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 21 additions and 121 deletions

View File

@ -1,37 +0,0 @@
# dde-launcher
#### Description
dde launcher: Launcher helps you manage all the installed applications, where you can quickly find an application by category navigation or by a search
#### Software Architecture
Software architecture description
#### Installation
1. dnf install dde-launcher
#### Instructions
1. Switch Launcher Modes,There are two display modes of Launcher: fullscreen mode and mini mode. Click the icon at the upper right corner to switch modes.
2. Sort Applications,In fullscreen mode, all applications in Launcher are listed by the installation time by default. You can sort the application icons as the ways below,Hover the cursor over an application icon, hold down the left key of mouse, drag and drop the application icon to arrange it freely.
3. Find Applications,If you already know the application name, just search for it.
4. Create App Shortcut,Select Send to desktop to create a shortcut on the desktop.Select Send to dock to fix the application icon in Dock.
5. Run Applications,Click the application icon in Dock or right-click it and select open.
6. For the frequently-used applications, right-click the app icon and select Add to startup to run it when the computer boots.
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -1,38 +0,0 @@
# dde-launcher
#### 介绍
dde launcher帮助您管理系统中已安装的所有应用在启动器中使用分类导航或搜索功能可以快速找到您需要的应用程序
#### 软件架构
软件架构说明
#### 安装教程
1. dnf install dde-launcher
#### 使用说明
1. 模式切换,启动器有全屏和小窗口两种模式。单击启动器界面右上角的图标来切换模式。
2. 排列应用,全屏模式下,系统默认按照安装时间排列所有应用,也可以将鼠标悬停在应用图标上,按住鼠标左键不放,将应用图标拖拽到指定的位置自由排列。
3. 应用查找,直接在搜索框中输入关键字,快速定位到需要的应用。
4. 创建快捷方式,打开应用图片右键发送应用到任务栏或者桌面创建快捷方式
5. 运行应用,在启动器中直接单击应用图标打开,或右键单击应用图标选择打开
6. 对于经常使用的应用,您可以在启动器中,右键单击应用图标选择 开机自动启动
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 码云特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

Binary file not shown.

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

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global sname dde-launcher
Name: dde-launcher
Version: 5.5.37
Release: 2
Version: 5.6.10
Release: 1%{?dist}
Summary: dde desktop-environment - Launcher module
License: GPLv3
URL: https://github.com/linuxdeepin/dde-launcher
Source0: %{name}-%{version}.tar.gz
Source1: org.deepin.dde.launcher.override.json
URL: https://github.com/linuxdeepin/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake(Qt5LinguistTools)
@ -21,7 +20,12 @@ BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: qt5-qtbase-private-devel
BuildRequires: gtest-devel gmock
BuildRequires: gtest-devel
BuildRequires: libarchive
BuildRequires: dtkgui-devel
BuildRequires: dtkcommon-devel
BuildRequires: qt5-qttools-devel
BuildRequires: gmock-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
Requires: deepin-menu
Requires: dde-daemon
@ -34,7 +38,7 @@ Requires: libqtxdg
%prep
%setup -q -n %{name}-%{version}
%autosetup
sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
%build
@ -44,10 +48,6 @@ sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
%install
%make_install INSTALL_ROOT=%{buildroot}
# override
mkdir -p %{buildroot}/etc/dsg/configs/overrides/org.deepin.dde.launcher/
install -Dm644 %{SOURCE1} %{buildroot}/etc/dsg/configs/overrides/org.deepin.dde.launcher/
%files
%license LICENSE
%{_bindir}/%{name}
@ -58,30 +58,20 @@ install -Dm644 %{SOURCE1} %{buildroot}/etc/dsg/configs/overrides/org.deepin.dde.
%{_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
%{_sysconfdir}/dsg/configs/overrides/org.deepin.dde.launcher/
%changelog
* Mon Sep 18 2023 leeffo <liweiganga@uniontech.com> - 5.5.37-2
- disable fullscreenmode
* Mon Oct 09 2023 liweigang <liweiganga@uniontech.com> - 5.6.10-1
- update: update to version 5.6.10
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.5.37-1
- upgrade to version 5.5.37
* Wed Aug 16 2023 liuzhilin <liuzhilin@uniontech.com> - 5.6.7-1
- update: update to 5.6.7
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 5.4.45-1
- update: update to 5.4.45
* Thu Mar 09 2023 liweiganga <liweiganga@uniontech.com> - 5.5.37-2
- feat: fix dde-launcher disable icon(bugid:187227)
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.4.13-1
- Update to 5.4.13
* Wed Dec 28 2022 liweiganga <liweiganga@uniontech.com> - 5.5.37-1
- update: update to 5.5.37
* Thu Jul 08 2021 weidong <weidong@uniontech.com> - 5.3.0.23-3
- update 5.3.0.23
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.1.0.6-3
- fix source url in spec
* Tue Aug 18 2020 chenbo pan <panchenbo@uniontech.com> - 5.1.0.6-2
- fix compile fail
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.1.0.6-1
- Package init
* Mon Jun 13 2022 uoser <uoser@uniontech.com> - 5.4.45-1.01
- update: update to 5.4.45-1.01

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: linuxdeepin/dde-launcher
tag_prefix: ^v
seperator: .

View File

@ -1,11 +0,0 @@
{
"contents": {
"enableFullScreenMode": {
"permissions": "readwrite",
"serial": 0,
"value": false
}
},
"magic": "dsg.config.override",
"version": "1.0"
}