15 Star 0 Fork 2

ocs-upgrade/xkbcomp

forked from OpenCloudOS Stream/xkbcomp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xkbcomp.spec 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-07-18 20:38 . Upgrade to version 1.4.7
Summary: XKB keymap compiler
Name: xkbcomp
Version: 1.4.7
Release: 1%{?dist}
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/xkbcomp-%{version}.tar.xz
BuildRequires: make, gcc, libxkbfile-devel
BuildRequires: pkgconfig(x11), pkgconfig(xorg-macros) >= 1.8
%description
The xkbcomp keymap compiler converts a description of an XKB keymap
into one of several output formats. The most common use for xkbcomp
is to create a compiled keymap file (.xkm extension) which can be read
directly by XKB-capable X servers or utilities. The keymap compiler can
also produce C header files or XKB source files. The C header files
produced by xkbcomp can be included by X servers or utilities that need
a built-in default keymap. The XKB source files produced by xkbcomp are
fully resolved and can be used to verify that the files which typically
make up an XKB keymap are merged correctly or to create a single file
which contains a complete description of the keymap.
%package devel
Summary: XKB keymap compiler development package
Requires: pkgconfig
Requires: %{name} = %{version}-%{release}
%description devel
This package provides pkgconfig file for developers who use XKB keymap compiler.
%prep
%autosetup
%build
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/xkbcomp
%{_mandir}/man1/xkbcomp.1*
%files devel
%{_libdir}/pkgconfig/xkbcomp.pc
%changelog
* Thu Jul 18 2024 Upgrade Robot <upbot@opencloudos.tech> - 1.4.7-1
- Upgrade to version 1.4.7
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.6-2
- Rebuilt for OpenCloudOS Stream 23.09
* Mon Aug 21 2023 Shuo Wang <abushwang@tencent.com> - 1.4.6-1
- update to 1.4.6
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.5-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.5-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Sep 1 2022 cunshunxia <cunshunxia@tencent.com> - 1.4.5-1
- initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/xkbcomp.git
git@gitee.com:ocs-upgrade/xkbcomp.git
ocs-upgrade
xkbcomp
xkbcomp
master

搜索帮助