Update to version 2.2-5
- 更新到2.2-5版本,主要改动如下: 1. 开始菜单左侧栏增加运行命令、搜索文件、资源管理器等入口 2. 增加托盘区域功能 3. 修复一些BUG Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
This commit is contained in:
parent
2487afd6eb
commit
9f046af051
Binary file not shown.
BIN
kiran-menu-2.2.5.tar.gz
Normal file
BIN
kiran-menu-2.2.5.tar.gz
Normal file
Binary file not shown.
123
kiran-menu.spec
123
kiran-menu.spec
@ -1,14 +1,11 @@
|
||||
Name: kiran-menu
|
||||
Version: 2.2.0+beta4
|
||||
Release: 1%{?dist}
|
||||
Version: 2.2.5
|
||||
Release: 6%{?dist}
|
||||
Summary: Applets for mate panel from Kiran Desktop
|
||||
|
||||
License: GPLv2+
|
||||
License: Mulan PSL v2
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: logo.svg
|
||||
Source2: workspace-switcher.svg
|
||||
|
||||
Patch1: kiran-menu_change-filemanager-in-taskbar-fixed-apps.patch
|
||||
|
||||
BuildRequires: cmake > 3.0
|
||||
BuildRequires: gcc-c++
|
||||
@ -16,16 +13,23 @@ BuildRequires: gtkmm30-devel
|
||||
BuildRequires: mate-panel-devel >= 1.22
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libwnck3-devel
|
||||
BuildRequires: accountsservice-devel
|
||||
BuildRequires: kiran-cc-daemon-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: mate-desktop-devel >= 1.22
|
||||
BuildRequires: cairomm-devel
|
||||
BuildRequires: kiran-log-gtk3-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: fmt-devel
|
||||
BuildRequires: kiran-panel
|
||||
BuildRequires: kiran-panel-libs
|
||||
BuildRequires: kiran-panel-devel
|
||||
|
||||
Requires: libwnck3
|
||||
Requires: mate-screensaver
|
||||
Requires: accountsservice
|
||||
Requires: kiran-system-daemon
|
||||
Requires: mate-session-manager >= 1.22
|
||||
Requires: glib2
|
||||
Requires: gtk-update-icon-cache
|
||||
@ -46,13 +50,9 @@ Redesigned panel applets for Mate Desktop
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
cp %SOURCE1 %{_builddir}/%{name}-%{version}/images/ -f
|
||||
cp %SOURCE2 %{_builddir}/%{name}-%{version}/images/ -f
|
||||
cp %SOURCE2 %{_builddir}/%{name}-%{version}/icons/ -f
|
||||
|
||||
|
||||
%build
|
||||
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF
|
||||
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_WITH_KIRANACCOUNTS:BOOL=ON -DKIRAN_DESKTOP:BOOL=TRUE
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -61,15 +61,16 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%files -n kiran-applets
|
||||
%{_libexecdir}/mate-panel/kiran-applet
|
||||
%{_datadir}/dbus-1/services/org.mate.panel.applet.KiranAppletFactory.service
|
||||
%{_datadir}/glib-2.0/schemas/com.unikylin.Kiran.StartMenu.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/com.unikylin.Kiran.StartMenu.profile.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/com.unikylin.Kiran.TaskBar.gschema.xml
|
||||
%{_datadir}/kiran-applet/com.unikylin.Kiran.MenuCategory.xml
|
||||
%{_libexecdir}/kiran-panel/kiran-applet
|
||||
%{_datadir}/dbus-1/services/org.kiran.panel.applet.KiranAppletFactory.service
|
||||
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.startmenu.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.taskbar.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.workspace-switcher.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.tray.gschema.xml
|
||||
%{_datadir}/kiran-applet/com.kylinsec.Kiran.MenuCategory.xml
|
||||
%{_datadir}/kiran-applet/kiran-applet.gresource
|
||||
%{_datadir}/locale/zh_CN/LC_MESSAGES/kiran-applet.mo
|
||||
%{_datadir}/mate-panel/applets/org.mate.panel.KiranApplet.mate-panel-applet
|
||||
%{_datadir}/kiran-panel/applets/org.mate.panel.KiranApplet.mate-panel-applet
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
%{_datadir}/kiran-applet/menu-menu.ui.xml
|
||||
%{_datadir}/kiran-applet/tasklist-menu.ui.xml
|
||||
@ -81,15 +82,83 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 28 2021 songchuanfei <songchuanfei@kylinos.com.cn> 2.2.0+beta4-1.ky3
|
||||
- KYOS-F: Treat challenge as yes when query suspend capabilities (#34207)
|
||||
* Fri Oct 29 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.5-6.ky3
|
||||
- KYOS-B: Fix the zlog_ex.h dependency error.
|
||||
|
||||
* Mon Jan 18 2021 songchuanfei <songchuanfei@kylinos.com.cn> 2.2.0+beta3-1.ky3
|
||||
- KYOS-F: [menu] Fix chinese translation not correct for control center(##33519)
|
||||
- KYOS-F: [tasklist] Fix window animation direction error after change current page for app buttons
|
||||
* Mon Oct 25 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.5-5.ky3
|
||||
- KYOS-F: Rebuild for KiranUI-2.1-OE
|
||||
|
||||
* Tue Jan 12 2021 songchuanfei <songchuanfei@kylinos.com.cn> 2.2.0+beta2-1.ky3
|
||||
- KYOS-F: Fix applet crash when reset panel in some cases(#31883)
|
||||
* Sat Oct 23 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.5-4.ky3
|
||||
- KYOS-B: Revert: draw the background and the round window.
|
||||
|
||||
* Fri Oct 22 2021 yuanxing <yuanxing@kylinos.com.cn> 2.2.5-3.ky3
|
||||
- KYOS-F: add create new workspace translation.(#45212)
|
||||
- KYOS-B: Fix the coredump when press power button on start menu.
|
||||
|
||||
* Fri Oct 15 2021 xiewenhao <xiewenhao@kylinos.com.cn> 2.2.5-1.ky3.kb3
|
||||
- KYOS-B: add cmake parameter (#43502)
|
||||
|
||||
* Sat Oct 09 2021 xiewenhao <xiewenhao@kylinos.com.cn> 2.2.5-1.ky3.kb2
|
||||
- KYBD: rebuild for KiranUI-2.1-OE
|
||||
|
||||
* Sun Sep 26 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.5-1.ky3.kb1
|
||||
- KYOS-F: draw the background and the round window.(#39692)
|
||||
- KYOS-B: delete the gtk image set from pixbuf with scale function.(#39692)
|
||||
- KYOS-B: realse the gsettings object when kiran tray finalize.(#44222)
|
||||
|
||||
* Fri Sep 17 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.5-1.ky3
|
||||
- Modify the license to Mulan PSL.
|
||||
|
||||
* Wed Aug 25 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.4-1.ky3
|
||||
- KYOS-F: Compatible kiran-panel.
|
||||
|
||||
* Wed Aug 04 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-6.ky3
|
||||
- KYOS-B: Localization the tips name over tasklist application. (#42107)
|
||||
|
||||
* Tue Jul 20 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-5.ky3
|
||||
- KYOS-B: Check whether system can shutdown when show power buttons.(#39572 #40713)
|
||||
|
||||
* Thu Jul 16 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.3-4.ky3.kb1
|
||||
- KYOS-B: add the About menu translator.(#39692)
|
||||
|
||||
* Wed Jul 14 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-4.ky3
|
||||
- KYOS-F: Add LICENSE file and copyright information in source file header.
|
||||
- KYOS-F: Check whether system can shutdown or reboot when show power buttons. (#39572 #40713)
|
||||
|
||||
* Thu Jul 01 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.3-3.ky3.kb1
|
||||
- KYOS-B: Not let panel applet to get key focus when mouse enter.(#39561)
|
||||
|
||||
* Tue Jun 22 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-3.ky3
|
||||
- KYOS-F: Add new command(kiran-cpanel-account) for launching account manager.
|
||||
|
||||
* Sat Jun 19 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.3-2.ky3.kb1
|
||||
- KYOS-B: let the kiran flameshot app status icon defaut in the panel.(#40001)
|
||||
|
||||
* Thu Jun 10 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-2.ky3
|
||||
- KYOS-B: Fix the error that variable default-page in gsettings doesn't work.
|
||||
- KYOS-F: rename gsettings name according to specification.
|
||||
|
||||
* Wed Jun 09 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-1.ky3.kb1
|
||||
- KYOS-B: Delete the override-redirect property for menu window. (#39773)
|
||||
|
||||
* Thu Jun 03 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.3-1.ky3
|
||||
- KYOS-F: Set default fixed applications which contain gnome-software, firfox, mate-terminal and caja on taskbar.
|
||||
|
||||
* Thu May 27 2021 wangxiaoqing <wangxiaoqing@kylinos.com.cn> 2.2.2-1.ky3
|
||||
- KYOS-F: Add tray applet.
|
||||
|
||||
* Mon Mar 29 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.1+beta1-2.ky3
|
||||
- KYOS-F: Improve tranlations. (#36439)
|
||||
- KYOS-B: Fix paging button visible when no apps opened. (#36444)
|
||||
- KYOS-B: Fix disabled paging buttons style.
|
||||
- KYOS-B: Grab keyboard for menu window after pop menu closed. (#36474)
|
||||
|
||||
|
||||
* Thu Mar 25 2021 yuanxing <yuanxing@kylinos.com.cn> 2.2.1+beta1-1.ky3.kb1
|
||||
- KYOS-F: [icons]change the icons of logo and workspace-switcher (#36338)
|
||||
|
||||
* Fri Mar 19 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.2.1+beta1-1.ky3
|
||||
- KYOS-F: new upstream source 2.2.1
|
||||
|
||||
* Thu Dec 24 2020 songchuanfei <songchuanfei@kylinos.com.cn> 2.2.0+beta1-1.ky3
|
||||
- KYOS-F: [workspace] Fix user can use Alt+Tab to switch to other windows when switch window popup
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
diff --git a/data/com.unikylin.Kiran.TaskBar.gschema.xml.in b/data/com.unikylin.Kiran.TaskBar.gschema.xml.in
|
||||
index 32b125a..0c5ac45 100644
|
||||
--- a/data/com.unikylin.Kiran.TaskBar.gschema.xml.in
|
||||
+++ b/data/com.unikylin.Kiran.TaskBar.gschema.xml.in
|
||||
@@ -2,7 +2,7 @@
|
||||
<schemalist>
|
||||
<schema id="com.unikylin.kiran.taskbar" path="/com/unikylin/kiran/taskbar/">
|
||||
<key name="fixed-apps" type="as">
|
||||
- <default>['caja-browser.desktop', 'firefox.desktop', 'mate-terminal.desktop', 'org.gnome.Software.desktop']</default>
|
||||
+ <default>['caja.desktop', 'firefox.desktop', 'mate-terminal.desktop', 'org.gnome.Software.desktop']</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
32
logo.svg
32
logo.svg
@ -1,32 +0,0 @@
|
||||
<svg id="start" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 60 60">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: url(#linear-gradient);
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #8d92f2;
|
||||
}
|
||||
|
||||
.cls-2, .cls-3 {
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: url(#linear-gradient-2);
|
||||
}
|
||||
</style>
|
||||
<linearGradient id="linear-gradient" x1="30" y1="60" x2="30" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#7178ef"/>
|
||||
<stop offset="1" stop-color="#6bd6fd"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="linear-gradient-2" x1="30" y1="45" x2="30" y2="13" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#d7f2ff"/>
|
||||
<stop offset="1" stop-color="#feffff"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect id="矩形_1074_拷贝" data-name="矩形 1074 拷贝" class="cls-1" width="60" height="60" rx="20" ry="20"/>
|
||||
<path id="矩形_1074_拷贝_3" data-name="矩形 1074 拷贝 3" class="cls-2" d="M40,60H20A20,20,0,0,1,0,40V38A20,20,0,0,0,20,58H40A20,20,0,0,0,60,38v2A20,20,0,0,1,40,60Z"/>
|
||||
<path id="形状_1" data-name="形状 1" class="cls-3" d="M24.339,23.917c5.077-1.392,23.3-8.84,22.67,7.448,0,0-1.669-8.979-11.822-5.429s-15.647,5.916-16.9,1.392c0,0-4.1.209-4.729-3.341s7.163-5.012,7.163-5.012,0.481-5.569,7.264-5.986,12.277,6.752,12.277,6.752a14.048,14.048,0,0,0-13-2.158C19.889,20.158,19.263,25.309,24.339,23.917Zm0.473,8.148c10.153-3.55,15.647-5.916,16.9-1.392,0,0,4.1-.209,4.729,3.341s-7.163,5.012-7.163,5.012-0.48,5.569-7.264,5.986S19.736,38.26,19.736,38.26a14.048,14.048,0,0,0,13,2.158c7.371-2.575,8-7.726,2.921-6.334s-23.3,8.84-22.67-7.448C12.99,26.636,14.659,35.615,24.812,32.065Z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
Loading…
x
Reference in New Issue
Block a user