Compare commits
11 Commits
3fe82a127b
...
b46f51083d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b46f51083d | ||
|
|
addb2ce4a8 | ||
|
|
e9d92a5649 | ||
|
|
2dd8309b2b | ||
|
|
67d653b26a | ||
|
|
67c9edac05 | ||
|
|
da8c2108b3 | ||
|
|
09e1fb48f5 | ||
|
|
73e86f349f | ||
|
|
11fe119f21 | ||
|
|
dd4e2b45b4 |
32
Fix-compilation-errors-02.patch
Normal file
32
Fix-compilation-errors-02.patch
Normal file
@ -0,0 +1,32 @@
|
||||
From 5ba0df319351e42065b742c24315f3cf9264c590 Mon Sep 17 00:00:00 2001
|
||||
From: weidong <weidong@uniontech.com>
|
||||
Date: Thu, 15 Oct 2020 18:34:47 +0800
|
||||
Subject: [PATCH] Fix compilation errors
|
||||
|
||||
---
|
||||
introduction.pro | 6 +-----
|
||||
1 file changed, 1 insertion(+), 5 deletions(-)
|
||||
|
||||
diff --git a/introduction.pro b/introduction.pro
|
||||
index 39d97c1..ed10cdf 100644
|
||||
--- a/introduction.pro
|
||||
+++ b/introduction.pro
|
||||
@@ -71,14 +71,10 @@ SOURCES += \
|
||||
RESOURCES += \
|
||||
dde-introduction.qrc
|
||||
|
||||
-contains(TARGET_ARCH, x86_64) {
|
||||
-
|
||||
-}else{
|
||||
DEFINES += DISABLE_VIDEO
|
||||
HEADERS -= src/modules/videowidget.h
|
||||
SOURCES -= src/modules/videowidget.cpp
|
||||
- # PKGCONFIG -= libdmr
|
||||
-}
|
||||
+ PKGCONFIG -= libdmr
|
||||
|
||||
|
||||
desktop.path = $$PREFIX/share/applications/
|
||||
--
|
||||
2.18.4
|
||||
|
||||
34
Fix-compilation-errors.patch
Normal file
34
Fix-compilation-errors.patch
Normal file
@ -0,0 +1,34 @@
|
||||
From 1615aa6f28f48959511597094c6ec388431effe6 Mon Sep 17 00:00:00 2001
|
||||
From: weidong <weidong@uniontech.com>
|
||||
Date: Thu, 15 Oct 2020 18:14:41 +0800
|
||||
Subject: [PATCH] Fix compilation errors
|
||||
|
||||
---
|
||||
introduction.pro | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/introduction.pro b/introduction.pro
|
||||
index e739018..39d97c1 100644
|
||||
--- a/introduction.pro
|
||||
+++ b/introduction.pro
|
||||
@@ -3,7 +3,7 @@ TEMPLATE = app
|
||||
QT = core gui widgets dbus multimedia multimediawidgets
|
||||
CONFIG += link_pkgconfig c++11
|
||||
QT += dtkwidget
|
||||
-PKGCONFIG += dframeworkdbus libdmr gsettings-qt
|
||||
+PKGCONFIG += dframeworkdbus gsettings-qt
|
||||
DESTDIR = $$_PRO_FILE_PWD_
|
||||
|
||||
#load(dtk_qmake)
|
||||
@@ -77,7 +77,7 @@ contains(TARGET_ARCH, x86_64) {
|
||||
DEFINES += DISABLE_VIDEO
|
||||
HEADERS -= src/modules/videowidget.h
|
||||
SOURCES -= src/modules/videowidget.cpp
|
||||
- PKGCONFIG -= libdmr
|
||||
+ # PKGCONFIG -= libdmr
|
||||
}
|
||||
|
||||
|
||||
--
|
||||
2.18.4
|
||||
|
||||
17
README.en.md
17
README.en.md
@ -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
|
||||
|
||||
|
||||
13
README.md
13
README.md
@ -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. 下一步进行图标主题设置,四款图标样式供选择设置,配置结束。
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
|
||||
@ -1,21 +1,13 @@
|
||||
# Run tests in check section
|
||||
# disable for bootstrapping
|
||||
|
||||
%bcond_with check
|
||||
|
||||
|
||||
%global debug_package %{nil}
|
||||
|
||||
|
||||
|
||||
###dde-introduction-5.5.6.1.orig.tar.xz
|
||||
|
||||
Name: dde-introduction
|
||||
Version: 5.5.6.1
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: Qt platform theme integration plugins
|
||||
License: GPLv3+
|
||||
Source0: %{name}-%{version}.orig.tar.xz
|
||||
Patch0: Fix-compilation-errors.patch
|
||||
Patch1: Fix-compilation-errors-02.patch
|
||||
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-linguist
|
||||
@ -23,13 +15,9 @@ BuildRequires: cmake
|
||||
BuildRequires: dtkwidget-devel
|
||||
BuildRequires: dtkcore-devel
|
||||
BuildRequires: dde-qt-dbus-factory-devel
|
||||
#BuildRequires: libdmr-devel
|
||||
BuildRequires: gsettings-qt-devel
|
||||
BuildRequires: qt5-qtmultimedia-devel
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
#BuildRequires: ffmpegthumbnailer-devel
|
||||
#BuildRequires: ffmpegthumbnailer
|
||||
|
||||
|
||||
%description
|
||||
Qt platform theme integration plugins for DDE
|
||||
@ -58,100 +46,14 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2019 Robin Lee <cheeselee@fedoraproject.org> - 3.17.0-2
|
||||
- Fix a security issue
|
||||
* Thu Oct 15 2020 weidong <weidong@openeuler.org> - 5.5.6.1-4
|
||||
- Fix compilation errors
|
||||
|
||||
* Tue Feb 26 2019 mosquito <sensor.wen@gmail.com> - 3.17.0-1
|
||||
- Update to 3.17.0
|
||||
* Thu Oct 15 2020 weidong <weidong@openeuler.org> - 5.5.6.1-3
|
||||
- Fix compilation errors
|
||||
|
||||
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.16.0-2
|
||||
- Rebuilt against fixed atk (#1626575)
|
||||
* Thu Oct 15 2020 weidong <weidong@openeuler.org> - 5.5.6.1-2
|
||||
- add buildrequires
|
||||
|
||||
* Thu Jan 31 2019 mosquito <sensor.wen@gmail.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
|
||||
* Thu Jan 31 2019 Robin Lee <cheeselee@fedoraproject.org> - 3.12.0-3
|
||||
- Create deepin-sound-player user
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Dec 12 2018 mosquito <sensor.wen@gmail.com> - 3.12.0-1
|
||||
- Update to 3.12.0
|
||||
|
||||
* Thu Nov 29 2018 mosquito <sensor.wen@gmail.com> - 3.10.0-1
|
||||
- Update to 3.10.0
|
||||
|
||||
* Wed Nov 21 2018 mosquito <sensor.wen@gmail.com> - 3.9.0-1
|
||||
- Update to 3.9.0
|
||||
|
||||
* Fri Nov 9 2018 mosquito <sensor.wen@gmail.com> - 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
|
||||
* Sat Aug 25 2018 mosquito <sensor.wen@gmail.com> - 3.1.26-1
|
||||
- Update to 3.1.26
|
||||
- build error with gobject-introspection 1.58 by gir-generator
|
||||
https://github.com/linuxdeepin/developer-center/issues/604
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 3.1.20-3
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 16 2018 mosquito <sensor.wen@gmail.com> - 3.1.20-1
|
||||
- Update to 3.1.20
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.18.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.18.1-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Thu Dec 21 2017 mosquito <sensor.wen@gmail.com> - 3.1.18.1-1
|
||||
- Update to 3.1.18.1
|
||||
|
||||
* Wed Nov 15 2017 mosquito <sensor.wen@gmail.com> - 3.1.17-1
|
||||
- Update to 3.1.17
|
||||
|
||||
* Fri Oct 27 2017 mosquito <sensor.wen@gmail.com> - 3.1.15-1
|
||||
- Update to 3.1.15
|
||||
|
||||
* Mon Oct 16 2017 mosquito <sensor.wen@gmail.com> - 3.1.14-2
|
||||
- Fix out of memory on armv7hl
|
||||
|
||||
* Sat Oct 14 2017 mosquito <sensor.wen@gmail.com> - 3.1.14-1
|
||||
- Update to 3.1.14
|
||||
|
||||
* Sat Aug 26 2017 mosquito <sensor.wen@gmail.com> - 3.1.13-1
|
||||
- Update to 3.1.13
|
||||
|
||||
* Tue Aug 8 2017 mosquito <sensor.wen@gmail.com> - 3.1.11-2
|
||||
- Rename deepin-api-devel to golang-deepin-api-devel
|
||||
|
||||
* Tue Aug 1 2017 mosquito <sensor.wen@gmail.com> - 3.1.11-1
|
||||
- Update to 3.1.11
|
||||
|
||||
* Fri Jul 14 2017 mosquito <sensor.wen@gmail.com> - 3.1.10-1.git79125e7
|
||||
- Update to 3.1.10
|
||||
|
||||
* Fri May 19 2017 mosquito <sensor.wen@gmail.com> - 3.1.7-1.git4c8e030
|
||||
- Update to 3.1.7
|
||||
|
||||
* Sun Feb 26 2017 mosquito <sensor.wen@gmail.com> - 3.1.2-1.gitf93dbd7
|
||||
- Update to 3.1.2
|
||||
|
||||
* Tue Jan 17 2017 mosquito <sensor.wen@gmail.com> - 3.0.16.1-1.gitcfdb295
|
||||
- Update to 3.0.16.1
|
||||
|
||||
* Mon Jan 16 2017 Jaroslav <cz.guardian@gmail.com> Stepanek 3.0.16-1
|
||||
- Update to version 3.0.16
|
||||
|
||||
* Sun Dec 18 2016 Jaroslav <cz.guardian@gmail.com> Stepanek 3.0.15-1
|
||||
- Update to version 3.0.15
|
||||
|
||||
* Wed Dec 07 2016 Jaroslav <cz.guardian@gmail.com> Stepanek 3.0.14-2
|
||||
- Changed compilation procedure
|
||||
|
||||
* Wed Sep 28 2016 Jaroslav <cz.guardian@gmail.com> Stepanek 3.0.14-1
|
||||
- Initial package build
|
||||
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.5.6.1-1
|
||||
- Package init
|
||||
|
||||
4
dde-introduction.yaml
Normal file
4
dde-introduction.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: linuxdeepin/dde-introduction
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user