5 Star 0 Fork 10

src-openEuler/kylin-calculator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-install-schema-files-to-fix-build-error.patch 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
From d5bf83a93dba9b2cf8c14236697b65b084424326 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BE=AF=E7=BA=A2=E5=8B=8B?= <houhongxun@kylinos.cn>
Date: Sun, 7 Apr 2024 17:17:46 +0800
Subject: [PATCH] install schema files to fix build error
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 侯红勋 <houhongxun@kylinos.cn>
---
kylin-calculator.pri | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/kylin-calculator.pri b/kylin-calculator.pri
index ac08009..86d9857 100644
--- a/kylin-calculator.pri
+++ b/kylin-calculator.pri
@@ -108,6 +108,9 @@ guide.path = /usr/share/kylin-user-guide/data/guide/
lib.files = $$PWD/libkylin-calculator.so
lib.path = /opt/small-plugin/children/bin
+schemes.files += $$PWD/data/org.kylin-calculator-data.gschema.xml $$PWD/data/org.ukui.log4qt.kylin-calculator.gschema.xml
+schemes.path = /usr/share/glib-2.0/schemas/
+
desktop.files += $$PWD/kylin-calculator.desktop
desktop.path = /usr/share/applications/
@@ -117,6 +120,7 @@ translationsFiles.path = /usr/share/kylin-calculator/translations/
INSTALLS += \
target \
lib \
+ schemes \
desktop \
translationsFiles \
guide \
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/kylin-calculator.git
git@gitee.com:src-openeuler/kylin-calculator.git
src-openeuler
kylin-calculator
kylin-calculator
master

搜索帮助