dde-clipboard/dde-clipboard.spec

68 lines
1.7 KiB
RPMSpec
Raw Normal View History

2020-07-15 09:51:32 +08:00
%bcond_with check
%global with_debug 1
%if 0%{?with_debug}
%global debug_package %{nil}
%endif
Name: dde-clipboard
2021-07-07 17:19:41 +08:00
Version: 5.3.0.3
2022-02-08 10:51:22 +08:00
Release: 2
2020-07-15 09:51:32 +08:00
Summary: Qt platform theme integration plugins for DDE
License: GPLv3+
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
2021-07-07 17:19:41 +08:00
Source0: %{name}_%{version}.orig.tar.xz
2022-02-08 10:51:22 +08:00
Patch0: modify-QPainterPath-error.patch
2020-07-15 09:51:32 +08:00
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
2020-08-28 10:21:05 +08:00
BuildRequires: dtkcore-devel
2020-07-15 09:51:32 +08:00
BuildRequires: dtkwidget-devel
BuildRequires: dtkwidget
BuildRequires: libgio-qt
BuildRequires: libgio-qt-devel
2021-07-07 17:19:41 +08:00
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
2022-02-08 10:51:22 +08:00
BuildRequires: qt5-qtbase-private-devel
2020-07-15 09:51:32 +08:00
%description
Qt platform theme integration plugins for DDE
Multiple Qt plugins to provide better Qt5 integration for DDE is included.
%prep
2022-02-08 10:51:22 +08:00
%autosetup -p1
2020-07-15 09:51:32 +08:00
%build
export PATH=$PATH:/usr/lib64/qt5/bin
mkdir build && cd build
%{_libdir}/qt5/bin/qmake ..
%{__make}
%install
pushd %{_builddir}/%{name}-%{version}/build
%make_install INSTALL_ROOT=%{buildroot}
popd
%files
/etc/xdg/autostart/dde-clipboard.desktop
%{_bindir}/%{name}
%{_bindir}/%{name}loader
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
%{_datadir}/%{name}/translations/
%changelog
2022-02-08 10:51:22 +08:00
* Tue Feb 08 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.3-2
- fix build error
2022-06-08 17:11:21 +08:00
* Wed Jul 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
2021-07-07 17:19:41 +08:00
- Update to 5.3.0.3
2020-09-03 10:53:27 +08:00
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
- fix source url in spec
2020-08-28 10:21:05 +08:00
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.0.0.3-2
- fix compile fail
2020-07-30 14:54:28 +08:00
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0.0.3-1
- Package init