From 89673bb3890614e0496a99b599365ecbbe595ac0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:39:31 -0700 Subject: [PATCH] fix: elementary-settings-daemon (#1634) (#1640) Signed-off-by: madomado (cherry picked from commit 456874a04feb8b693044a717d4a41882facb933d) Co-authored-by: madomado --- .../elementary-settings-daemon.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/desktops/elementary/elementary-settings-daemon/elementary-settings-daemon.spec b/anda/desktops/elementary/elementary-settings-daemon/elementary-settings-daemon.spec index a5239a041f..3497c18403 100644 --- a/anda/desktops/elementary/elementary-settings-daemon/elementary-settings-daemon.spec +++ b/anda/desktops/elementary/elementary-settings-daemon/elementary-settings-daemon.spec @@ -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 @@ -45,6 +47,8 @@ Requires: xdg-desktop-portal %install %meson_install +%find_lang %appname + %check desktop-file-validate \ @@ -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 @@ -87,8 +91,6 @@ appstream-util validate-relax --nonet \ %{_sysconfdir}/xdg/autostart/%appname.desktop -%{_datadir}/icons/hicolor/*/apps/%{appname}.svg - %changelog %autochangelog