Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a5a14f8b85
!10 [sync] PR-9: update version to 3.1.1
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-03-15 03:20:35 +00:00
peijiankang
5b2e889534 update version to 3.1.1
(cherry picked from commit 006488f4337e417d19313d6c81d24f3abf14b5e4)
2023-03-15 11:18:16 +08:00
openeuler-ci-bot
5f973d4804
!8 add build debuginfo and debugsource
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-02-08 09:10:47 +00:00
peijiankang
02149a477c add build debuginfo and debugsource 2023-02-08 16:41:38 +08:00
openeuler-ci-bot
783963d703
!7 Modified to operate font style only when selected
From: @tanyulong2021 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-08-05 03:35:43 +00:00
tanyulong2021
f7ae3f4555 Modified to operate font style only when selected 2022-08-03 15:24:38 +08:00
openeuler-ci-bot
5e9f218c7c
!6 Correct typos error in headerbar.cpp
From: @tanyulong2021 
Reviewed-by: @ 
Signed-off-by: @peijiankang
2022-08-03 06:52:24 +00:00
tanyulong2021
f3933bff1e Correct typos error in headerbar.cpp 2022-08-02 11:47:30 +08:00
openeuler-ci-bot
3a06165c0f
!5 Modify segment fault error
From: @tanyulong2021 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-08-02 03:44:16 +00:00
tanyulong2021
eaee9bca74 Modify segment fault error 2022-08-02 11:09:37 +08:00
3 changed files with 23 additions and 10 deletions

Binary file not shown.

BIN
ukui-notebook-3.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: ukui-notebook Name: ukui-notebook
Version: 3.1.0 Version: 3.1.1
Release: 2 Release: 1
Summary: A component of the ukui desktop environment that provides convenient text Summary: A component of the ukui desktop environment that provides convenient text
License: GPL-2+ License: GPL-2+
URL: http://www.ukui.org URL: http://www.ukui.org
@ -23,8 +22,6 @@ BuildRequires: pkgconf
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libXinerama-devel BuildRequires: libXinerama-devel
BuildRequires: libXcursor-devel BuildRequires: libXcursor-devel
BuildRequires: ukui-sidebar
%description %description
A component of the ukui desktop environment that provides convenient text recording and flexible interface display A component of the ukui desktop environment that provides convenient text recording and flexible interface display
@ -34,13 +31,13 @@ A component of the ukui desktop environment that provides convenient text record
%build %build
mkdir build && cd build mkdir build && cd build
qmake-qt5 .. %{qmake_qt5} ..
make %{make_build}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
cd %{_builddir}/%{name}-%{version}/build cd %{_builddir}/%{name}-%{version}/build
make INSTALL_ROOT=%{buildroot} install %{make_install} INSTALL_ROOT=%{buildroot}
@ -53,10 +50,26 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ukui-notebook-server %{_bindir}/ukui-notebook-server
%{_datadir}/applications/ukui-notebook.desktop %{_datadir}/applications/ukui-notebook.desktop
%{_datadir}/dbus-1/services/org.ukui.note.service %{_datadir}/dbus-1/services/org.ukui.note.service
%{_datadir}/ukui-notebook/ukui-notebook_tr.qm %{_datadir}/ukui-notebook/
%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm %{_datadir}/kylin-user-guide/data/guide/ukui-notebook/
%changelog %changelog
* Tue Mar 14 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.1-1
- update version to 3.1.1
* Wed Feb 08 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-6
- add build debuginfo and debugsource
* Wed Aug 03 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-5
- Modified to operate font style only when selected
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-4
- Correct typos error in headerbar.cpp
* Tue Aug 02 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-3
- Modify segment fault error
* Fri Apr 15 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-2 * Fri Apr 15 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-2
- rebuild and remove %if macro - rebuild and remove %if macro