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
|
Name: dtkwidget
|
||||||
Version: 5.2.0
|
Version: 5.5.59
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Deepin tool kit widget modules
|
Summary: Deepin tool kit widget modules
|
||||||
License: GPLv3
|
License: LGPLv3+
|
||||||
URL: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/dtkwidget/
|
URL: https://github.com/linuxdeepin/dtkwidget
|
||||||
Source0: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: qt5-qtbase-static
|
BuildRequires: qt5-qtbase-static
|
||||||
BuildRequires: dtkgui-devel
|
BuildRequires: dtkgui-devel
|
||||||
BuildRequires: dtkgui
|
|
||||||
BuildRequires: dtkcore-devel
|
BuildRequires: dtkcore-devel
|
||||||
BuildRequires: dtkcore
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
@ -33,24 +31,28 @@ BuildRequires: pkgconfig(xext)
|
|||||||
BuildRequires: pkgconfig(xcb-util)
|
BuildRequires: pkgconfig(xcb-util)
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
BuildRequires: pkgconfig(xrender)
|
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
|
# 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
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
|
Obsoletes: dtkwidget2
|
||||||
%description
|
%description
|
||||||
DtkWidget is Deepin graphical user interface for deepin desktop development.
|
DtkWidget is Deepin graphical user interface for deepin desktop development.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for %{name}
|
Summary: Development package for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: dtkcore-devel%{?_isa}
|
||||||
|
Requires: dtkgui-devel%{?_isa}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files and libraries for %{name}.
|
Header files and libraries for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i 's|/lib|/libexec|' tools/svgc/svgc.pro
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
@ -60,14 +62,13 @@ export PATH=%{_qt5_bindir}:$PATH
|
|||||||
%install
|
%install
|
||||||
%make_install INSTALL_ROOT=%{buildroot}
|
%make_install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.5*
|
||||||
%{_libdir}/libdtk-5.2.1/DWidget/bin/dtk-svgc
|
%{_libdir}/libdtk-*/
|
||||||
%{_datadir}/libdtk-5.2.1/DWidget/translations
|
%{_datadir}/libdtk-*/
|
||||||
|
%{_libdir}/examples/collections
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libdtk-*/
|
%{_includedir}/libdtk-*/
|
||||||
@ -77,6 +78,24 @@ export PATH=%{_qt5_bindir}:$PATH
|
|||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.2.0-2
|
||||||
- fix source url in spec
|
- fix source url in spec
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user