220 lines
6.2 KiB
RPMSpec
220 lines
6.2 KiB
RPMSpec
%define debug_package %{nil}
|
|
Name: ukui-control-center
|
|
Version: 3.0.1
|
|
Release: 16
|
|
Summary: utilities to configure the UKUI desktop
|
|
License: GPL-2+
|
|
URL: http://www.ukui.org
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: qt5-qtsvg-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: gsettings-qt-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: libmatekbd-devel
|
|
BuildRequires: qt5-qtx11extras-devel
|
|
BuildRequires: libxklavier-devel
|
|
BuildRequires: kf5-kwindowsystem-devel
|
|
BuildRequires: kf5-kwidgetsaddons-devel
|
|
BuildRequires: kf5-kconfig-devel
|
|
BuildRequires: kf5-kconfigwidgets-devel
|
|
BuildRequires: kf5-ki18n-devel
|
|
#BuildRequires: libkscreen
|
|
BuildRequires: libkscreen-qt5-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
BuildRequires: dconf-devel
|
|
BuildRequires: edid-decode
|
|
BuildRequires: redshift
|
|
BuildRequires: libmatemixer-devel
|
|
BuildRequires: libqtxdg-devel
|
|
BuildRequires: qt5-qtmultimedia-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: kf5-kcoreaddons-devel
|
|
BuildRequires: kf5-kguiaddons-devel
|
|
BuildRequires: mate-desktop-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
BuildRequires: libxkbfile-devel
|
|
BuildRequires: boost-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: qt5-linguist
|
|
BuildRequires: polkit-qt5-1-devel
|
|
|
|
Requires: dconf
|
|
Requires: qt5-qtimageformats
|
|
Requires: qt5-qtsvg-devel
|
|
Requires: gsettings-qt-devel
|
|
Requires: glib2-devel
|
|
Requires: libmatekbd-devel
|
|
Requires: qt5-qtx11extras-devel
|
|
Requires: libxklavier-devel
|
|
Requires: kf5-kwindowsystem-devel
|
|
Requires: kf5-kwidgetsaddons-devel
|
|
Requires: kf5-kconfig-devel
|
|
Requires: kf5-kconfigwidgets-devel
|
|
Requires: kf5-ki18n-devel
|
|
#Requires: libkscreen
|
|
Requires: libkscreen-qt5-devel
|
|
Requires: qt5-qtdeclarative-devel
|
|
Requires: dconf-devel
|
|
Requires: edid-decode
|
|
Requires: redshift
|
|
Requires: libmatemixer-devel
|
|
Requires: libqtxdg-devel
|
|
Requires: qt5-qtmultimedia-devel
|
|
Requires: libxml2-devel
|
|
Requires: network-manager-applet
|
|
Requires: libcanberra-devel
|
|
Requires: qt5-qtgraphicaleffects
|
|
Requires: qt5-qtquickcontrols
|
|
|
|
patch0: 0001-fix-system-overview-failed.patch
|
|
patch1: 0002-fix-autologin-nopasswdlogin-failed.patch
|
|
patch2: 0003-fix-dialog-pop-twice-after-modifying-resolution-bug.patch
|
|
patch3: 0004-fix-effects-mode-not-available-bug.patch
|
|
patch4: 0005-fix-blueman-tray-and-groupadd-autologin.patch
|
|
patch5: 0001-add-judgment-when-Bluetooth-does-not-exist.patch
|
|
patch6: 0006-fix-Group-members-are-not-displayed.patch
|
|
patch7: 0007-fix-vnc-crashed.patch
|
|
patch8: 0008-fix-redeclaration-of-QStringList-usergroupList-in-ed.patch
|
|
patch9: 0009-fix-layout-optimization.patch
|
|
patch10: 0010-Added-translation-using-Weblate-Tibetan.patch
|
|
patch11: 0011-power-add-sleep-function.patch
|
|
patch12: 0012-window-add-title-icon.patch
|
|
patch13: 0001-fix-compile-extern-C-error.patch
|
|
patch14: fix_arm_root_user_crash.patch
|
|
patch15: fix_add_group_failed_issue.patch
|
|
|
|
Recommends: qt5-qtquickcontrols
|
|
|
|
Suggests: gsettings-desktop-schemas
|
|
Suggests: mate-common
|
|
Suggests: ukui-power-manager
|
|
Suggests: ukui-session-manager
|
|
Suggests: ukui-screensaver
|
|
Suggests: ukui-settings-daemon
|
|
#Suggests: qt5-qtgraphicaleffects
|
|
|
|
|
|
%description
|
|
The UKUI control center contains configuration applets for the UKUI desktop,
|
|
allowing to set accessibility configuration, desktop fonts, keyboard
|
|
and mouse properties, sound setup, desktop theme and background, user
|
|
interface properties, screen resolution, and other UKUI parameters.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
%patch4 -p1
|
|
%patch5 -p1
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
%patch8 -p1
|
|
%patch9 -p1
|
|
%patch10 -p1
|
|
%patch11 -p1
|
|
%patch12 -p1
|
|
%patch13 -p1
|
|
%patch14 -p1
|
|
|
|
%build
|
|
qmake-qt5
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make INSTALL_ROOT=%{buildroot} install
|
|
|
|
%post
|
|
set -e
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
|
|
chown root:root /usr/bin/checkuserpwd
|
|
chmod u+s /usr/bin/checkuserpwd
|
|
|
|
%systemd_post ukui-group-manager.service
|
|
|
|
%preun
|
|
%systemd_preun ukui-group-manager.service
|
|
|
|
%postun
|
|
%systemd_postun ukui-group-manager.service
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%{_sysconfdir}/dbus-1/system.d/*
|
|
%{_bindir}/launchSysDbus
|
|
%{_bindir}/ukui-control-center
|
|
#%%{_prefix}/lib/control-center/*
|
|
%{_libdir}/ukui-control-center/*
|
|
%{_datadir}/applications/*
|
|
%{_datadir}/dbus-1/system-services/*
|
|
%{_datadir}/glib-2.0/schemas/*
|
|
%{_datadir}/locale/zh_CN/LC_MESSAGES/*
|
|
%{_datadir}/ukui/faces/*
|
|
%{_datadir}/ukui-control-center/shell/res/i18n
|
|
%{_bindir}/group-manager-server
|
|
%{_bindir}/checkuserpwd
|
|
%{_unitdir}/ukui-group-manager.service
|
|
%{_datadir}/polkit-1/actions/org.ukui.groupmanager.policy
|
|
|
|
%changelog
|
|
* Thu Sep 2 2021 douyan <douyan@kylinos.cn> - 3.0.1-16
|
|
- fix add group failed issue
|
|
|
|
* Wed Sep 1 2021 douyan <douyan@kylinos.cn> - 3.0.1-15
|
|
- fix arm verion root user open ukui-control-center crash issue
|
|
|
|
* Thu Jul 29 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-14
|
|
- solve compile build error
|
|
|
|
* Fri Jul 16 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-13
|
|
- fix failed to view remote desktop
|
|
|
|
* Tue Jul 13 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-12
|
|
- window add title icon
|
|
|
|
* Mon Jul 12 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-11
|
|
- power add sleep function
|
|
|
|
* Mon Jul 12 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-10
|
|
- Added translation using Weblate Tibetan add bo_CN.ts file
|
|
|
|
* Mon Jul 12 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-9
|
|
- fix layout optimization
|
|
|
|
* Fri Jul 09 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-8
|
|
- fix redeclaration of QStringList usergroupList
|
|
|
|
* Fri Jul 09 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-7
|
|
- fix vnc crashed
|
|
|
|
* Thu Jul 08 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-6
|
|
- fix-Group-members-are-not-displayed
|
|
|
|
* Thu Jul 08 2021 tanyulong<tanyulong@kylinos.cn> - 3.0.1-5
|
|
- add-judgment-when-Bluetooth-does-not-exist.patch
|
|
|
|
* Thu Jan 21 2021 lvhan <lvhan@kylinos.cn> - 3.0.1-4
|
|
- fix-blueman-tray-and-groupadd-autologin
|
|
|
|
* Thu Dec 3 2020 lvhan <lvhan@kylinos.cn> - 3.0.1-3
|
|
- fix dialog pop twice after modifying resolution
|
|
- fix effects mode not available
|
|
|
|
* Mon Nov 30 2020 lvhan <lvhan@kylinos.cn> - 3.0.1-2
|
|
- fix autologin nopasswdlogin failed
|
|
- fix system overview failed
|
|
|
|
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 3.0.1-1
|
|
- update to upstream version 3.0.0-1+1031
|
|
|
|
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 2.0.3-1
|
|
- Init package for openEuler
|