Compare commits
10 Commits
6d17ec1328
...
761db4921a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
761db4921a | ||
|
|
6349658133 | ||
|
|
133a402cbc | ||
|
|
6b36c0cbde | ||
|
|
ae92d07d68 | ||
|
|
9eadf3182c | ||
|
|
7ed66487fa | ||
|
|
589e88d315 | ||
|
|
6c837f124e | ||
|
|
74089fb188 |
BIN
dde-clipboard-5.4.24.tar.gz
Normal file
BIN
dde-clipboard-5.4.24.tar.gz
Normal file
Binary file not shown.
@ -1,3 +1,6 @@
|
||||
# Run tests in check section
|
||||
# disable for bootstrapping
|
||||
|
||||
%bcond_with check
|
||||
|
||||
%global with_debug 1
|
||||
@ -6,13 +9,14 @@
|
||||
%endif
|
||||
|
||||
Name: dde-clipboard
|
||||
Version: 5.3.0.3
|
||||
Version: 5.4.24
|
||||
Release: 1
|
||||
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/
|
||||
Source0: %{name}_%{version}.orig.tar.xz
|
||||
URL: https://github.com/linuxdeepin/dde-clipboard
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: dtkcore-devel
|
||||
@ -21,6 +25,9 @@ BuildRequires: dtkwidget
|
||||
BuildRequires: libgio-qt
|
||||
BuildRequires: libgio-qt-devel
|
||||
BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
BuildRequires: kf5-kwayland-devel
|
||||
|
||||
%description
|
||||
Qt platform theme integration plugins for DDE
|
||||
@ -33,8 +40,7 @@ Qt platform theme integration plugins for DDE
|
||||
%build
|
||||
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||
mkdir build && cd build
|
||||
%{_libdir}/qt5/bin/qmake ..
|
||||
%{__make}
|
||||
%cmake ..
|
||||
|
||||
%install
|
||||
pushd %{_builddir}/%{name}-%{version}/build
|
||||
@ -42,14 +48,31 @@ pushd %{_builddir}/%{name}-%{version}/build
|
||||
popd
|
||||
|
||||
%files
|
||||
/etc/xdg/autostart/dde-clipboard.desktop
|
||||
%{_sysconfdir}/xdg/autostart/dde-clipboard.desktop
|
||||
%{_sysconfdir}/xdg/autostart/dde-clipboard-daemon.desktop
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}loader
|
||||
%{_bindir}/%{name}-daemon
|
||||
%{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service
|
||||
/lib/systemd/user/dde-clipboard-daemon.service
|
||||
%{_datadir}/%{name}/translations/
|
||||
%{_datadir}/applications/dde-clipboard.desktop
|
||||
%{_datadir}/applications/dde-clipboard-daemon.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 07 2021 weidong <weidong@uniontech.com> - 5.3.0.3-1
|
||||
* 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
|
||||
- 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
|
||||
|
||||
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.0.0.3-3
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user