更新打包文件,更新changelog ukui-search4.10.0.0-ok0
This commit is contained in:
parent
7c220bdbab
commit
c2b867bb17
|
@ -1,3 +1,17 @@
|
|||
ukui-search (4.10.0.0-ok0) nile; urgency=medium
|
||||
|
||||
* Issues:I80XSV
|
||||
* 其他改动:
|
||||
- 优化全局搜索应用的内存占用
|
||||
- 为OCR内容索引增加单独的数据库和单独控制开关
|
||||
- 增加查看当前索引状态的命令行
|
||||
- 修改设置搜索的匹配策略,使用全新的词条展示样式
|
||||
- 添加托盘图标右键菜单
|
||||
* 其他改动影响域:
|
||||
- 文件索引功能,设置搜索功能
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Wed, 25 Oct 2023 10:17:39 +0800
|
||||
|
||||
ukui-search (4.0.6.1-ok0) yangtze; urgency=medium
|
||||
|
||||
* Issues:NULL
|
||||
|
|
|
@ -29,7 +29,9 @@ Build-Depends: debhelper-compat (=12),
|
|||
libukui-appwidget-qmlplugin0,
|
||||
qml-module-org-ukui-stylehelper,
|
||||
qtdeclarative5-dev,
|
||||
cmake
|
||||
cmake,
|
||||
libgoogle-perftools-dev,
|
||||
libqt5remoteobjects5-dev
|
||||
Standards-Version: 4.5.0
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://www.ukui.org/
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
Loading…
Reference in New Issue