Compare commits

..

No commits in common. "3093d937c7530ebd76cfb6884de2a179f6527f72" and "cab53f01b06d91e18fd75d42d1fcac8cb5e225f3" have entirely different histories.

6 changed files with 89 additions and 46 deletions

36
README.en.md Normal file
View File

@ -0,0 +1,36 @@
# dde-launcher
#### Description
dde launcher
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### 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/)

37
README.md Normal file
View File

@ -0,0 +1,37 @@
# dde-launcher
#### 介绍
dde launcher
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
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.

View File

@ -1,18 +1,17 @@
%global sname dde-launcher
%global sname deepin-launcher
Name: dde-launcher
Version: 5.5.37
Release: 2
Summary: dde desktop-environment - Launcher module
Version: 5.1.0.6
Release: 3
Summary: Deepin 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: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-launcher/
Source0: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
BuildRequires: cmake
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: dtkwidget-devel
BuildRequires: pkgconfig(dtkcore)
BuildRequires: dtkcore-devel dtkcore
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: pkgconfig(gsettings-qt)
BuildRequires: pkgconfig(xcb-ewmh)
@ -21,17 +20,21 @@ BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: qt5-qtbase-private-devel
BuildRequires: gtest-devel gmock
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
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}
@ -44,39 +47,17 @@ 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}
%{_datadir}/%{name}/
%{_bindir}/dde-launcher-wapper
%{_datadir}/applications/dde-launcher.desktop
%{_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
%{_sysconfdir}/dsg/configs/overrides/org.deepin.dde.launcher/
%{_datadir}/icons/hicolor/scalable/apps/%{sname}.svg
%files devel
%{_includedir}/%{name}/
%changelog
* Mon Sep 18 2023 leeffo <liweiganga@uniontech.com> - 5.5.37-2
- disable fullscreenmode
* 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
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.4.13-1
- Update to 5.4.13
* 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

BIN
dde-launcher_5.1.0.6.orig.tar.xz Executable file

Binary file not shown.

View File

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