Upgrade to 3.38.0
Use meson rebuild
This commit is contained in:
parent
78e17fadbe
commit
789c6c2880
Binary file not shown.
BIN
sushi-3.38.0.tar.xz
Normal file
BIN
sushi-3.38.0.tar.xz
Normal file
Binary file not shown.
21
sushi.spec
21
sushi.spec
@ -1,14 +1,14 @@
|
|||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.30.0
|
Version: 3.38.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
URL: https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
|
URL: https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: intltool gjs-devel pkgconfig(clutter-gst-3.0) pkgconfig(clutter-gtk-1.0) pkgconfig(clutter-x11-1.0)
|
BuildRequires: intltool gjs-devel pkgconfig(clutter-gst-3.0) pkgconfig(clutter-gtk-1.0) pkgconfig(clutter-x11-1.0)
|
||||||
BuildRequires: pkgconfig(evince-document-3.0) pkgconfig(gobject-2.0) pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(evince-document-3.0) pkgconfig(gobject-2.0) pkgconfig(gtk+-3.0) gettext meson
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0) pkgconfig(libmusicbrainz5) pkgconfig(webkit2gtk-4.0)
|
BuildRequires: pkgconfig(gtksourceview-4) pkgconfig(libmusicbrainz5) pkgconfig(webkit2gtk-4.0)
|
||||||
|
|
||||||
Obsoletes: sushi-devel < 0.5.1
|
Obsoletes: sushi-devel < 0.5.1
|
||||||
|
|
||||||
@ -19,11 +19,11 @@ Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%delete_la
|
%delete_la
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -32,10 +32,15 @@ Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/dbus-1/services/*
|
%{_datadir}/dbus-1/services/*
|
||||||
|
%{_datadir}/metainfo/org.gnome.NautilusPreviewer.appdata.xml
|
||||||
%{_libexecdir}/*
|
%{_libexecdir}/*
|
||||||
%{_libdir}/sushi/
|
%{_libdir}/sushi/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
|
||||||
|
- Upgrade to 3.38.0
|
||||||
|
- Use meson rebuild
|
||||||
|
|
||||||
* Tue Dec 10 2019 wangzhishun <wangzhishun1@huawei.com> - 3.30.0-2
|
* Tue Dec 10 2019 wangzhishun <wangzhishun1@huawei.com> - 3.30.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user