Compare commits
No commits in common. "63dbb8effdf896bc1b7485613c7d21b690f56278" and "9cf5158ee2caa5c54cccd8d45b0d54c4aa174b9d" have entirely different histories.
63dbb8effd
...
9cf5158ee2
Binary file not shown.
@ -1,16 +1,18 @@
|
|||||||
Name: dtkwidget
|
Name: dtkwidget
|
||||||
Version: 5.5.59
|
Version: 5.2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Deepin tool kit widget modules
|
Summary: Deepin tool kit widget modules
|
||||||
License: LGPLv3+
|
License: GPLv3
|
||||||
URL: https://github.com/linuxdeepin/dtkwidget
|
URL: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/dtkwidget/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: https://shuttle.deepin.com/cache/repos/apricot/release-candidate/RERFLWR0a2NvcmXmm7TmlrA1Njg/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz
|
||||||
|
|
||||||
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)
|
||||||
@ -31,28 +33,24 @@ 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
|
||||||
@ -62,13 +60,14 @@ 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.5*
|
%{_libdir}/lib%{name}.so.*
|
||||||
%{_libdir}/libdtk-*/
|
%{_libdir}/libdtk-5.2.1/DWidget/bin/dtk-svgc
|
||||||
%{_datadir}/libdtk-*/
|
%{_datadir}/libdtk-5.2.1/DWidget/translations
|
||||||
%{_libdir}/examples/collections
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libdtk-*/
|
%{_includedir}/libdtk-*/
|
||||||
@ -78,24 +77,6 @@ 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
|
||||||
|
|
||||||
|
|||||||
BIN
dtkwidget_5.2.0.orig.tar.xz
Executable file
BIN
dtkwidget_5.2.0.orig.tar.xz
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user