fix: correct patch application and build options

These were missed out in the merge
f38
Ankur Sinha (Ankur Sinha Gmail) 3 years ago
parent 776ac31fb1
commit 3889fb62b4
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD

@ -6,7 +6,7 @@
Name: zathura-pdf-mupdf Name: zathura-pdf-mupdf
Version: 0.3.8 Version: 0.3.8
Release: 2%{?dist} Release: 3%{?dist}
Summary: PDF support for zathura via mupdf Summary: PDF support for zathura via mupdf
License: zlib License: zlib
URL: https://pwmt.org/projects/%{name}/ URL: https://pwmt.org/projects/%{name}/
@ -18,6 +18,7 @@ BuildRequires: cairo-devel
# Needed to validate the desktop file # Needed to validate the desktop file
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gcc BuildRequires: gcc
BuildRequires: git-core
BuildRequires: girara-devel BuildRequires: girara-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
# Needed to validate appdata # Needed to validate appdata
@ -44,10 +45,10 @@ Conflicts: zathura-pdf-poppler < 0.2.9
This plugin adds PDF support to zathura using the mupdf rendering engine. This plugin adds PDF support to zathura using the mupdf rendering engine.
%prep %prep
%autosetup %autosetup -S git -p1
%build %build
%meson %meson -Dlink-external=true
%meson_build %meson_build
%install %install

Loading…
Cancel
Save