Skip to content

Commit

Permalink
fix: pantheon-agent-polkit (#1337)
Browse files Browse the repository at this point in the history
* fix: pantheon-agent-polkit

Signed-off-by: madomado <[email protected]>

* dnl appstream validation

Signed-off-by: madomado <[email protected]>

* dnl fieles

Signed-off-by: madomado <[email protected]>

* fix metainfo

Signed-off-by: madomado <[email protected]>

---------

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jun 8, 2024
1 parent 206a45a commit 460a117
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ BuildRequires: vala >= 0.34.1
BuildRequires: fdupes

BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(granite) >= 6.0.0
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(granite-7)
BuildRequires: pkgconfig(gtk4)

%description
An agent for Polkit authorization designed for Pantheon.
Expand Down Expand Up @@ -50,7 +52,7 @@ desktop-file-validate \
%{buildroot}/%{_datadir}/applications/%{appname}.desktop

appstream-util validate-relax --nonet \
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
%{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml


%files -f %{appname}.lang
Expand All @@ -62,7 +64,7 @@ appstream-util validate-relax --nonet \
%{_libexecdir}/policykit-1-pantheon/

%{_datadir}/applications/%{appname}.desktop
%{_datadir}/metainfo/%{appname}.appdata.xml
%{_datadir}/metainfo/%{appname}.metainfo.xml


%changelog
Expand Down

0 comments on commit 460a117

Please sign in to comment.