Hello community,
here is the log from the commit of package zathura-plugin-djvu for
openSUSE:Factory checked in at 2018-05-29 10:47:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura-plugin-djvu (Old)
and /work/SRC/openSUSE:Factory/.zathura-plugin-djvu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zathura-plugin-djvu"
Tue May 29 10:47:35 2018 rev:4 rq:612409 version:0.2.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/zathura-plugin-djvu/zathura-plugin-djvu.changes
2018-01-30 15:42:32.847804353 +0100
+++
/work/SRC/openSUSE:Factory/.zathura-plugin-djvu.new/zathura-plugin-djvu.changes
2018-05-29 10:47:37.254512504 +0200
@@ -1,0 +2,7 @@
+Sat May 26 14:36:02 UTC 2018 - [email protected]
+
+- update to 0.2.8
+* use meson build
+* Adapt to new plugin interface
+
+-------------------------------------------------------------------
Old:
----
zathura-djvu-0.2.6.tar.gz
New:
----
zathura-djvu-0.2.8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zathura-plugin-djvu.spec ++++++
--- /var/tmp/diff_new_pack.f0ldNB/_old 2018-05-29 10:47:37.874489629 +0200
+++ /var/tmp/diff_new_pack.f0ldNB/_new 2018-05-29 10:47:37.874489629 +0200
@@ -18,13 +18,14 @@
%define realname zathura-djvu
Name: zathura-plugin-djvu
-Version: 0.2.6
+Version: 0.2.8
Release: 0
Summary: Adds DjVu support to zathura by using the djvulibre library
License: Zlib
Group: Productivity/Office/Other
-Url: http://pwmt.org/projects/zathura/plugins/zathura-djvu/
-Source:
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
+URL: http://pwmt.org/projects/zathura/plugins/zathura-djvu/
+Source:
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.xz
+BuildRequires: meson >= 0.43
BuildRequires: pkgconfig
BuildRequires: pkgconfig(ddjvuapi)
BuildRequires: pkgconfig(girara-gtk3)
@@ -39,19 +40,21 @@
%setup -q -n %{realname}-%{version}
%build
-export CFLAGS="%{optflags}"
-make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
+%meson
+%meson_build
%install
-%make_install LIBDIR=%{_libdir} SFLAGS=""
+%meson_install
find %{buildroot} -name '*.desktop' -delete -print
%post -n %{name} -p /sbin/ldconfig
%postun -n %{name} -p /sbin/ldconfig
%files -n %{name}
-%doc AUTHORS LICENSE
+%license LICENSE
+%doc AUTHORS
%dir %{_libdir}/zathura
-%{_libdir}/zathura/djvu.so
+%{_libdir}/zathura/libdjvu.so
+%{_datadir}/metainfo/org.pwmt.zathura-djvu.metainfo.xml
%changelog