From 4fe5a1670aa03f7528fc16ec6ce59382ef7dd543 Mon Sep 17 00:00:00 2001 From: vyloy Date: Mon, 13 Jul 2020 18:04:16 +0800 Subject: [PATCH 1/2] create sig-wine --- repository/src-openeuler.yaml | 6 ++++++ sig/sig-wine/OWNERS | 2 ++ sig/sig-wine/README.md | 34 ++++++++++++++++++++++++++++++++++ sig/sigs.yaml | 3 +++ 4 files changed, 45 insertions(+) create mode 100644 sig/sig-wine/OWNERS create mode 100644 sig/sig-wine/README.md diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 43d679876..aa8ca585d 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -29956,6 +29956,12 @@ repositories: protected_branches: - master type: private +- name: wine + description: '' + 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 000000000..c698e07e4 --- /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 000000000..fc767e6e4 --- /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 added89cd..ddb4f6169 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 -- Gitee From 9c403ef4ee5275d9136469ae3a007ce824dc50ee Mon Sep 17 00:00:00 2001 From: vyloy Date: Wed, 22 Jul 2020 11:11:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=86=E8=8A=82=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/src-openeuler.yaml | 2 +- sig/sig-wine/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index aa8ca585d..e6eab98c0 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -29957,7 +29957,7 @@ repositories: - master type: private - name: wine - description: '' + description: 'allow Apps developed for Microsoft Windows to run on Unix-like operating systems' upstream: https://github.com/wine-mirror/wine protected_branches: - master diff --git a/sig/sig-wine/README.md b/sig/sig-wine/README.md index fc767e6e4..bd8901a4c 100644 --- a/sig/sig-wine/README.md +++ b/sig/sig-wine/README.md @@ -2,7 +2,7 @@ Wine (“Wine Is Not an Emulator” 的首字母缩写)是一个能够在多种 POSIX-compliant 操作系统(诸如 Linux,macOS 及 BSD 等)上运行 Windows 应用的兼容层。Wine 不是像虚拟机或者模拟器一样模仿内部的 Windows 逻辑,而是將 Windows API 调用翻译成为动态的 POSIX 调用,免除了性能和其他一些行为的内存占用,让你能够干净地集合 Windows 应用到你的桌面。 -希望通过为 openEuler 引入 Wine ,从而让 Windows 海量的应用能运行在 openEuler 上。 +为 openEuler 引入 Wine ,从而让 Windows 海量的应用能运行在 openEuler 上。 ## Wine SIG 组目标 -- Gitee