commit 104ffbad8a5a4c96f73870f4776be7b42b6983f9 Author: Jiayi Yin Date: Thu Jun 13 23:28:04 2024 +0800 feat(os): support 2403 diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..6356c93 --- /dev/null +++ b/README.en.md @@ -0,0 +1,36 @@ +# openEuler-logos + +#### Description +{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} + +#### Software Architecture +Software architecture description + +#### Installation + +1. xxxx +2. xxxx +3. xxxx + +#### Instructions + +1. xxxx +2. xxxx +3. xxxx + +#### Contribution + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request + + +#### Gitee Feature + +1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md +2. Gitee blog [blog.gitee.com](https://blog.gitee.com) +3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) +4. The most valuable open source project [GVP](https://gitee.com/gvp) +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md new file mode 100644 index 0000000..032f180 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# openEuler-logos + +#### 介绍 +{**以下是码云平台说明,您可以替换此简介** +码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 +无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} + +#### 软件架构 +软件架构说明 + + +#### 安装教程 + +1. xxxx +2. xxxx +3. xxxx + +#### 使用说明 + +1. xxxx +2. xxxx +3. xxxx + +#### 参与贡献 + +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request + + +#### 码云特技 + +1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md +2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) +3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 +4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 +5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) +6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/logos.spec b/logos.spec new file mode 100644 index 0000000..ed23d4b --- /dev/null +++ b/logos.spec @@ -0,0 +1,154 @@ +%global codename verne + +Name: {os_name}-logos +Version: {rpm_version} +Release: 9 +Summary: {os_name}-related icons and pictures +License: Licensed only for approved usage, see COPYING for details. +Source0: {os_name}-logos-%{version}.tar.xz +BuildArch: noarch +BuildRequires: hardlink +Requires(post): coreutils + +Provides: gnome-logos = %{version}-%{release} system-logos = %{version}-%{release} +Provides: {os_name}-logos = %{version}-%{release} +# We carry the GSettings schema override, tell that to gnome-desktop3 +Provides: system-backgrounds-gnome + +%if "{os_name}" != "openEuler" +Provides: openEuler-logos +Obsoletes: openEuler-logos +%endif + +%description +The {os_name}-logos package (the "Package") contains files created by the +{os_name} Project. + +%package httpd +Summary: {os_name}-related icons and pictures used by httpd +Provides: system-logos-httpd = %{version}-%{release} +BuildArch: noarch + +%description httpd +The {os_name}-logos-httpd package contains image files which incorporate the +{os_name} trademarks (the "Marks"). + +%prep +%setup -q + +%build + +%install + +install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/backgrounds/ +for i in backgrounds/*.jpg backgrounds/*.png backgrounds/default.xml; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/ +done + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas +install -p -m 644 backgrounds/10_org.gnome.desktop.background.default.gschema.override $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/ +install -p -m 644 backgrounds/desktop-backgrounds-default.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/ + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps +for i in pixmaps/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps +done + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +for i in plymouth/charge/* ; do + install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge +done + +for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do + install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + for i in icons/hicolor/$size/apps/* ; do + install -p -m 644 ${i} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps + done +done + +install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps +install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps + +(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install) + +# save some dup'd icons +hardlink -v %{buildroot}/ + +%post +touch --no-create %{_datadir}/icons/hicolor || : + +%postun +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor || : + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi + +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : +glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : + +%files +%license COPYING +%exclude %{_datadir}/pixmaps/poweredby.png +%{_datadir}/backgrounds/* +%{_datadir}/glib-2.0/schemas/*.override +%{_datadir}/gnome-background-properties/*.xml +%{_datadir}/plymouth/themes/charge/* +%{_datadir}/pixmaps/* +%{_datadir}/anaconda/boot/* +%{_datadir}/anaconda/pixmaps/rnotes/* +%{_datadir}/anaconda/pixmaps/* +%{_datadir}/icons/hicolor/*/apps/* + +%files httpd +%license COPYING +%{_datadir}/pixmaps/poweredby.png + +%changelog +* Wed May 15 2024 sunhai - 1.0-9 +- use new logo + +* Mon Nov 28 2022 zhangqiumiao - 1.0-8 +- subpackage poweredby.png to minimize httpd footprint + +* Mon Jul 27 2020 lingsheng - 1.0-7 +- Not use hardlink absolute path + +* Mon Dec 30 2019 openEuler Buildteam - 1.0-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:optimization the spec + +* Wed Dec 25 2019 openEuler Buildteam - 1.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:bugfix in specs + +* Mon Dec 23 2019 openEuler Buildteam - 1.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete the provides + +* Tue Sep 24 2019 openEuler Buildteam - 1.0-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update the files of rpm + +* Wed Sep 11 2019 openEuler Buildteam - 1.0-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update install openEuler logo + +* Thu Aug 15 2019 openEuler Buildteam - 1.0-1 +- Package init + + diff --git a/logos/COPYING b/logos/COPYING new file mode 100644 index 0000000..4dc962b --- /dev/null +++ b/logos/COPYING @@ -0,0 +1,16 @@ +The {os_name} trademark, logo and other signs (collectively as “{os_name} +Signs”) belong to {os_name} Community. The {os_name}s Signs are in the +{os_name}-logos folder. Users are licensed to use the {os_name}-logos +folder during the normal operation of the unmodified {os_name} Software. +And Users are also allowed to reproduce and distribute {os_name}-logos +folder as a part of an unmodified {os_name} Software. Users must remove +all the {os_name} Signs in the {os_name}-logos folder before distributing +a derivative work of {os_name} Software. + +The {os_name}-logos folder is provided without warranties of any kind, +either express or implied. In no event shall any contributor or owner of +the {os_name}-logos folder be liable to you for any damages, including, +but not limited to any direct, or indirect, special or consequential +damages arising from your use or inability to use the {os_name}-logos +folder or any {os_name} Signs in it, no matter how it’s caused or based on +which legal theory, even if advised of the possibility of such damages. diff --git a/logos/anaconda/Makefile b/logos/anaconda/Makefile new file mode 100644 index 0000000..9c91423 --- /dev/null +++ b/logos/anaconda/Makefile @@ -0,0 +1,24 @@ +ANACONDADATADIR = /usr/share/anaconda +ANACONDABOOTDIR = $(ANACONDADATADIR)/boot + +all: + @echo "Nothing to do." + +install: + @if [ "$(DESTDIR)" = "" ]; then \ + echo " "; \ + echo "ERROR: A destdir is required"; \ + exit 1; \ + fi + + mkdir -p $(DESTDIR)/$(ANACONDADATADIR) + mkdir -p $(DESTDIR)/$(ANACONDABOOTDIR) + mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/en + + install -m 644 splash.lss $(DESTDIR)/$(ANACONDABOOTDIR) + install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/syslinux-splash.png + install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/en rnotes/en/* + install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps theme/* + +clean: + rm -f splash.lss diff --git a/logos/anaconda/README b/logos/anaconda/README new file mode 100644 index 0000000..7d06024 --- /dev/null +++ b/logos/anaconda/README @@ -0,0 +1,19 @@ +These files are used by anaconda during the installation process. A +basic description/specification for them is as follows: + +* anaconda_header.png: This is strip header at the top of + the screen during the install. 800x58. +* progress_first.png: First graphic displayed during package + installation. If there are no rnotes, this is displayed the entire + time. 500x325 +* progress_first-lowres.png: Lowres version of progress_first.png. 350x225 +* splash.png: Splash screen shown on the "Welcome to ..." screen. + 400x420 +* syslinux-splash.png: Splash screen used at the boot prompt with + syslinux/isolinux. This gets transformed into the syslinux specific + format. 640x300. This uses a 16 color palette (should be an indexed png). + You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000. + Alternately, you can use 12 colors and have them be any that you want. +* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when + using the menu. It should be 640x480 RGB. Can just be a conversion + of the grub splash and work well. diff --git a/logos/anaconda/rnotes/en/banner1.jpg b/logos/anaconda/rnotes/en/banner1.jpg new file mode 100644 index 0000000..c64c576 Binary files /dev/null and b/logos/anaconda/rnotes/en/banner1.jpg differ diff --git a/logos/anaconda/rnotes/en/banner2.jpg b/logos/anaconda/rnotes/en/banner2.jpg new file mode 100644 index 0000000..d7cb55a Binary files /dev/null and b/logos/anaconda/rnotes/en/banner2.jpg differ diff --git a/logos/anaconda/rnotes/en/banner3.jpg b/logos/anaconda/rnotes/en/banner3.jpg new file mode 100644 index 0000000..05ed75a Binary files /dev/null and b/logos/anaconda/rnotes/en/banner3.jpg differ diff --git a/logos/anaconda/splash.lss b/logos/anaconda/splash.lss new file mode 100644 index 0000000..097d4e1 Binary files /dev/null and b/logos/anaconda/splash.lss differ diff --git a/logos/anaconda/syslinux-splash.png b/logos/anaconda/syslinux-splash.png new file mode 100644 index 0000000..cd20eb3 Binary files /dev/null and b/logos/anaconda/syslinux-splash.png differ diff --git a/logos/anaconda/theme/sidebar-bg.png b/logos/anaconda/theme/sidebar-bg.png new file mode 100644 index 0000000..46d40c4 Binary files /dev/null and b/logos/anaconda/theme/sidebar-bg.png differ diff --git a/logos/anaconda/theme/sidebar-logo.png b/logos/anaconda/theme/sidebar-logo.png new file mode 100644 index 0000000..472f684 Binary files /dev/null and b/logos/anaconda/theme/sidebar-logo.png differ diff --git a/logos/anaconda/theme/topbar-bg.png b/logos/anaconda/theme/topbar-bg.png new file mode 100644 index 0000000..6c1da46 Binary files /dev/null and b/logos/anaconda/theme/topbar-bg.png differ diff --git a/logos/backgrounds/10_org.gnome.desktop.background.default.gschema.override b/logos/backgrounds/10_org.gnome.desktop.background.default.gschema.override new file mode 100644 index 0000000..bf2d4e6 --- /dev/null +++ b/logos/backgrounds/10_org.gnome.desktop.background.default.gschema.override @@ -0,0 +1,3 @@ +[org.gnome.desktop.background] +picture-uri='file:///usr/share/backgrounds/default.xml' + diff --git a/logos/backgrounds/7lines-bottom.png b/logos/backgrounds/7lines-bottom.png new file mode 100644 index 0000000..5f779a3 Binary files /dev/null and b/logos/backgrounds/7lines-bottom.png differ diff --git a/logos/backgrounds/7lines-top.png b/logos/backgrounds/7lines-top.png new file mode 100644 index 0000000..5f779a3 Binary files /dev/null and b/logos/backgrounds/7lines-top.png differ diff --git a/logos/backgrounds/corporate_engraved_1800x1440.jpg b/logos/backgrounds/corporate_engraved_1800x1440.jpg new file mode 100644 index 0000000..03c9814 Binary files /dev/null and b/logos/backgrounds/corporate_engraved_1800x1440.jpg differ diff --git a/logos/backgrounds/corporate_engraved_2048x1536.jpg b/logos/backgrounds/corporate_engraved_2048x1536.jpg new file mode 100644 index 0000000..245028d Binary files /dev/null and b/logos/backgrounds/corporate_engraved_2048x1536.jpg differ diff --git a/logos/backgrounds/corporate_engraved_2560x1440.jpg b/logos/backgrounds/corporate_engraved_2560x1440.jpg new file mode 100644 index 0000000..274b548 Binary files /dev/null and b/logos/backgrounds/corporate_engraved_2560x1440.jpg differ diff --git a/logos/backgrounds/corporate_engraved_2560x1600.jpg b/logos/backgrounds/corporate_engraved_2560x1600.jpg new file mode 100644 index 0000000..450f7b4 Binary files /dev/null and b/logos/backgrounds/corporate_engraved_2560x1600.jpg differ diff --git a/logos/backgrounds/custom_background_1800x1440.png b/logos/backgrounds/custom_background_1800x1440.png new file mode 100644 index 0000000..eb55459 Binary files /dev/null and b/logos/backgrounds/custom_background_1800x1440.png differ diff --git a/logos/backgrounds/custom_background_2048x1536.png b/logos/backgrounds/custom_background_2048x1536.png new file mode 100644 index 0000000..ab5478f Binary files /dev/null and b/logos/backgrounds/custom_background_2048x1536.png differ diff --git a/logos/backgrounds/custom_background_2560x1440.png b/logos/backgrounds/custom_background_2560x1440.png new file mode 100644 index 0000000..1147942 Binary files /dev/null and b/logos/backgrounds/custom_background_2560x1440.png differ diff --git a/logos/backgrounds/custom_background_2560x1600.png b/logos/backgrounds/custom_background_2560x1600.png new file mode 100644 index 0000000..86d60cd Binary files /dev/null and b/logos/backgrounds/custom_background_2560x1600.png differ diff --git a/logos/backgrounds/day.jpg b/logos/backgrounds/day.jpg new file mode 100644 index 0000000..215920b Binary files /dev/null and b/logos/backgrounds/day.jpg differ diff --git a/logos/backgrounds/default.jpg b/logos/backgrounds/default.jpg new file mode 100644 index 0000000..6e86d66 Binary files /dev/null and b/logos/backgrounds/default.jpg differ diff --git a/logos/backgrounds/default.png b/logos/backgrounds/default.png new file mode 100644 index 0000000..5f779a3 Binary files /dev/null and b/logos/backgrounds/default.png differ diff --git a/logos/backgrounds/default.xml b/logos/backgrounds/default.xml new file mode 100644 index 0000000..ed04702 --- /dev/null +++ b/logos/backgrounds/default.xml @@ -0,0 +1,51 @@ + + + 2012 + 06 + 4 + 7 + 00 + 00 + + + + + + +3600.0 +/usr/share/backgrounds/morning.jpg + + + + +18000.0 +/usr/share/backgrounds/morning.jpg +/usr/share/backgrounds/day.jpg + + + + +18000.0 +/usr/share/backgrounds/day.jpg + + + + +21600.0 +/usr/share/backgrounds/day.jpg +/usr/share/backgrounds/night.jpg + + + + +18000.0 +/usr/share/backgrounds/night.jpg + + + + +7200.0 +/usr/share/backgrounds/night.jpg +/usr/share/backgrounds/morning.jpg + + diff --git a/logos/backgrounds/desktop-backgrounds-default.xml b/logos/backgrounds/desktop-backgrounds-default.xml new file mode 100644 index 0000000..97db850 --- /dev/null +++ b/logos/backgrounds/desktop-backgrounds-default.xml @@ -0,0 +1,9 @@ + + + + + openEuler Default Background + /usr/share/backgrounds/default.xml + zoom + + diff --git a/logos/backgrounds/dottexture_navy_1800x1440.jpg b/logos/backgrounds/dottexture_navy_1800x1440.jpg new file mode 100644 index 0000000..03c9814 Binary files /dev/null and b/logos/backgrounds/dottexture_navy_1800x1440.jpg differ diff --git a/logos/backgrounds/dottexture_navy_2048x1536.jpg b/logos/backgrounds/dottexture_navy_2048x1536.jpg new file mode 100644 index 0000000..245028d Binary files /dev/null and b/logos/backgrounds/dottexture_navy_2048x1536.jpg differ diff --git a/logos/backgrounds/dottexture_navy_2560x1440.jpg b/logos/backgrounds/dottexture_navy_2560x1440.jpg new file mode 100644 index 0000000..274b548 Binary files /dev/null and b/logos/backgrounds/dottexture_navy_2560x1440.jpg differ diff --git a/logos/backgrounds/dottexture_navy_2560x1600.jpg b/logos/backgrounds/dottexture_navy_2560x1600.jpg new file mode 100644 index 0000000..450f7b4 Binary files /dev/null and b/logos/backgrounds/dottexture_navy_2560x1600.jpg differ diff --git a/logos/backgrounds/morning.jpg b/logos/backgrounds/morning.jpg new file mode 100644 index 0000000..215920b Binary files /dev/null and b/logos/backgrounds/morning.jpg differ diff --git a/logos/backgrounds/night.jpg b/logos/backgrounds/night.jpg new file mode 100644 index 0000000..215920b Binary files /dev/null and b/logos/backgrounds/night.jpg differ diff --git a/logos/icons/hicolor/16x16/apps/system-logo-icon.png b/logos/icons/hicolor/16x16/apps/system-logo-icon.png new file mode 100644 index 0000000..30fa014 Binary files /dev/null and b/logos/icons/hicolor/16x16/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/22x22/apps/system-logo-icon.png b/logos/icons/hicolor/22x22/apps/system-logo-icon.png new file mode 100644 index 0000000..ce94ad8 Binary files /dev/null and b/logos/icons/hicolor/22x22/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/24x24/apps/system-logo-icon.png b/logos/icons/hicolor/24x24/apps/system-logo-icon.png new file mode 100644 index 0000000..6a08609 Binary files /dev/null and b/logos/icons/hicolor/24x24/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/256x256/apps/system-logo-icon.png b/logos/icons/hicolor/256x256/apps/system-logo-icon.png new file mode 100644 index 0000000..f167a2b Binary files /dev/null and b/logos/icons/hicolor/256x256/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/32x32/apps/system-logo-icon.png b/logos/icons/hicolor/32x32/apps/system-logo-icon.png new file mode 100644 index 0000000..b2cd4f5 Binary files /dev/null and b/logos/icons/hicolor/32x32/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/36x36/apps/system-logo-icon.png b/logos/icons/hicolor/36x36/apps/system-logo-icon.png new file mode 100644 index 0000000..75e98b3 Binary files /dev/null and b/logos/icons/hicolor/36x36/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/48x48/apps/anaconda.png b/logos/icons/hicolor/48x48/apps/anaconda.png new file mode 100644 index 0000000..6452d9e Binary files /dev/null and b/logos/icons/hicolor/48x48/apps/anaconda.png differ diff --git a/logos/icons/hicolor/48x48/apps/system-logo-icon.png b/logos/icons/hicolor/48x48/apps/system-logo-icon.png new file mode 100644 index 0000000..68923da Binary files /dev/null and b/logos/icons/hicolor/48x48/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/96x96/apps/system-logo-icon.png b/logos/icons/hicolor/96x96/apps/system-logo-icon.png new file mode 100644 index 0000000..2ef7e22 Binary files /dev/null and b/logos/icons/hicolor/96x96/apps/system-logo-icon.png differ diff --git a/logos/icons/hicolor/scalable/apps/xfce4_xicon1.svg b/logos/icons/hicolor/scalable/apps/xfce4_xicon1.svg new file mode 100644 index 0000000..24ea09b --- /dev/null +++ b/logos/icons/hicolor/scalable/apps/xfce4_xicon1.svg @@ -0,0 +1,25 @@ + + + Operating System 2 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logos/pixmaps/poweredby.png b/logos/pixmaps/poweredby.png new file mode 100644 index 0000000..a93e838 Binary files /dev/null and b/logos/pixmaps/poweredby.png differ diff --git a/logos/pixmaps/system-logo-white.png b/logos/pixmaps/system-logo-white.png new file mode 100644 index 0000000..369138a Binary files /dev/null and b/logos/pixmaps/system-logo-white.png differ diff --git a/logos/plymouth/charge/animation-0001.png b/logos/plymouth/charge/animation-0001.png new file mode 100644 index 0000000..8239bb1 Binary files /dev/null and b/logos/plymouth/charge/animation-0001.png differ diff --git a/logos/plymouth/charge/animation-0002.png b/logos/plymouth/charge/animation-0002.png new file mode 100644 index 0000000..2b8cd0c Binary files /dev/null and b/logos/plymouth/charge/animation-0002.png differ diff --git a/logos/plymouth/charge/animation-0003.png b/logos/plymouth/charge/animation-0003.png new file mode 100644 index 0000000..ba4e098 Binary files /dev/null and b/logos/plymouth/charge/animation-0003.png differ diff --git a/logos/plymouth/charge/animation-0004.png b/logos/plymouth/charge/animation-0004.png new file mode 100644 index 0000000..6fd95c2 Binary files /dev/null and b/logos/plymouth/charge/animation-0004.png differ diff --git a/logos/plymouth/charge/animation-0005.png b/logos/plymouth/charge/animation-0005.png new file mode 100644 index 0000000..d5bc0c5 Binary files /dev/null and b/logos/plymouth/charge/animation-0005.png differ diff --git a/logos/plymouth/charge/animation-0006.png b/logos/plymouth/charge/animation-0006.png new file mode 100644 index 0000000..a97230c Binary files /dev/null and b/logos/plymouth/charge/animation-0006.png differ diff --git a/logos/plymouth/charge/animation-0007.png b/logos/plymouth/charge/animation-0007.png new file mode 100644 index 0000000..1175377 Binary files /dev/null and b/logos/plymouth/charge/animation-0007.png differ diff --git a/logos/plymouth/charge/animation-0008.png b/logos/plymouth/charge/animation-0008.png new file mode 100644 index 0000000..646b315 Binary files /dev/null and b/logos/plymouth/charge/animation-0008.png differ diff --git a/logos/plymouth/charge/animation-0009.png b/logos/plymouth/charge/animation-0009.png new file mode 100644 index 0000000..1514259 Binary files /dev/null and b/logos/plymouth/charge/animation-0009.png differ diff --git a/logos/plymouth/charge/animation-0010.png b/logos/plymouth/charge/animation-0010.png new file mode 100644 index 0000000..9b7a489 Binary files /dev/null and b/logos/plymouth/charge/animation-0010.png differ diff --git a/logos/plymouth/charge/animation-0011.png b/logos/plymouth/charge/animation-0011.png new file mode 100644 index 0000000..88ed558 Binary files /dev/null and b/logos/plymouth/charge/animation-0011.png differ diff --git a/logos/plymouth/charge/animation-0012.png b/logos/plymouth/charge/animation-0012.png new file mode 100644 index 0000000..addf88d Binary files /dev/null and b/logos/plymouth/charge/animation-0012.png differ diff --git a/logos/plymouth/charge/animation-0013.png b/logos/plymouth/charge/animation-0013.png new file mode 100644 index 0000000..7f8a436 Binary files /dev/null and b/logos/plymouth/charge/animation-0013.png differ diff --git a/logos/plymouth/charge/animation-0014.png b/logos/plymouth/charge/animation-0014.png new file mode 100644 index 0000000..6786da1 Binary files /dev/null and b/logos/plymouth/charge/animation-0014.png differ diff --git a/logos/plymouth/charge/animation-0015.png b/logos/plymouth/charge/animation-0015.png new file mode 100644 index 0000000..8d8efec Binary files /dev/null and b/logos/plymouth/charge/animation-0015.png differ diff --git a/logos/plymouth/charge/animation-0016.png b/logos/plymouth/charge/animation-0016.png new file mode 100644 index 0000000..84cc3e4 Binary files /dev/null and b/logos/plymouth/charge/animation-0016.png differ diff --git a/logos/plymouth/charge/animation-0017.png b/logos/plymouth/charge/animation-0017.png new file mode 100644 index 0000000..f0ef472 Binary files /dev/null and b/logos/plymouth/charge/animation-0017.png differ diff --git a/logos/plymouth/charge/animation-0018.png b/logos/plymouth/charge/animation-0018.png new file mode 100644 index 0000000..43ee7f5 Binary files /dev/null and b/logos/plymouth/charge/animation-0018.png differ diff --git a/logos/plymouth/charge/animation-0019.png b/logos/plymouth/charge/animation-0019.png new file mode 100644 index 0000000..ba29969 Binary files /dev/null and b/logos/plymouth/charge/animation-0019.png differ diff --git a/logos/plymouth/charge/animation-0020.png b/logos/plymouth/charge/animation-0020.png new file mode 100644 index 0000000..e4008b8 Binary files /dev/null and b/logos/plymouth/charge/animation-0020.png differ diff --git a/logos/plymouth/charge/animation-0021.png b/logos/plymouth/charge/animation-0021.png new file mode 100644 index 0000000..68c9243 Binary files /dev/null and b/logos/plymouth/charge/animation-0021.png differ diff --git a/logos/plymouth/charge/animation-0022.png b/logos/plymouth/charge/animation-0022.png new file mode 100644 index 0000000..2731529 Binary files /dev/null and b/logos/plymouth/charge/animation-0022.png differ diff --git a/logos/plymouth/charge/animation-0023.png b/logos/plymouth/charge/animation-0023.png new file mode 100644 index 0000000..c015c22 Binary files /dev/null and b/logos/plymouth/charge/animation-0023.png differ diff --git a/logos/plymouth/charge/animation-0024.png b/logos/plymouth/charge/animation-0024.png new file mode 100644 index 0000000..8fa6cee Binary files /dev/null and b/logos/plymouth/charge/animation-0024.png differ diff --git a/logos/plymouth/charge/animation-0025.png b/logos/plymouth/charge/animation-0025.png new file mode 100644 index 0000000..6c98c80 Binary files /dev/null and b/logos/plymouth/charge/animation-0025.png differ diff --git a/logos/plymouth/charge/animation-0026.png b/logos/plymouth/charge/animation-0026.png new file mode 100644 index 0000000..055d0d5 Binary files /dev/null and b/logos/plymouth/charge/animation-0026.png differ diff --git a/logos/plymouth/charge/animation-0027.png b/logos/plymouth/charge/animation-0027.png new file mode 100644 index 0000000..2b1115e Binary files /dev/null and b/logos/plymouth/charge/animation-0027.png differ diff --git a/logos/plymouth/charge/animation-0028.png b/logos/plymouth/charge/animation-0028.png new file mode 100644 index 0000000..699d28e Binary files /dev/null and b/logos/plymouth/charge/animation-0028.png differ diff --git a/logos/plymouth/charge/animation-0029.png b/logos/plymouth/charge/animation-0029.png new file mode 100644 index 0000000..92523fd Binary files /dev/null and b/logos/plymouth/charge/animation-0029.png differ diff --git a/logos/plymouth/charge/animation-0030.png b/logos/plymouth/charge/animation-0030.png new file mode 100644 index 0000000..7600e9b Binary files /dev/null and b/logos/plymouth/charge/animation-0030.png differ diff --git a/logos/plymouth/charge/animation-0031.png b/logos/plymouth/charge/animation-0031.png new file mode 100644 index 0000000..1e1bc8f Binary files /dev/null and b/logos/plymouth/charge/animation-0031.png differ diff --git a/logos/plymouth/charge/animation-0032.png b/logos/plymouth/charge/animation-0032.png new file mode 100644 index 0000000..03a5be1 Binary files /dev/null and b/logos/plymouth/charge/animation-0032.png differ diff --git a/logos/plymouth/charge/animation-0033.png b/logos/plymouth/charge/animation-0033.png new file mode 100644 index 0000000..b84dcdb Binary files /dev/null and b/logos/plymouth/charge/animation-0033.png differ diff --git a/logos/plymouth/charge/animation-0034.png b/logos/plymouth/charge/animation-0034.png new file mode 100644 index 0000000..664d52b Binary files /dev/null and b/logos/plymouth/charge/animation-0034.png differ diff --git a/logos/plymouth/charge/animation-0035.png b/logos/plymouth/charge/animation-0035.png new file mode 100644 index 0000000..183dd0f Binary files /dev/null and b/logos/plymouth/charge/animation-0035.png differ diff --git a/logos/plymouth/charge/animation-0036.png b/logos/plymouth/charge/animation-0036.png new file mode 100644 index 0000000..cb6eb2d Binary files /dev/null and b/logos/plymouth/charge/animation-0036.png differ diff --git a/logos/plymouth/charge/background-tile.png b/logos/plymouth/charge/background-tile.png new file mode 100644 index 0000000..1626a6d Binary files /dev/null and b/logos/plymouth/charge/background-tile.png differ diff --git a/logos/plymouth/charge/throbber-0001.png b/logos/plymouth/charge/throbber-0001.png new file mode 100644 index 0000000..e33d03d Binary files /dev/null and b/logos/plymouth/charge/throbber-0001.png differ diff --git a/logos/plymouth/charge/throbber-0002.png b/logos/plymouth/charge/throbber-0002.png new file mode 100644 index 0000000..325bae3 Binary files /dev/null and b/logos/plymouth/charge/throbber-0002.png differ diff --git a/logos/plymouth/charge/throbber-0003.png b/logos/plymouth/charge/throbber-0003.png new file mode 100644 index 0000000..30f79cd Binary files /dev/null and b/logos/plymouth/charge/throbber-0003.png differ diff --git a/logos/plymouth/charge/throbber-0004.png b/logos/plymouth/charge/throbber-0004.png new file mode 100644 index 0000000..a1a7725 Binary files /dev/null and b/logos/plymouth/charge/throbber-0004.png differ diff --git a/logos/plymouth/charge/throbber-0005.png b/logos/plymouth/charge/throbber-0005.png new file mode 100644 index 0000000..a36596a Binary files /dev/null and b/logos/plymouth/charge/throbber-0005.png differ diff --git a/logos/plymouth/charge/throbber-0006.png b/logos/plymouth/charge/throbber-0006.png new file mode 100644 index 0000000..5db40e6 Binary files /dev/null and b/logos/plymouth/charge/throbber-0006.png differ diff --git a/logos/plymouth/charge/throbber-0007.png b/logos/plymouth/charge/throbber-0007.png new file mode 100644 index 0000000..0a80339 Binary files /dev/null and b/logos/plymouth/charge/throbber-0007.png differ diff --git a/logos/plymouth/charge/throbber-0008.png b/logos/plymouth/charge/throbber-0008.png new file mode 100644 index 0000000..9df0bbb Binary files /dev/null and b/logos/plymouth/charge/throbber-0008.png differ diff --git a/logos/plymouth/charge/throbber-0009.png b/logos/plymouth/charge/throbber-0009.png new file mode 100644 index 0000000..6e1579d Binary files /dev/null and b/logos/plymouth/charge/throbber-0009.png differ diff --git a/logos/plymouth/charge/throbber-0010.png b/logos/plymouth/charge/throbber-0010.png new file mode 100644 index 0000000..d8e3906 Binary files /dev/null and b/logos/plymouth/charge/throbber-0010.png differ diff --git a/logos/plymouth/charge/throbber-0011.png b/logos/plymouth/charge/throbber-0011.png new file mode 100644 index 0000000..2b3cc76 Binary files /dev/null and b/logos/plymouth/charge/throbber-0011.png differ diff --git a/logos/plymouth/charge/throbber-0012.png b/logos/plymouth/charge/throbber-0012.png new file mode 100644 index 0000000..a6f8518 Binary files /dev/null and b/logos/plymouth/charge/throbber-0012.png differ diff --git a/logos/plymouth/charge/watermark.png b/logos/plymouth/charge/watermark.png new file mode 100644 index 0000000..7c14ec3 Binary files /dev/null and b/logos/plymouth/charge/watermark.png differ diff --git a/openEuler-logos.yaml b/openEuler-logos.yaml new file mode 100644 index 0000000..deaf7e6 --- /dev/null +++ b/openEuler-logos.yaml @@ -0,0 +1,5 @@ +git_url: https://gitee.com/src-openEuler/openEuler-logos +version_control: gitee +src_repo: src-openEuler/openEuler-logos +tag_prefix: "^v" +seperator: "."