First submission of source code

- 第一次提交源代码

Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
This commit is contained in:
tangjie02 2021-10-25 15:49:00 +08:00
parent c09d6008ea
commit 9963745ed4
2 changed files with 144 additions and 0 deletions

Binary file not shown.

144
kiran-widgets-qt5.spec Normal file
View File

@ -0,0 +1,144 @@
Name: kiran-widgets-qt5
Version: 2.1.2
Release: 2%{?dist}
Summary: Encapsulated QT Widget
Summary(zh_CN): 封装的Qt小部件
License: Mulan PSL v2
#URL:
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: gsettings-qt-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-linguist
BuildRequires: gsettings-qt
Requires: libX11
Requires: libxcb
Requires: xcb-util
Requires: qt5-qtbase
Requires: qt5-qtx11extras
Requires: qt5-qtsvg
Requires: gsettings-qt
%description
%{summary}.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
%{summary}.
%package examples
Summary: Programming examples for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description examples
%{summary}.
%prep
%autosetup -p1
%build
%{__mkdir} -p %{buildroot}
%cmake
make %{?_smp_mflags}
%install
%make_install
%files
%{_libdir}/libkiranwidgets-qt5.so*
%{_datadir}/kiranwidgets-qt5/translations/*
%files devel
%{_includedir}/kiranwidgets-qt5/*
%{_libdir}/pkgconfig/kiranwidgets-qt5.pc
%files examples
%{_datadir}/kiranwidgets-qt5/examples/*
%clean
rm -rf %{buildroot}
%changelog
* Mon Oct 18 2021 xiewenhao <xiewenhao@kylinos.com.cn> - 2.1.2-1
- KYOS: rebuild for KiranUI-2.1-OE (#43502)
* Fri Sep 17 2021 liuxinhao <liuxinhao@kylinos,com.cn> - 2.1.2.kb1
- KYOS-B: add interface to set titlebar height
* Fri Jul 16 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.1.1.kb1
- KYOS-F: fix menu set translucent background not effect
- KYOS-F: KiranApplication load qt translations when init (#41395)
- KYOS-B: fix mnemonics not converted (#41395)
* Mon Jun 07 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.1.0-2.kb1
- KYOS-B: Fix title block text width calculation error
- KYOS-F: adapting the style of qcombobox stylesheet combobox-popup option
- KYOS-F: update KiranTitlebarWindow SizeHint
- KYOS-B: Changing frequent log output levels
* Thu Apr 29 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.1.0-1.kb1
- KYOS-B: fix the problem that the upper and lower borders of spinbox are blocked by the input box
- KYOS-B: fix kiran style polish qcombobox crash
- KYOS-F: fit Qt5.9.7
- KYOS-F: add QSlider style
* Tue Mar 30 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha13-2.kb1
- KYOS-B: fix message box translation problem
* Tue Mar 16 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha13-1.kb2
- KYBD: rebuild solves the running dependency of the error
* Sat Feb 20 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha13-1.kb1
- KYOS-F: title bar layout custom title bar window is realized again,and the layout logic is optimized
- KYOS-B: fixed that full screen would result in incomplete window display in case of custom title bar window display shadow
- KYOS-B: fix Kiran message box display size calculation problem
- KYOS-B: spelling error of open word,update translation
- KYOS-B: fix a problem where the style sheet was set twice and the style sheet did not work the second time
* Thu Jan 28 2021 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha12-1.kb2
- KYOS-B: move pkgconfig configuration file to devel package
* Tue Nov 17 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha12
- KYOS-B: shared library name suffix and package name are unified
* Mon Nov 16 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha11
- KYOS-B: fix kiransingleapplication
* Mon Nov 16 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha10
- KYOS-F: add KiranSingleApplicaiton
- KYOS-B: message box minimum size limit,message box style supplement
* Mon Nov 16 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha9
- KYOS-F: add KiranApplication
* Wed Nov 04 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha8
- KYOS-B: add target library version
* Wed Nov 04 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha7
- KYOS-F: fix the problem of maximizing
* Tue Nov 03 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha6
- KYOS-F: add KiranMessageBox
* Sun Sep 27 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha5
- KYOS-B: custom title bar window unified interface
* Fri Sep 25 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha3
- KYOS-B: fix error setting shadow area display in zoom state
* Fri Sep 25 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha2
- KYOS-F: Suitable for high DPI
* Fri Sep 25 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 2.0.0+alpha1
- first build