Modified fifo path.
This commit is contained in:
parent
564b83ec06
commit
3209574699
24
0008-Modified-fifo-path.patch
Normal file
24
0008-Modified-fifo-path.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From 73e94f5b926d1395cf058ad5e16e5a701f538b7e Mon Sep 17 00:00:00 2001
|
||||
From: tanyulong <tanyulong@kylinos.cn>
|
||||
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
|
||||
|
||||
@ -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 <tanyulong@kylinos.cn> - 0.4.1-9
|
||||
- Modified fifo path
|
||||
|
||||
* Fri Dec 03 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.1-8
|
||||
- Update app match.cpp info
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user