From 3209574699cee508a8da7e7ffa1741c41cc17c20 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 7 Dec 2021 15:09:54 +0800 Subject: [PATCH] Modified fifo path. --- 0008-Modified-fifo-path.patch | 24 ++++++++++++++++++++++++ ukui-search.spec | 7 ++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 0008-Modified-fifo-path.patch diff --git a/0008-Modified-fifo-path.patch b/0008-Modified-fifo-path.patch new file mode 100644 index 0000000..c81d648 --- /dev/null +++ b/0008-Modified-fifo-path.patch @@ -0,0 +1,24 @@ +From 73e94f5b926d1395cf058ad5e16e5a701f538b7e Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Tue, 7 Dec 2021 15:06:16 +0800 +Subject: [PATCH] Modified fifo path + +--- + libsearch/file-utils.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libsearch/file-utils.h b/libsearch/file-utils.h +index c47f225..5ae32e7 100644 +--- a/libsearch/file-utils.h ++++ b/libsearch/file-utils.h +@@ -55,6 +55,7 @@ + //#define CREATING_INDEX 1 + //#define FINISH_CREATING_INDEX 2 + #define MAX_CONTENT_LENGTH 20480000 ++#define UKUI_SEARCH_PIPE_PATH (QDir::homePath()+"/.config/org.ukui/ukui-search/ukuisearch").toLocal8Bit().constData() + + namespace Zeeker { + class LIBSEARCH_EXPORT FileUtils { +-- +2.30.0 + diff --git a/ukui-search.spec b/ukui-search.spec index a825c94..d5822a8 100644 --- a/ukui-search.spec +++ b/ukui-search.spec @@ -2,7 +2,7 @@ Name: ukui-search Version: 0.4.1 -Release: 8 +Release: 9 Summary: Advanced ukui menu License: GPL-3.0 URL: http://www.ukui.org @@ -15,6 +15,7 @@ Patch3: 0004-Black-list-wont-t-work-when-block-home-location.patch Patch4: 0005-Update-changelog-for-easy-view.patch Patch5: 0006-update-debian-changelog.patch Patch6: 0007-Update-app-match.cpp-info.patch +Patch7: 0008-Modified-fifo-path.patch BuildRequires: pkgconf BuildRequires: gsettings-qt-devel @@ -96,6 +97,7 @@ permanent. %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build mkdir build && cd build @@ -147,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 07 2021 tanyulong - 0.4.1-9 +- Modified fifo path + * Fri Dec 03 2021 tanyulong - 0.4.1-8 - Update app match.cpp info