diff --git a/dde-clipboard.spec b/dde-clipboard.spec index cf80eb7251ca80b40d6b8865594782b1a1e366df..63e8e132cee806c18251fb1d1447e2b2688f52d4 100644 --- a/dde-clipboard.spec +++ b/dde-clipboard.spec @@ -1,3 +1,6 @@ +# Run tests in check section +# disable for bootstrapping + %bcond_with check %global with_debug 1 @@ -6,13 +9,12 @@ %endif Name: dde-clipboard -Version: 5.3.0.3 -Release: 2 +Version: 5.3.16 +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 -Patch0: modify-QPainterPath-error.patch BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist @@ -22,6 +24,7 @@ BuildRequires: dtkwidget BuildRequires: libgio-qt BuildRequires: libgio-qt-devel BuildRequires: pkgconfig(dframeworkdbus) >= 2.0 +BuildRequires: gtest-devel BuildRequires: qt5-qtbase-private-devel %description @@ -30,7 +33,7 @@ Qt platform theme integration plugins for DDE %prep -%autosetup -p1 +%autosetup %build export PATH=$PATH:/usr/lib64/qt5/bin @@ -49,8 +52,13 @@ popd %{_bindir}/%{name}loader %{_datadir}/dbus-1/services/com.deepin.dde.Clipboard.service %{_datadir}/%{name}/translations/ +%{_datadir}/applications/dde-clipboard.desktop + %changelog +* Mon Jul 18 2022 konglidong - 5.3.16-1 +- Update to 5.3.16 + * Tue Feb 08 2022 liweigang - 5.3.0.3-2 - fix build error @@ -65,3 +73,4 @@ popd * Thu Jul 30 2020 openEuler Buildteam - 5.0.0.3-1 - Package init + diff --git a/dde-clipboard_5.3.0.3.orig.tar.xz b/dde-clipboard_5.3.0.3.orig.tar.xz deleted file mode 100644 index 5aa28a8c080e8b371fbfb15510bdc422fa794642..0000000000000000000000000000000000000000 Binary files a/dde-clipboard_5.3.0.3.orig.tar.xz and /dev/null differ diff --git a/dde-clipboard_5.3.16.orig.tar.xz b/dde-clipboard_5.3.16.orig.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..0398b52be3e17fc7a86edc6bd0c329126b49b5c6 Binary files /dev/null and b/dde-clipboard_5.3.16.orig.tar.xz differ diff --git a/modify-QPainterPath-error.patch b/modify-QPainterPath-error.patch deleted file mode 100644 index b519f4c4f9634fb274c69d0910709c27956a09a2..0000000000000000000000000000000000000000 --- a/modify-QPainterPath-error.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --color -Naur a/dde-clipboard/itemwidget.cpp b/dde-clipboard/itemwidget.cpp ---- a/dde-clipboard/itemwidget.cpp 2022-02-08 10:47:33.813745658 +0800 -+++ b/dde-clipboard/itemwidget.cpp 2022-02-08 10:48:08.837654756 +0800 -@@ -24,6 +24,7 @@ - #include "refreshtimer.h" - - #include -+#include - #include - #include - #include -diff --color -Naur a/dde-clipboard/pixmaplabel.cpp b/dde-clipboard/pixmaplabel.cpp ---- a/dde-clipboard/pixmaplabel.cpp 2022-02-08 10:47:33.817745648 +0800 -+++ b/dde-clipboard/pixmaplabel.cpp 2022-02-08 11:05:26.072647168 +0800 -@@ -22,6 +22,7 @@ - #include "constants.h" - - #include -+#include - #include - #include - #include