commit 1db9b6c5049183c536f7f97e6ec092f1c327b309 Author: Jiayi Yin Date: Sun May 18 18:18:45 2025 +0000 转换LFS仓库为普通仓库 diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..e7160a3 --- /dev/null +++ b/README.en.md @@ -0,0 +1,36 @@ +# deepin-manual + +#### Description +deepin manual + +#### 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/) diff --git a/README.md b/README.md new file mode 100644 index 0000000..a12ba51 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# deepin-manual + +#### 介绍 +deepin manual + +#### 软件架构 +软件架构说明 + + +#### 安装教程 + +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/) diff --git a/deepin-manual-5.8.15.tar.gz b/deepin-manual-5.8.15.tar.gz new file mode 100644 index 0000000..8a06b1b Binary files /dev/null and b/deepin-manual-5.8.15.tar.gz differ diff --git a/deepin-manual.spec b/deepin-manual.spec new file mode 100644 index 0000000..1344f02 --- /dev/null +++ b/deepin-manual.spec @@ -0,0 +1,87 @@ +%bcond_with check +%global debug_package %{nil} +%global _unpackaged_files_terminate_build 0 +Name: deepin-manual +Version: 5.8.15 +Release: 1 +Summary: Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions. +License: GPLv3 +URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-manual/ +Source0: %{name}-%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: dtkcore-devel +BuildRequires: dtkwidget-devel +BuildRequires: dtkgui-devel +BuildRequires: qt5-qtx11extras-devel +BuildRequires: qt5-linguist +BuildRequires: qt5-qtwebchannel +BuildRequires: qt5-qtwebchannel-devel +BuildRequires: qt5-qtwebengine-devel +BuildRequires: qt5-qtwebengine +BuildRequires: gtest-devel +BuildRequires: gmock-devel +BuildRequires: qt5-qtbase-private-devel + +Requires: qt5-qtwebengine +Requires: dde-manual-content + +# qt5-qtwebengine +Excludearch: loongarch64 + +%description +Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions. + + +%prep +%setup -q + +# fix strip +sed -i 's|gc-sections"|gc-sections -s"|' src/CMakeLists.txt + +%build +export PATH=$PATH:/usr/lib64/qt5/bin +# cmake_minimum_required version is too high +%cmake +%make_build + +%install +%make_install INSTALL_ROOT=%{buildroot} + +%files +%{_bindir}/dman +%{_bindir}/dmanHelper +%{_datadir}/applications/deepin-manual.desktop +%{_datadir}/dbus-1/services/com.deepin.Manual.Open.service +%{_datadir}/dbus-1/services/com.deepin.Manual.Search.service +%{_datadir}/%{name}/web_dist/ +%{_datadir}/icons/hicolor/scalable/apps/deepin-manual.svg +%{_datadir}/%{name}/translations/* +%license LICENSE +%doc README.md + + +%changelog +* Wed Jul 26 2023 leeffo - 5.8.15-1 +- upgrade to version 5.8.15 + +* Fri Mar 31 2023 liweiganga - 5.7.28-1 +- update: update to 5.7.28 + +* Wed Mar 15 2023 liweiganga - 5.6.7-8 +- feat: fix strip + +* Fri Feb 10 2023 liweiganga - 5.6.7-7 +- feat: fix compile fail + +* Thu Sep 3 2020 weidong - 5.6.7-6 +- fix source url in spec + +* Wed Sep 2 2020 chenbo pan - 5.6.7-5 +- fix compile fail + +* Fri Aug 28 2020 chenbo pan - 5.6.7-4 +- fix compile fail + +* Thu Jul 30 2020 openEuler Buildteam - 5.6.7-3 +- Package init diff --git a/deepin-manual.yaml b/deepin-manual.yaml new file mode 100644 index 0000000..5777f82 --- /dev/null +++ b/deepin-manual.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: linuxdeepin/deepin-manual +tag_prefix: ^v +seperator: .