From bb029c968cf5304256612f99514a00196cc1a5b9 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 31 Jan 2019 12:28:09 +0100 Subject: [PATCH] Update to 3.31.2 - Switch to the meson build system --- .gitignore | 1 + sources | 2 +- sushi.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 000fbcc..26a9d00 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /sushi-3.28.2.tar.xz /sushi-3.28.3.tar.xz /sushi-3.30.0.tar.xz +/sushi-3.31.2.tar.xz diff --git a/sources b/sources index 3e28f72..a33c402 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sushi-3.30.0.tar.xz) = 48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e +SHA512 (sushi-3.31.2.tar.xz) = eda6a14e49503f69920559556324d987b98fefb524a4c613bf4343cd91d54322c3bc655e12dd808c1d2a426cdfc66746c16908c760422669d91e22965258a2df diff --git a/sushi.spec b/sushi.spec index e7fe780..9f0dc77 100644 --- a/sushi.spec +++ b/sushi.spec @@ -1,14 +1,15 @@ Name: sushi -Version: 3.30.0 +Version: 3.31.2 Release: 1%{?dist} Summary: A quick previewer for Nautilus License: GPLv2+ with exceptions 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.31/%{name}-%{version}.tar.xz -BuildRequires: intltool +BuildRequires: gettext BuildRequires: gjs-devel +BuildRequires: meson BuildRequires: pkgconfig(clutter-gst-3.0) BuildRequires: pkgconfig(clutter-gtk-1.0) BuildRequires: pkgconfig(clutter-x11-1.0) @@ -31,13 +32,12 @@ file manager. %setup -q %build -%configure --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +%meson_install %find_lang %{name} @@ -52,6 +52,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Thu Jan 31 2019 Kalev Lember - 3.31.2-1 +- Update to 3.31.2 +- Switch to the meson build system + * Thu Sep 06 2018 Kalev Lember - 3.30.0-1 - Update to 3.30.0