Compare commits
11 Commits
cab53f01b0
...
3093d937c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3093d937c7 | ||
|
|
721bfc35c6 | ||
|
|
31cd8c72e6 | ||
|
|
a5165c5371 | ||
|
|
1ae0c1f5a6 | ||
|
|
72acd22525 | ||
|
|
e30062720c | ||
|
|
e3c59746ad | ||
|
|
57dc9e0243 | ||
|
|
d7b4c21af9 | ||
|
|
f5ef00c025 |
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
||||
# 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
37
README.md
@ -1,37 +0,0 @@
|
||||
# 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/)
|
||||
BIN
dde-launcher-5.5.37.tar.gz
Normal file
BIN
dde-launcher-5.5.37.tar.gz
Normal file
Binary file not shown.
@ -1,17 +1,18 @@
|
||||
%global sname deepin-launcher
|
||||
%global sname dde-launcher
|
||||
|
||||
Name: dde-launcher
|
||||
Version: 5.1.0.6
|
||||
Release: 3
|
||||
Summary: Deepin desktop-environment - Launcher module
|
||||
Version: 5.5.37
|
||||
Release: 2
|
||||
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: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
|
||||
URL: https://github.com/linuxdeepin/dde-launcher
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: org.deepin.dde.launcher.override.json
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: dtkwidget-devel
|
||||
BuildRequires: dtkcore-devel dtkcore
|
||||
BuildRequires: pkgconfig(dtkcore)
|
||||
BuildRequires: pkgconfig(dframeworkdbus)
|
||||
BuildRequires: pkgconfig(gsettings-qt)
|
||||
BuildRequires: pkgconfig(xcb-ewmh)
|
||||
@ -20,21 +21,17 @@ 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}
|
||||
@ -47,17 +44,39 @@ 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/%{sname}.svg
|
||||
%{_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/
|
||||
|
||||
%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
|
||||
|
||||
|
||||
Binary file not shown.
11
org.deepin.dde.launcher.override.json
Normal file
11
org.deepin.dde.launcher.override.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"contents": {
|
||||
"enableFullScreenMode": {
|
||||
"permissions": "readwrite",
|
||||
"serial": 0,
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"magic": "dsg.config.override",
|
||||
"version": "1.0"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user