114 Star 0 Fork 4

src-openEuler/xcb-util-keysyms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-0001-Build-xz-tarballs-instead-of-bzip2.patch 773 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangbo 提交于 2023-01-06 19:17 . Build xz tarballs instead of bzip2
From b23e729d0e3553366af241f0583e6b7cccea57a3 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat, 18 Jun 2022 10:21:52 -0700
Subject: [PATCH 01/11] Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 826f388..fda866a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59c)
AC_INIT([xcb-util-keysyms],0.4.0,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
XCB_UTIL_COMMON([1.4], [1.6])
--
2.39.0.windows.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/xcb-util-keysyms.git
git@gitee.com:src-openeuler/xcb-util-keysyms.git
src-openeuler
xcb-util-keysyms
xcb-util-keysyms
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385