Compare commits
10 Commits
a50fc7b629
...
9a63bf5a94
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a63bf5a94 | ||
|
|
031b2129ff | ||
|
|
2395d67afd | ||
|
|
13ff95547e | ||
|
|
ed09b5bbe5 | ||
|
|
1ab7bda916 | ||
|
|
da54d3b336 | ||
|
|
0f9a6be5b8 | ||
|
|
a4746b8b78 | ||
|
|
b5f2e7d83d |
BIN
dde-polkit-agent-5.4.17.orig.tar.xz
Normal file
BIN
dde-polkit-agent-5.4.17.orig.tar.xz
Normal file
Binary file not shown.
65
dde-polkit-agent.spec
Normal file
65
dde-polkit-agent.spec
Normal file
@ -0,0 +1,65 @@
|
||||
%global repo dde-polkit-agent
|
||||
|
||||
Name: dde-polkit-agent
|
||||
Version: 5.4.17
|
||||
Release: 2
|
||||
Summary: Deepin Polkit Agent
|
||||
License: GPLv3
|
||||
URL: https://github.com/linuxdeepin/dde-polkit-agent
|
||||
Source0: %{name}-%{version}.orig.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
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: pkgconfig(Qt5)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(gsettings-qt)
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5MultimediaWidgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: qt5-qttools-devel
|
||||
BuildRequires: dtkcore-devel
|
||||
|
||||
%description
|
||||
DDE Polkit Agent is the polkit agent used in Deepin Desktop Environment.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Header files and libraries for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{repo}-%{version}
|
||||
sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh
|
||||
|
||||
%build
|
||||
%qmake_qt5 PREFIX=%{_prefix}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_prefix}/lib/polkit-1-dde/dde-polkit-agent
|
||||
%{_datadir}/%{repo}/
|
||||
|
||||
%files devel
|
||||
%{_includedir}/dpa/agent-extension-proxy.h
|
||||
%{_includedir}/dpa/agent-extension.h
|
||||
|
||||
%changelog
|
||||
* Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.4.17-2
|
||||
- modify version info
|
||||
|
||||
* Mon Jun 13 2022 uoser <uoser@uniontech.com> - 5.4.17-1.01
|
||||
- update: update to 5.4.17-1.01
|
||||
4
dde-polkit-agent.yaml
Normal file
4
dde-polkit-agent.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: linuxdeepin/dde-polkit-agent
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user