!12 [sync] PR-11: upgrade to version 5.5.21
From: @openeuler-sync-bot Reviewed-by: @leeffo Signed-off-by: @leeffo
This commit is contained in:
commit
78c646688b
Binary file not shown.
BIN
dde-polkit-agent-5.5.21.tar.gz
Normal file
BIN
dde-polkit-agent-5.5.21.tar.gz
Normal file
Binary file not shown.
@ -9,25 +9,24 @@
|
||||
%endif
|
||||
|
||||
Name: dde-polkit-agent
|
||||
Version: 5.4.17
|
||||
Version: 5.5.21
|
||||
Release: %{specrelease}
|
||||
Summary: Deepin Polkit Agent
|
||||
License: GPLv3
|
||||
URL: https://github.com/linuxdeepin/dde-polkit-agent
|
||||
Source0: %{name}-%{version}.orig.tar.xz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: dtkwidget-devel >= 5.1.1
|
||||
#BuildRequires: pkgconfig(dframeworkdbus) >= 2.0
|
||||
BuildRequires: dde-qt-dbus-factory-devel
|
||||
BuildRequires: dde-qt-dbus-factory
|
||||
BuildRequires: pkgconfig(polkit-qt5-1)
|
||||
BuildRequires: qt5-devel
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: gsettings-qt-devel
|
||||
BuildRequires: qt5-qtmultimedia-devel
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
#BuildRequires: libdframeworkdbus-dev
|
||||
|
||||
|
||||
%description
|
||||
DDE Polkit Agent is the polkit agent used in Deepin Desktop Environment.
|
||||
@ -42,9 +41,12 @@ Header files and libraries for %{name}.
|
||||
%prep
|
||||
%setup -q -n %{repo}-%{version}
|
||||
sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
|
||||
# fix polkit1authagent_adaptor.*
|
||||
sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt5/g' CMakeLists.txt
|
||||
|
||||
%build
|
||||
%qmake_qt5 PREFIX=%{_prefix}
|
||||
export PATH=%{qt5_bindir}:$PATH
|
||||
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCHITCETURE=%{_arch} .
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -61,6 +63,9 @@ sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
|
||||
%{_includedir}/dpa/agent-extension.h
|
||||
|
||||
%changelog
|
||||
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.5.21-1
|
||||
- upgrade to version 5.5.21
|
||||
|
||||
* Thu Mar 30 2023 liweiganga <liweiganga@uniontech.com> - 5.4.17-1
|
||||
- update: update to 5.4.17
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user