Compare commits
10 Commits
9cf5158ee2
...
63dbb8effd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63dbb8effd | ||
|
|
0757382b81 | ||
|
|
f481d44855 | ||
|
|
c1f32c9b83 | ||
|
|
967e8602c3 | ||
|
|
560a518d71 | ||
|
|
5b46ad6d6b | ||
|
|
246cdf73e0 | ||
|
|
094ee6d4db | ||
|
|
47d3da07e7 |
BIN
dtkwidget-5.5.59.tar.gz
Normal file
BIN
dtkwidget-5.5.59.tar.gz
Normal file
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user