Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[f41] fix: elementary-files (#1828) #1832

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions anda/desktops/elementary/elementary-files/elementary-files.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ BuildRequires: pkgconfig(pango) >= 1.1.2
BuildRequires: pkgconfig(plank) >= 0.10.9
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(systemd) >= 206
BuildRequires: pkgconfig(libportal)
BuildRequires: pkgconfig(libportal-gtk3)

Requires: contractor
Requires: file-roller
Expand Down Expand Up @@ -76,6 +78,7 @@ This package contains the development headers.


%build
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
%meson -Dwith-zeitgeist=disabled
%meson_build

Expand All @@ -85,11 +88,6 @@ This package contains the development headers.

%find_lang %{appname}

%fdupes %buildroot%_datadir/icons/hicolor/

# remove unused pixmaps
rm -r %{buildroot}/%{_datadir}/pixmaps

# install file-roller contracts
mkdir -p %{buildroot}/%{_datadir}/contractor
cp -pav %{SOURCE1} %{buildroot}/%{_datadir}/contractor/
Expand Down Expand Up @@ -120,7 +118,7 @@ appstream-util validate-relax --nonet \
%{_bindir}/%{appname}-pkexec

%{_libdir}/%{appname}/
%{_libdir}/libpantheon-files-core.so.6*
%{_libdir}/libpantheon-files-core.so.*

%{_datadir}/applications/%{appname}.desktop
%{_datadir}/contractor/*.contract
Expand Down
Loading