Compare commits
11 Commits
92f68ae12a
...
66f1f336fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66f1f336fa | ||
|
|
e612aee6de | ||
|
|
31ffc2f83c | ||
|
|
e8712052d6 | ||
|
|
182340563c | ||
|
|
aaf270b1fc | ||
|
|
8aa5274c80 | ||
|
|
83725368c7 | ||
|
|
07a9c9dcbb | ||
|
|
25b4183357 | ||
|
|
a13e0c36b9 |
@ -0,0 +1,26 @@
|
||||
From a4243af27423d085a875f24ef02ba998a0aef6b5 Mon Sep 17 00:00:00 2001
|
||||
From: huayadong <huayadong@kylinos.cn>
|
||||
Date: Fri, 4 Jun 2021 15:22:53 +0800
|
||||
Subject: [PATCH] change libqt5-ukui-style Requires Qt5Widgets Version
|
||||
restrictions
|
||||
|
||||
---
|
||||
libqt5-ukui-style/development-files/qt5-ukui.pc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libqt5-ukui-style/development-files/qt5-ukui.pc b/libqt5-ukui-style/development-files/qt5-ukui.pc
|
||||
index 6c41464..6e9ae5a 100755
|
||||
--- a/libqt5-ukui-style/development-files/qt5-ukui.pc
|
||||
+++ b/libqt5-ukui-style/development-files/qt5-ukui.pc
|
||||
@@ -1,7 +1,7 @@
|
||||
Name: libqt5-ukui-style
|
||||
Description: UKUI style API for secondary development.
|
||||
Home Page: https://github.com/ukui/qt5-ukui-platformtheme
|
||||
-Requires: Qt5Widgets >= 5.12.1 glib-2.0 gio-2.0 gsettings-qt
|
||||
+Requires: Qt5Widgets glib-2.0 gio-2.0 gsettings-qt
|
||||
Version: 1.0.0
|
||||
Libs: -L/usr/lib -L/usr/lib/x86_64-linux-gnu -lqt5-ukui-style
|
||||
Cflags: -I/usr/include/qt5-ukui
|
||||
--
|
||||
2.27.0
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: qt5-ukui-platformtheme
|
||||
Version: 1.0.5
|
||||
Release: 1
|
||||
Release: 5
|
||||
Summary: Qt5 QPA platform theme of UKUI
|
||||
License: LGPL-3.0+ GPL-3.0+
|
||||
URL: http://www.ukui.org
|
||||
@ -18,9 +18,11 @@ BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
BuildRequires: qt5-qttools-devel
|
||||
BuildRequires: qtchooser
|
||||
|
||||
Requires: libqt5-ukui-style1
|
||||
Requires: qt5-styles-ukui
|
||||
Requires: glib2
|
||||
|
||||
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||
|
||||
%description
|
||||
qt5-ukui-platformtheme is official platform theme of UKUI desktop
|
||||
@ -81,6 +83,7 @@ Provides: libqt5-ukui-style
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
mkdir build && cd build
|
||||
@ -88,7 +91,7 @@ qmake-qt5 ..
|
||||
make
|
||||
|
||||
%post
|
||||
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||:
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -124,6 +127,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Fri Jul 29 2022 huayadong <huayadong@kylinos.cn> - 1.0.5-5
|
||||
- rebuild
|
||||
|
||||
* Tue Apr 19 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.5-4
|
||||
- rebuild
|
||||
|
||||
* Thu Apr 14 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.5-3
|
||||
- modify qt5-ukui-platformtheme install error
|
||||
|
||||
* Fri Jun 4 2021 huayadong<huayadong@kylinos.cn> - 1.0.5-2
|
||||
- add patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||
|
||||
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 1.0.5-1
|
||||
- update to upstream version 1.0.4-1+1027.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user