upgrade to version 5.4.24
(cherry picked from commit 02171d60a12f475f961139427880c410b1fa6acb)
This commit is contained in:
parent
133a402cbc
commit
6349658133
Binary file not shown.
BIN
dde-clipboard-5.4.24.tar.gz
Normal file
BIN
dde-clipboard-5.4.24.tar.gz
Normal file
Binary file not shown.
@ -9,13 +9,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dde-clipboard
|
Name: dde-clipboard
|
||||||
Version: 5.3.27
|
Version: 5.4.24
|
||||||
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: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-clipboard/
|
URL: https://github.com/linuxdeepin/dde-clipboard
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: dtkcore-devel
|
BuildRequires: dtkcore-devel
|
||||||
@ -26,6 +27,7 @@ BuildRequires: libgio-qt-devel
|
|||||||
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
||||||
BuildRequires: gtest-devel
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: qt5-qtbase-private-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
|
||||||
@ -38,8 +40,7 @@ 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
|
||||||
%{_libdir}/qt5/bin/qmake ..
|
%cmake ..
|
||||||
%{__make}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd %{_builddir}/%{name}-%{version}/build
|
pushd %{_builddir}/%{name}-%{version}/build
|
||||||
@ -47,15 +48,21 @@ pushd %{_builddir}/%{name}-%{version}/build
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/etc/xdg/autostart/dde-clipboard.desktop
|
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
|
||||||
|
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}loader
|
%{_bindir}/%{name}-daemon
|
||||||
%{_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.desktop
|
||||||
|
%{_datadir}/applications/dde-clipboard-daemon.desktop
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 02 2023 leeffo <liweiganga@uniontech.com> - 5.4.24-1
|
||||||
|
- upgrade to version 5.4.24
|
||||||
|
|
||||||
* Mon Mar 27 2023 liweigang <liweiganga@uniontech.com> - 5.3.27-1
|
* Mon Mar 27 2023 liweigang <liweiganga@uniontech.com> - 5.3.27-1
|
||||||
- update: update to 5.3.27
|
- update: update to 5.3.27
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user