2020-07-13 18:33:14 +08:00
|
|
|
Name: dde-control-center
|
2021-07-07 17:37:46 +08:00
|
|
|
Version: 5.3.0.54.4
|
2022-01-30 09:42:52 +08:00
|
|
|
Release: 2
|
2020-07-13 18:33:14 +08:00
|
|
|
Summary: New control center for Linux Deepin
|
|
|
|
|
License: GPLv3
|
2021-07-07 17:37:46 +08:00
|
|
|
URL: https://github.com/linuxdeepin/%{name}
|
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
2022-01-30 09:42:52 +08:00
|
|
|
Patch0: modify-QPainterPath-error.patch
|
2020-07-13 18:33:14 +08:00
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: dde-dock-devel
|
|
|
|
|
BuildRequires: pkgconfig(dde-network-utils)
|
|
|
|
|
BuildRequires: dtkwidget-devel
|
|
|
|
|
BuildRequires: dtkgui-devel dtkcore-devel
|
|
|
|
|
BuildRequires: dde-qt-dbus-factory-devel
|
|
|
|
|
BuildRequires: pkgconfig(gsettings-qt)
|
|
|
|
|
BuildRequires: pkgconfig(geoip)
|
|
|
|
|
BuildRequires: pkgconfig(libnm)
|
2021-07-07 17:37:46 +08:00
|
|
|
BuildRequires: libpwquality-devel
|
|
|
|
|
BuildRequires: qt5-devel
|
2020-07-13 18:33:14 +08:00
|
|
|
BuildRequires: pkgconfig(xcb-ewmh)
|
|
|
|
|
BuildRequires: kf5-networkmanager-qt-devel
|
|
|
|
|
BuildRequires: udisks2-qt5-devel
|
|
|
|
|
BuildRequires: qt5-linguist
|
|
|
|
|
BuildRequires: cmake
|
2022-01-30 09:42:52 +08:00
|
|
|
BuildRequires: libXext-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2020-07-13 18:33:14 +08:00
|
|
|
Requires: dde-account-faces
|
|
|
|
|
Requires: dde-api
|
|
|
|
|
Requires: dde-daemon
|
|
|
|
|
Requires: dde-qt5integration
|
|
|
|
|
Requires: dde-network-utils
|
|
|
|
|
Requires: startdde
|
|
|
|
|
Requires: dde-server-industry-config
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
New control center for Linux Deepin.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-07-07 17:37:46 +08:00
|
|
|
%setup -q -n %{name}-%{version}
|
2022-01-30 09:42:52 +08:00
|
|
|
%patch0 -p1
|
2020-07-13 18:33:14 +08:00
|
|
|
sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
|
|
|
|
|
sed -i -E '/add_compile_definitions/d' CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake . -DDCC_DISABLE_GRUB=YES \
|
|
|
|
|
-DDISABLE_SYS_UPDATE=YES
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/%{name}/plugins
|
|
|
|
|
mkdir -p %{buildroot}/usr/lib64/cmake/DdeControlCenter
|
|
|
|
|
mv %{buildroot}/cmake/DdeControlCenter/DdeControlCenterConfig.cmake %{buildroot}/usr/lib64/cmake/DdeControlCenter
|
|
|
|
|
mv %{buildroot}/usr/lib/libdccwidgets.so %{buildroot}%{_libdir}/
|
|
|
|
|
install -Dm644 com.deepin.controlcenter.addomain.policy %{buildroot}%{_datadir}/polkit-1/actions/
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop ||:
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_sysconfdir}/
|
|
|
|
|
%{_bindir}/abrecovery
|
|
|
|
|
%{_bindir}/dde-control-center
|
|
|
|
|
%{_datadir}/
|
|
|
|
|
%{_libdir}/libdccwidgets.so
|
|
|
|
|
/etc/xdg/autostart/deepin-ab-recovery.desktop
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/dde-control-center
|
|
|
|
|
%{_libdir}/cmake/DdeControlCenter/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-01-30 09:42:52 +08:00
|
|
|
* Sun Jan 30 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.54.4-2
|
|
|
|
|
- fix build error
|
|
|
|
|
|
2021-07-07 17:37:46 +08:00
|
|
|
* Wed Jul 07 2021 weidong <weidong@uniontech.com> - 5.3.0.54.4-1
|
|
|
|
|
- Update 5.3.0.54.4
|
|
|
|
|
|
2020-09-04 12:02:26 +08:00
|
|
|
* Fri Sep 4 2020 chenbo pan <panchenbo@uniontech.com> 5.1.0.19-3
|
|
|
|
|
- fix compile fail
|
2020-07-30 15:13:50 +08:00
|
|
|
|
2020-07-13 18:33:14 +08:00
|
|
|
* Fri Jul 3 2020 uniontech <uoser@uniontech.com> - 5.1.0.19-2
|
|
|
|
|
- Add dde.sh to profile.d
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 uniontech <uoser@uniontech.com> - 5.1.0.19
|
|
|
|
|
- Remove the universal menu.
|
|
|
|
|
|
|
|
|
|
* Fri May 29 2020 uniontech <uoser@uniontech.com> - 5.0.30
|
|
|
|
|
- Project init.
|