Accepting request 612411 from X11:Utilities
i (forwarded request 612410 from mimi_vx) OBS-URL: https://build.opensuse.org/request/show/612411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zathura-plugin-ps?expand=0&rev=5
This commit is contained in:
commit
9e3f891fc2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 26 14:29:13 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- update to 0.2.6
|
||||||
|
* use meson build system
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 26 14:22:56 UTC 2018 - mimi.vx@gmail.com
|
Fri Jan 26 14:22:56 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
@ -11,7 +17,6 @@ Sat May 27 04:37:48 UTC 2017 - bwiedemann@suse.com
|
|||||||
- Link with -fPIC
|
- Link with -fPIC
|
||||||
- Update Makefile
|
- Update Makefile
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 24 08:29:29 UTC 2016 - mimi.vx@gmail.com
|
Wed Feb 24 08:29:29 UTC 2016 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%define realname zathura-ps
|
%define realname zathura-ps
|
||||||
Name: zathura-plugin-ps
|
Name: zathura-plugin-ps
|
||||||
Version: 0.2.5
|
Version: 0.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PS support for zathura via libspectre
|
Summary: PS support for zathura via libspectre
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Url: https://pwmt.org/projects/%{realname}/
|
URL: https://pwmt.org/projects/%{realname}/
|
||||||
Source: https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.gz
|
Source: https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.xz
|
||||||
|
BuildRequires: meson >= 0.43
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(girara-gtk3)
|
BuildRequires: pkgconfig(girara-gtk3)
|
||||||
BuildRequires: pkgconfig(libspectre)
|
BuildRequires: pkgconfig(libspectre)
|
||||||
@ -39,19 +40,21 @@ The zathura-ps plugin adds PostScript support to zathura by using the libspectre
|
|||||||
%setup -q -n %{realname}-%{version}
|
%setup -q -n %{realname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
%meson
|
||||||
make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install LIBDIR=%{_libdir} SFLAGS=""
|
%meson_install
|
||||||
find %{buildroot} -name "*.desktop" -delete -print
|
find %{buildroot} -name "*.desktop" -delete -print
|
||||||
|
|
||||||
%post -n %{name} -p /sbin/ldconfig
|
%post -n %{name} -p /sbin/ldconfig
|
||||||
%postun -n %{name} -p /sbin/ldconfig
|
%postun -n %{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{name}
|
%files -n %{name}
|
||||||
%doc AUTHORS LICENSE
|
%license LICENSE
|
||||||
|
%doc AUTHORS
|
||||||
%dir %{_libdir}/zathura
|
%dir %{_libdir}/zathura
|
||||||
%{_libdir}/zathura/ps.so
|
%{_libdir}/zathura/libps.so
|
||||||
|
%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12f7e68291f9dab211f15a718b7e90adc5916d0242f8b15851825fa424b693f4
|
|
||||||
size 5845
|
|
3
zathura-ps-0.2.6.tar.xz
Normal file
3
zathura-ps-0.2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73
|
||||||
|
size 4336
|
Loading…
x
Reference in New Issue
Block a user