diff --git a/debian/patches/0001-.patch b/debian/patches/0001-.patch deleted file mode 100644 index 7f7a781..0000000 --- a/debian/patches/0001-.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: iaom -Date: Tue, 29 Nov 2022 14:55:37 +0800 -Subject: =?utf-8?b?5pu05paw54mI5pys5Y+377yM5pu05paw57yW6K+R5L6d6LWW44CC?= - ---- - frontend/view/result-view-delegate.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/frontend/view/result-view-delegate.cpp b/frontend/view/result-view-delegate.cpp -index 2e151a7..07e8a34 100644 ---- a/frontend/view/result-view-delegate.cpp -+++ b/frontend/view/result-view-delegate.cpp -@@ -17,7 +17,7 @@ void ResultViewDelegate::setSearchKeyword(const QString ®FindKeyWords) - QSize ResultViewDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const - { - QSize size = QStyledItemDelegate::sizeHint(option,index); -- size.setHeight(size.height() + 10); -+ size.setHeight(size.height() + 50); - return size; - } - diff --git a/debian/patches/0002-.patch b/debian/patches/0002-.patch deleted file mode 100644 index 3850960..0000000 --- a/debian/patches/0002-.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: iaom -Date: Tue, 29 Nov 2022 15:16:44 +0800 -Subject: =?utf-8?b?6Kej5Yaz57yW6K+R6Zeu6aKYLg==?= - ---- - ukui-search.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ukui-search.pro b/ukui-search.pro -index 62bfea8..9df4816 100644 ---- a/ukui-search.pro -+++ b/ukui-search.pro -@@ -8,7 +8,7 @@ SUBDIRS += $$PWD/libchinese-segmentation \ - $$PWD/ukui-search-app-data-service \ - $$PWD/ukui-search-service-dir-manager - --SUBDIRS += tests -+#SUBDIRS += tests - - # The following define makes your compiler emit warnings if you use - # any Qt feature that has been marked deprecated (the exact warnings diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index ac118d5..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -0001-.patch -0002-.patch