!1 Initial commit
From: @tangjie02 Reviewed-by: @doudou19 Signed-off-by: @doudou19
This commit is contained in:
commit
6928f7c3f4
BIN
kiran-session-manager-2.1.1.tar.gz
Normal file
BIN
kiran-session-manager-2.1.1.tar.gz
Normal file
Binary file not shown.
67
kiran-session-manager.spec
Normal file
67
kiran-session-manager.spec
Normal file
@ -0,0 +1,67 @@
|
||||
Name: kiran-session-manager
|
||||
Version: 2.1.1
|
||||
Release: 2%{?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
|
||||
%{_bindir}/kiran-session-manager
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user