Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
63dbb8effd
!20 sync by openEuler-22.03-LTS-SP3
From: @Venland 
Reviewed-by: @xzyangha 
Signed-off-by: @xzyangha
2024-06-19 06:47:30 +00:00
liweigang
0757382b81 sync by openEuler-22.03-LTS-SP3
Signed-off-by: liweigang <liweiganga@uniontech.com>
2024-06-19 10:37:46 +08:00
openeuler-ci-bot
f481d44855
!11 [sync] PR-10: update to 5.5.28
From: @openeuler-sync-bot 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-05-06 07:40:44 +00:00
liweiganga
c1f32c9b83 update: update to 5.5.28
(cherry picked from commit 92aa368df7d6121eea8437773a995ef0ca7dffbd)
2023-05-06 15:21:19 +08:00
openeuler-ci-bot
967e8602c3
!9 update to upstream 5.4.11.3
From: @leeffo 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
2022-10-19 03:39:19 +00:00
leeffo
560a518d71 update to upstream 5.4.11.3 2022-10-19 11:02:15 +08:00
openeuler-ci-bot
5b46ad6d6b !5 格式化spec
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-16 08:16:48 +00:00
wei dong
246cdf73e0 Format rpm sepc file
修复spec编写不规范的问题

Signed-off-by: wei dong <weidong@uniontech.com>
2021-07-15 16:40:47 +08:00
openeuler-ci-bot
094ee6d4db !4 update dtkwidget to 5.2.2.3
From: @weidongkl
Reviewed-by: @yeqinglong01
Signed-off-by: @yeqinglong01
2021-07-15 07:27:03 +00:00
wei dong
47d3da07e7 Update dtkwidget 2021-07-15 13:34:27 +08:00
3 changed files with 32 additions and 13 deletions

BIN
dtkwidget-5.5.59.tar.gz Normal file

Binary file not shown.

View File

@ -1,18 +1,16 @@
Name: dtkwidget
Version: 5.2.0
Release: 2
Version: 5.5.59
Release: 1
Summary: Deepin tool kit widget modules
License: GPLv3
URL: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/dtkwidget/
Source0: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
License: LGPLv3+
URL: https://github.com/linuxdeepin/dtkwidget
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase-static
BuildRequires: dtkgui-devel
BuildRequires: dtkgui
BuildRequires: dtkcore-devel
BuildRequires: dtkcore
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5DBus)
@ -33,24 +31,28 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xcb-util)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xrender)
BuildRequires: cups-devel
BuildRequires: gtest-devel
# libQt5Gui.so.5(Qt_5.10.1_PRIVATE_API)(64bit) needed by dtkwidget-2.0.6.1-1.fc29.x86_64
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
Obsoletes: dtkwidget2
%description
DtkWidget is Deepin graphical user interface for deepin desktop development.
%package devel
Summary: Development package for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: dtkcore-devel%{?_isa}
Requires: dtkgui-devel%{?_isa}
%description devel
Header files and libraries for %{name}.
%prep
%setup -q
sed -i 's|/lib|/libexec|' tools/svgc/svgc.pro
%build
export PATH=%{_qt5_bindir}:$PATH
@ -60,14 +62,13 @@ export PATH=%{_qt5_bindir}:$PATH
%install
%make_install INSTALL_ROOT=%{buildroot}
%ldconfig_scriptlets
%files
%doc README.md
%license LICENSE
%{_libdir}/lib%{name}.so.*
%{_libdir}/libdtk-5.2.1/DWidget/bin/dtk-svgc
%{_datadir}/libdtk-5.2.1/DWidget/translations
%{_libdir}/lib%{name}.so.5*
%{_libdir}/libdtk-*/
%{_datadir}/libdtk-*/
%{_libdir}/examples/collections
%files devel
%{_includedir}/libdtk-*/
@ -77,6 +78,24 @@ export PATH=%{_qt5_bindir}:$PATH
%{_libdir}/lib%{name}.so
%changelog
* Mon Jul 24 2023 leeffo <liweiganga@uniontech.com> - 5.5.59-1
- upgrade to version 5.5.59
* Thu Mar 23 2023 liweiganga <liweiganga@uniontech.com> - 5.5.28-1
- update to 5.5.28
* Thu Jul 28 2022 liweiganga <liweiganga@uniontech.com> - 5.4.11.3-2
- fix install conflict
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 5.4.11.3-1
- Update to 5.4.11.3
* Thu Jul 15 2021 weidong <weidong@uniontech.com> - 5.2.2.3-2
- Format spec
* Mon Jul 12 2021 weidong <weidong@uniontech.com> - 5.2.2.3-1
- Update to 5.2.2.3
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.2.0-2
- fix source url in spec

Binary file not shown.