Compare commits
No commits in common. "97cd982b2d606760122e83eb006b6e1e22025370" and "669971477b2b62d706ebe8e6cc98744f89c2040e" have entirely different histories.
97cd982b2d
...
669971477b
@ -1,7 +1,7 @@
|
|||||||
# ubuntukylin-default-settings
|
# ubuntukylin-default-settings
|
||||||
|
|
||||||
#### Description
|
#### 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**}
|
Default settings for the Ubuntu Kylin desktop
|
||||||
|
|
||||||
#### Software Architecture
|
#### Software Architecture
|
||||||
Software architecture description
|
Software architecture description
|
||||||
|
|||||||
@ -1,9 +1,7 @@
|
|||||||
# ubuntukylin-default-settings
|
# 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.
@ -1,73 +0,0 @@
|
|||||||
%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
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: UbuntuKylin/ubuntukylin-default-settings
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user