add x11-apps Depend
This commit is contained in:
parent
4c25a699a3
commit
6f3eecb8c7
26
0001-add-x11-apps-Depend.patch
Normal file
26
0001-add-x11-apps-Depend.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 3c429c689e514467a378a18521636e6c25252d2d Mon Sep 17 00:00:00 2001
|
||||
From: pei-jiankang <peijiankang@kylinos.cn>
|
||||
Date: Thu, 16 Dec 2021 20:46:32 +0800
|
||||
Subject: [PATCH] add x11-apps Depend
|
||||
|
||||
---
|
||||
debian/control | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index 1c8fb582..c9e36486 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -6,7 +6,8 @@ Uploaders: Aron Xu <aron@debian.org>,
|
||||
handsome_feng <jianfengli@ubuntukylin.com>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
sass,
|
||||
-Standards-Version: 4.5.0
|
||||
+ x11-apps
|
||||
+Standards-Version: 4.5.1
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://www.ukui.org
|
||||
Vcs-Git: https://github.com/ukui/ukui-themes.git
|
||||
--
|
||||
2.30.0
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-themes
|
||||
Version: 1.4.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Official themes for the UKUI desktop
|
||||
License: GPL-3
|
||||
URL: http://www.ukui.org
|
||||
Source0: %{name}-%{version}.zip
|
||||
|
||||
Patch0: 0001-add-x11-apps-Depend.patch
|
||||
BuildRequires: cmake,libsass,sassc
|
||||
|
||||
%description
|
||||
@ -15,6 +15,7 @@ BuildRequires: cmake,libsass,sassc
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
echo $RPM_BUILD_ROOT
|
||||
echo %{buildroot}
|
||||
|
||||
@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/themes/ukui-white
|
||||
|
||||
%changelog
|
||||
* Thu Dec 16 2021 pei-jiankang <peijiankang@kylinos.cn> - 1.4.0-3
|
||||
- add x11-apps Depend
|
||||
|
||||
* Thu Sep 09 2021 douyan <douyan@kylinos.cn> - 1.4.0-2
|
||||
- add kylin-music kylin-recorder icon
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user