Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
b19bc08f2f
!25 回合SP3版本代码
From: @lvgenggeng 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
2024-06-19 06:54:40 +00:00
lvgenggeng
ff5ca6ba3c update to version 5.5.27
Signed-off-by: lvgenggeng <lvgenggeng@uniontech.com>
2024-06-19 11:00:26 +08:00
openeuler-ci-bot
8891b011cf
!13 [sync] PR-12: update to 5.5.18
From: @openeuler-sync-bot 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-05-06 07:39:51 +00:00
liweiganga
b358aa10b0 update: update to 5.5.18
(cherry picked from commit bbe6a9ca76580b1f43702ccd1a5cfdc38907dcb7)
2023-05-06 10:25:52 +08:00
openeuler-ci-bot
44c45a8b3a
!11 update to upstream version 5.4.10
From: @leeffo 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-10-19 02:54:58 +00:00
leeffo
8880d50892 update to upstream 5.4.10 2022-10-19 10:26:25 +08:00
openeuler-ci-bot
67fc6f1008
!7 fix build error
Merge pull request !7 from liweiganga/openEuler-22.03-LTS-Next
2022-01-30 01:05:57 +00:00
liweiganga
6aa705732b fix build error 2022-01-29 14:03:23 +08:00
openeuler-ci-bot
a0a579bb85 !5 Format spec
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by:
2021-07-20 01:54:13 +00:00
wei dong
712416b23e Format spec
Signed-off-by: wei dong <weidong@uniontech.com>
2021-07-15 16:48:39 +08:00
openeuler-ci-bot
a060ec0a60 !4 update dtkgui to 5.2.2.1
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-15 06:43:39 +00:00
5 changed files with 36 additions and 88 deletions

View File

@ -1,36 +0,0 @@
# dtkgui
#### Description
dtkgui
#### 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/)

View File

@ -1,37 +0,0 @@
# dtkgui
#### 介绍
dtkgui
#### 软件架构
软件架构说明
#### 安装教程
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
dtkgui-5.5.27.tar.gz Normal file

Binary file not shown.

View File

@ -1,34 +1,41 @@
Name: dtkgui
Version: 5.2.2.1+rpm
Version: 5.5.27
Release: 1
Summary: Deepin dtkgui
License: GPLv3
URL: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/dtkgui/
Source0: %{name}_%{version}.orig.tar.xz
License: LGPLv3+
URL: https://github.com/linuxdeepin/dtkgui
Source0: %{name}-%{version}.tar.gz
BuildRequires: qt5-qtx11extras-devel
BuildRequires: dtkcommon-devel
BuildRequires: dtkcore-devel
BuildRequires: librsvg2-devel
BuildRequires: gcc-c++
BuildRequires: annobin
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(gsettings-qt)
BuildRequires: qt5-qtbase-private-devel
BuildRequires: gtest-devel
BuildRequires: gmock-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
Deepin tool kit core modules.libdtkcore5/experimentallibdtkcore5/experimentallibdtkcore5/experimentallibdtkcore5/experimental
Dtkgui is the GUI module for DDE look and feel.
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel
Requires: dtkcore-devel%{?_isa}
%description devel
Header files and libraries for %{name}.
%prep
%setup -q
%autosetup
%build
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
export PATH=%{_qt5_bindir}:$PATH
%qmake_qt5 PREFIX=%{_prefix} \
DTK_VERSION=%{version} \
@ -40,24 +47,38 @@ export PATH=%{_qt5_bindir}:$PATH
%install
%make_install INSTALL_ROOT=%{buildroot}
%ldconfig_scriptlets
%files
%doc README.md
%license LICENSE
%{_libdir}/libdtkgui.so*
%{_libdir}/lib%{name}.so.5*
%{_libexecdir}/dtk5/deepin-gui-settings
%{_libexecdir}/dtk5/taskbar
/etc/dbus-1/system.d/com.deepin.dtk.FileDrag.conf
%{_libexecdir}/dtk5/dde-kwin-debug
%{_libexecdir}/dtk5/dnd-test-client
%{_libexecdir}/dtk5/dnd-test-server
%files devel
%{_includedir}/libdtk-*/
%{_libdir}/pkgconfig/dtkgui.pc
%{_libdir}/qt5/mkspecs/modules/qt_lib_dtkgui.pri
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_dtkgui.pri
%{_libdir}/cmake/DtkGui/
%{_libdir}/lib%{name}.so
%changelog
* Wed Jun 19 2024 lvgenggeng <lvgenggeng@uniontech.com> - 5.5.27-1
- update to version 5.5.27
* Thu Mar 23 2023 liweiganga <liweiganga@uniontech.com> - 5.5.18-1
- update to 5.5.18
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 5.4.10-1
- Update to 5.4.10
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.2.2.1-3
- fix build error
* Thu Jul 15 2021 weidong <weidong@uniontech.com> - 5.2.2.1-2
- Format spec
* Mon Jul 12 2021 weidong <weidong@uniontech.com> - 5.2.2.1-1
- Update 5.2.2.1

Binary file not shown.