1 Star 0 Fork 52

GH/third_party_glib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
GH 提交于 2023-05-29 15:47 . add COPYING
#!/bin/bash
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation version 2.1
# of the License.
#
# Copyright(c) 2023 Huawei Device Co., Ltd.
set -e
cd $1
find . ! -path "*/\.*" ! \( -name patch.tar.gz -o -name glib-2.68.1.tar.xz\
-o -name BUILD.gn\
-o -name config.gni\
-o -name install.sh\
-o -name bundle.json\
-o -name OAT.xml\
-o -name README.OpenSource\
-o -name glib2.spec\
-o -name COPYING\
-o -name ".*" \)\
-prune -print -exec rm -rf {} \;
tar -zxvf patch.tar.gz
tar -xvf glib-2.68.1.tar.xz
mv glib-2.68.1/* .
rm -rf glib-2.68.1
patch -p1 < backport-lib-openharmony-glib.patch
patch -p1 < backport-correctly-use-3-parameters-for-clise-range.patch
patch -p1 < backport-fix-a-memory-leak.patch
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/magnificGH/third_party_glib.git
[email protected]:magnificGH/third_party_glib.git
magnificGH
third_party_glib
third_party_glib
master

搜索帮助