Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
52020e425b
!31 sync by openEuler-22.03-LTS-SP3
From: @Venland 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
2024-06-19 06:47:01 +00:00
liweigang
48ec67efdb sync by openEuler-22.03-LTS-SP3
Signed-off-by: liweigang <liweiganga@uniontech.com>
2024-06-19 09:39:26 +08:00
openeuler-ci-bot
cb9cbf8728
!25 update to upstream 5.6.13
From: @xzyangha 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-11-03 02:10:23 +00:00
yangxianzhao
712dea09e3 update to upstream 5.6.13 2022-10-27 14:51:36 +08:00
openeuler-ci-bot
083c4170e2
!19 update readme
From: @shilei_522 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-08-04 02:32:30 +00:00
shilei
c3b95b0c9b update readme 2022-04-26 15:32:12 +08:00
openeuler-ci-bot
31b28e498d
!12 fix open fail
From: @ll3366 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-03-18 08:40:17 +00:00
liweiganga
92981df1e8 fix open fail 2022-03-18 15:31:37 +08:00
openeuler-ci-bot
a80f3d36d6
!9 fix build error
Merge pull request !9 from liweiganga/openEuler-22.03-LTS-Next
2022-02-08 03:43:13 +00:00
liweiganga
c375e3a9f0 fix build error 2022-02-08 11:22:38 +08:00
5 changed files with 49 additions and 23 deletions

View File

@ -4,19 +4,22 @@
dde introduction
#### Software Architecture
Software architecture description
When you log into the system for the first time, a welcome program will automatically start.
Watch the introduction video to get new features, customize your desktop, enable the window
effect and know more about OS.
#### Installation
1. xxxx
2. xxxx
3. xxxx
1. dnf install dde-introduction
#### Instructions
1. xxxx
2. xxxx
3. xxxx
1. When you log in to the system for the first time, the welcome page is displayed and you can watch the OS introduction video
2. Next, set the desktop style. You can choose "Fashionable Mode" or "Efficient Mode"
3. Next, set the operating mode. You can select Special Effect mode or Common Mode
4. Next, set the icon theme. You can select four icon styles for setting.
#### Contribution

View File

@ -4,20 +4,19 @@
dde introduction
#### 软件架构
软件架构说明
当您第一次登录系统时欢迎程序将自动启动。观看介绍视频获得新功能自定义您的桌面启用窗口了解OS。
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
1. dnf install dde-introduction
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
1. 第一次进入系统后自动弹出欢迎界面可观看OS介绍视频
2. 下一步进行桌面样式设置,可以选择“时尚模式”或者“高效模式”设置
3. 下一步进行运行模式设置,可以选择“特效模式”或者“普通模式”设置
4. 下一步进行图标主题设置,四款图标样式供选择设置,配置结束。
#### 参与贡献

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +1,28 @@
%global debug_package %{nil}
Name: dde-introduction
Version: 5.6.0.7
Release: 1
Version: 5.6.13
Release: 3
Summary: Introduction for UOS
License: GPLv3+
URL: https://github.com/linuxdeepin/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake3
BuildRequires: qt5-devel
BuildRequires: dtkcore-devel dtkwidget-devel
BuildRequires: dtkwidget-devel
BuildRequires: pkgconfig(dtkgui)
BuildRequires: pkgconfig(dtkcore)
BuildRequires: pkgconfig(dframeworkdbus)
#BuildRequires: pkgconfig(libdmr)
# BuildRequires: pkgconfig(libdmr)
BuildRequires: pkgconfig(gsettings-qt)
#BuildRequires: ffmpegthumbnailer-devel
BuildRequires: deepin-desktop-base
BuildRequires: ffmpegthumbnailer-devel
BuildRequires: gtest-devel
BuildRequires: gmock-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: deepin-desktop-server
Requires: deepin-desktop-server
@ -30,12 +38,16 @@ effect and know more about UnionTech OS.
# disable dmr lib
sed -i 's/contains(TARGET_ARCH, x86_64)/contains(TARGET_ARCH, mips)/' introduction.pro
# fix strip
sed -i 's|gc-sections"|gc-sections -s"|' CMakeLists.txt
%build
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
export PATH=%{_qt5_bindir}:$PATH
mkdir build && pushd build
%qmake_qt5 ../ VERSION=%{version} DEFINES+="VERSION=%{version}"
%make_build
sed -i "s|^cmake_minimum_required.*|cmake_minimum_required(VERSION 3.0)|" $(find . -name "CMakeLists.txt")
mkdir build && pushd build
%cmake -DCMAKE_BUILD_TYPE=Release ../ -DAPP_VERSION=%{version} -DVERSION=%{version}
%make_build
popd
%install
@ -54,6 +66,18 @@ popd
%{_datadir}/%{name}/
%changelog
* Tue Nov 28 2023 liuzhilin <liuzhilin@uniontech.com> - 5.6.13-3
- remove unnecessary macro definitions
* Thu Mar 16 2023 liweiganga <liweiganga@uniontech.com> - 5.6.13-2
- feat: fix strip
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.6.13-1
- update version to 5.6.13
* Tue Feb 08 2022 liweigang <liweiganga@uniontech.com> - 5.6.0.7-2
- fix build error
* Fri Oct 23 2020 panchenbo <panchenbo@uniontech.com> - 5.6.0.7-1
- update to 5.6.0.7