77 lines
2.2 KiB
RPMSpec
77 lines
2.2 KiB
RPMSpec
Name: kiran-session-manager
|
|
Version: 2.1.2
|
|
Release: 1%{?dist}
|
|
Summary: Session manager for KIRAN desktop environment
|
|
|
|
License: Mulan PSL v2
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: cmake >= 3.2
|
|
BuildRequires: pkgconfig(giomm-2.4)
|
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gettext
|
|
BuildRequires: kiran-log-gtk3-devel
|
|
BuildRequires: jsoncpp-devel
|
|
BuildRequires: gtest-devel
|
|
BuildRequires: fmt-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: gdbus-codegen-glibmm
|
|
|
|
|
|
Requires: systemd
|
|
Requires: dbus-daemon
|
|
|
|
%description
|
|
Session manager for KIRAN desktop environment
|
|
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
|
|
%build
|
|
%cmake -DSUPPORT_CAJA:BOOL=TRUE
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_datadir}/locale/zh_CN/LC_MESSAGES/kiran-session-manager.mo
|
|
%{_datadir}/glib-2.0/schemas/com.kylinsec.kiran.session-manager.gschema.xml
|
|
%{_datadir}/xsessions/kiran.desktop
|
|
%{_datadir}/kiran-session-manager/kiran-session-manager.gresource
|
|
%{_datadir}/kiran-session-manager/blacklist_autostart_apps.txt
|
|
%{_bindir}/kiran-session-manager
|
|
|
|
|
|
|
|
%changelog
|
|
* Mon Dec 13 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.2-1
|
|
- KYOS-F: Show unknown applicattion when the inhibit application is not found.
|
|
- KYOS-B: Fix the problem that cannot find the desktop file in xdg directory.
|
|
- KYOS-B: Use the missing app info when cannot get app info by inhibitor.
|
|
- KYOS-B: Add oral-autostart to blacklist to fix the key exception.
|
|
- KYOS-B: Delay running mate-settings-daemon for making kiran-session-daemon priority to close conflicted plugins with kiran-session-daemon.
|
|
- KYOS-F: Add exit query window.
|
|
|
|
* Mon Oct 18 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.1-2
|
|
- KYOS-F: Support caja through adding macro SUPPORT_CAJA.
|
|
|
|
* Fri Oct 15 2021 xiewenhao <xiewenhao@kylinos.com.cn> 2.1.1-1.kb1
|
|
- KYOS-B: adjust caja(#43502)
|
|
|
|
* Mon Aug 09 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.1-1.ky3
|
|
- KYOS-F: Restart app when the key X-KIRAN-AutoRestart is true and the app is exited.
|
|
- KYOS-F: Remove dbus client when the dbus name is removed.
|
|
|
|
* Mon Aug 02 2021 tangjie02 <tangjie02@kylinos.com.cn> 2.1.0-1.ky3
|
|
- KYOS-F: Init commit.
|
|
|