]> git.pld-linux.org Git - packages/zathura-cb.git/blob - zathura-cb.spec
- new
[packages/zathura-cb.git] / zathura-cb.spec
1 Summary:        Comic book support for zathura
2 Summary(pl.UTF-8):      Obsługa komiksów dla zathury
3 Name:           zathura-cb
4 Version:        0.1.8
5 Release:        1
6 License:        BSD-like
7 Group:          Applications/Publishing
8 Source0:        https://pwmt.org/projects/zathura-cb/download/%{name}-%{version}.tar.xz
9 # Source0-md5:  992d12813d3a8e65093a0e0aa2b81677
10 URL:            https://pwmt.org/projects/zathura-cb/
11 BuildRequires:  cairo-devel
12 # C11
13 BuildRequires:  gcc >= 6:4.7
14 BuildRequires:  glib2-devel >= 2.0
15 BuildRequires:  girara-devel >= 0.1.8
16 BuildRequires:  libarchive-devel
17 BuildRequires:  meson >= 0.43
18 BuildRequires:  ninja
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.727
21 BuildRequires:  zathura-devel >= 0.3.8
22 Requires:       girara >= 0.1.8
23 Requires:       zathura >= 0.3.8
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The zathura-cb plugin adds comic book support to zathura.
28
29 %description -l pl.UTF-8
30 Wtyczka zathura-ps dodaje do zathury obsługę komiksów.
31
32 %prep
33 %setup -q
34
35 %build
36 %meson build
37
38 %meson_build -C build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %meson_install -C build
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS LICENSE README
51 %attr(755,root,root) %{_libdir}/zathura/libcb.so
52 %{_desktopdir}/org.pwmt.zathura-cb.desktop
53 %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml
This page took 0.077476 seconds and 4 git commands to generate.