Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
97cd982b2d
!5 update upstream version 22.04.1
From: @tanyulong2021 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-12-15 03:04:35 +00:00
tanyulong2021
d6e50be6b7 update upstream version 22.04.1 2022-12-15 09:58:58 +08:00
openeuler-ci-bot
810426bbe5
!4 add yaml file
From: @tanyulong2021 
Reviewed-by: @pei-jiankang 
Signed-off-by: @pei-jiankang
2022-04-15 09:44:50 +00:00
tanyulong2021
1d8450bffc add yaml file 2022-04-15 17:11:18 +08:00
openeuler-ci-bot
37cd6c7572 !3 changed the default value of application
From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
2021-10-29 09:21:32 +00:00
tanyulong2021
9d98ce8414 changed the default value of application 2021-10-28 20:13:03 +08:00
openeuler-ci-bot
fae15eaa42 !2 update source
Merge pull request !2 from yangzhao_kl/update_source
2020-07-24 17:36:41 +08:00
yangzhao_kl
eea405a980 update_source 2020-07-24 15:07:21 +08:00
openeuler-ci-bot
9ddc7a3f64 !1 initial release
Merge pull request !1 from yangzhao_kl/initial_release
2020-07-23 14:45:25 +08:00
yangzhao_kl
3729292974 initial release 2020-07-23 11:25:29 +08:00
5 changed files with 81 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# ubuntukylin-default-settings
#### Description
Default settings for the Ubuntu Kylin desktop
{**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

View File

@ -1,7 +1,9 @@
# ubuntukylin-default-settings
#### 介绍
Default settings for the Ubuntu Kylin desktop
{**以下是码云平台说明,您可以替换此简介**
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
#### 软件架构
软件架构说明

Binary file not shown.

View File

@ -0,0 +1,73 @@
%define debug_package %{nil}
Name: ubuntukylin-default-settings
Version: 22.04.1
Release: 1
Summary: Default settings for the Ubuntu Kylin desktop
License: GPL-3+
URL: http://www.ukui.org
Source0: %{name}-%{version}.tar.gz
BuildRequires: e2fsprogs
#BuildRequires: sassc
#Requires: ubuntukylin-keyring
%description
This package contains the default settings used by Ubuntu Kylin.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/usr/share/glib-2.0/schemas
cp -rf debian/20_ubuntukylin-default-settings.gschema.override %{buildroot}/usr/share/glib-2.0/schemas
mkdir -p %{buildroot}/usr/share/applications
cp -rf debian/ukui-mimeapps.list %{buildroot}/usr/share/applications/
mkdir -p %{buildroot}/etc/profile.d
cp -rf debian/Z99-zip-gbk.sh %{buildroot}/etc/profile.d/
mkdir -p %{buildroot}/usr/share/ubiquity/pixmaps
cp -rf icons/ubuntu_installed.png %{buildroot}/usr/share/ubiquity/pixmaps/
mkdir -p %{buildroot}/usr/lib64/
cp -rf debian/firefox/ %{buildroot}/usr/lib64/
mkdir -p %{buildroot}/etc/apport/native-origins.d
cp -rf debian/apport/ubuntukylin %{buildroot}/etc/apport/native-origins.d/
%preun
%postun
%post
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc debian/copyright debian/changelog
%{_datadir}/glib-2.0/schemas/20_ubuntukylin-default-settings.gschema.override
%{_datadir}/applications/
%{_sysconfdir}/profile.d/
%{_datadir}/ubiquity/pixmaps/
%{_libdir}/firefox/browser/*
%{_libdir}/firefox/ubuntukylin.cfg
%{_sysconfdir}/apport/native-origins.d/
%changelog
* Tue Nov 22 2022 tanyulong <tanyulong@kylinos.cn> - 22.04.1-1
- update upstream version 22.04.1
* Thu Oct 28 2021 tanyulong <tanyulong@kylinos.cn> - 20.04.2 -2
- changed the default value of application
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 20.04.2-1
- Init package for openEuler

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: UbuntuKylin/ubuntukylin-default-settings
tag_prefix: "^v"
separator: "."