Skip to content

Commit

Permalink
fix: elementary-settings-daemon (#1634)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 26, 2024
1 parent 63951cc commit 456874a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ BuildRequires: pkgconfig(granite) >= 5.3.0
BuildRequires: pkgconfig(libgeoclue-2.0)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(fwupd)
BuildRequires: pkgconfig(gexiv2)
BuildRequires: pkgconfig(packagekit-glib2)

Requires: xdg-desktop-portal

Expand All @@ -45,6 +47,8 @@ Requires: xdg-desktop-portal
%install
%meson_install

%find_lang %appname


%check
desktop-file-validate \
Expand All @@ -64,7 +68,7 @@ appstream-util validate-relax --nonet \
%systemd_preun %{appname}.check-for-firmware-updates.timer


%files
%files -f %appname.lang
%license LICENSE
%doc README.md

Expand All @@ -87,8 +91,6 @@ appstream-util validate-relax --nonet \

%{_sysconfdir}/xdg/autostart/%appname.desktop

%{_datadir}/icons/hicolor/*/apps/%{appname}.svg


%changelog
%autochangelog

0 comments on commit 456874a

Please sign in to comment.