Compare commits
No commits in common. "761db4921ac4b7cf9a55f71489ae7093fcfe91fe" and "6d17ec1328b485a09484a23f7f1203d2ca21ce60" have entirely different histories.
761db4921a
...
6d17ec1328
Binary file not shown.
@ -1,6 +1,3 @@
|
|||||||
# Run tests in check section
|
|
||||||
# disable for bootstrapping
|
|
||||||
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|
||||||
%global with_debug 1
|
%global with_debug 1
|
||||||
@ -9,14 +6,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dde-clipboard
|
Name: dde-clipboard
|
||||||
Version: 5.4.24
|
Version: 5.3.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Qt platform theme integration plugins for DDE
|
Summary: Qt platform theme integration plugins for DDE
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/linuxdeepin/dde-clipboard
|
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}_%{version}.orig.tar.xz
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: dtkcore-devel
|
BuildRequires: dtkcore-devel
|
||||||
@ -25,9 +21,6 @@ BuildRequires: dtkwidget
|
|||||||
BuildRequires: libgio-qt
|
BuildRequires: libgio-qt
|
||||||
BuildRequires: libgio-qt-devel
|
BuildRequires: libgio-qt-devel
|
||||||
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
||||||
BuildRequires: gtest-devel
|
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
|
||||||
BuildRequires: kf5-kwayland-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Qt platform theme integration plugins for DDE
|
Qt platform theme integration plugins for DDE
|
||||||
@ -40,7 +33,8 @@ Qt platform theme integration plugins for DDE
|
|||||||
%build
|
%build
|
||||||
export PATH=$PATH:/usr/lib64/qt5/bin
|
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
%cmake ..
|
%{_libdir}/qt5/bin/qmake ..
|
||||||
|
%{__make}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd %{_builddir}/%{name}-%{version}/build
|
pushd %{_builddir}/%{name}-%{version}/build
|
||||||
@ -48,31 +42,14 @@ pushd %{_builddir}/%{name}-%{version}/build
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
|
/etc/xdg/autostart/dde-clipboard.desktop
|
||||||
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}-daemon
|
%{_bindir}/%{name}loader
|
||||||
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
||||||
/lib/systemd/user/dde-clipboard-daemon.service
|
|
||||||
%{_datadir}/%{name}/translations/
|
%{_datadir}/%{name}/translations/
|
||||||
%{_datadir}/applications/dde-clipboard.desktop
|
|
||||||
%{_datadir}/applications/dde-clipboard-daemon.desktop
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 02 2023 leeffo <liweiganga@uniontech.com> - 5.4.24-1
|
* Wed Jun 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
|
||||||
- upgrade to version 5.4.24
|
|
||||||
|
|
||||||
* Mon Mar 27 2023 liweigang <liweiganga@uniontech.com> - 5.3.27-1
|
|
||||||
- update: update to 5.3.27
|
|
||||||
|
|
||||||
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.3.16-1
|
|
||||||
- Update to 5.3.16
|
|
||||||
|
|
||||||
* Tue Feb 08 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.3-2
|
|
||||||
- fix build error
|
|
||||||
|
|
||||||
* Wed Jul 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
|
|
||||||
- Update to 5.3.0.3
|
- Update to 5.3.0.3
|
||||||
|
|
||||||
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
|
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
|
||||||
|
|||||||
BIN
dde-clipboard_5.3.0.3.orig.tar.xz
Normal file
BIN
dde-clipboard_5.3.0.3.orig.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user