diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 43d6798766cb82ec112d99fdd69d03a6e37a92b5..e6eab98c0456a24d6f75be9b234f386ceb829f67 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -29956,6 +29956,12 @@ repositories: protected_branches: - master type: private +- name: wine + description: 'allow Apps developed for Microsoft Windows to run on Unix-like operating systems' + upstream: https://github.com/wine-mirror/wine + protected_branches: + - master + type: public - name: wireless-tools description: Tools for manipulating Linux Wireless Extensions upstream: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html diff --git a/sig/sig-wine/OWNERS b/sig/sig-wine/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..c698e07e4c5d47e2668b9fb9d2778180bc0bf526 --- /dev/null +++ b/sig/sig-wine/OWNERS @@ -0,0 +1,2 @@ +maintainers: +- vyloy diff --git a/sig/sig-wine/README.md b/sig/sig-wine/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bd8901a4c9fbfb0986960d7cd5796c3a110daf16 --- /dev/null +++ b/sig/sig-wine/README.md @@ -0,0 +1,34 @@ +# openEuler Wine 兴趣小组(SIG) + +Wine (“Wine Is Not an Emulator” 的首字母缩写)是一个能够在多种 POSIX-compliant 操作系统(诸如 Linux,macOS 及 BSD 等)上运行 Windows 应用的兼容层。Wine 不是像虚拟机或者模拟器一样模仿内部的 Windows 逻辑,而是將 Windows API 调用翻译成为动态的 POSIX 调用,免除了性能和其他一些行为的内存占用,让你能够干净地集合 Windows 应用到你的桌面。 + +为 openEuler 引入 Wine ,从而让 Windows 海量的应用能运行在 openEuler 上。 + +## Wine SIG 组目标 + +### 工作目标 + + - 在 openEuler 社区中添加对 Wine 的支持 + - 及时响应用户反馈,解决相关问题 + +### 交付物 + +- 源码、tar包或兼而有之 + +### 该 SIG 管理的 repository 及描述 + +- 仓库: https://gitee.com/src-openeuler/wine + +## SIG 基本信息 + +### Maintainers +- vyloy + +### Committers +- vyloy + +### 邮件列表 +- wine@openeuler.org + +### 会议 +- 时间: 每个月的第一个周五下午,16:00 - 16:30 +0800 北京时间 diff --git a/sig/sigs.yaml b/sig/sigs.yaml index added89cd18a1aa37cb49ceebd81af731254dd35..ddb4f61695556ec00c5bc0a9a13e95bb4840a562 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -5763,3 +5763,6 @@ sigs: - src-openeuler/libkefir - src-openeuler/cilium - src-openeuler/katran +- name: sig-wine + repositories: + - src-openeuler/wine