forked from pool/sushi
Accepting request 695636 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695636 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=77
This commit is contained in:
parent
cd93343cca
commit
23afe9b1e4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2da55498770c7b6bb7858aa1eef5c591fcbbf36aa24fc879f8e8c930b8fea7e
|
|
||||||
size 296940
|
|
3
sushi-3.32.0.tar.xz
Normal file
3
sushi-3.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd622e169874778876b0c2406f6529de6022f3e3f63890602207bf342e463138
|
||||||
|
size 65144
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 13:00:13 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.0:
|
||||||
|
+ Update DOAP file for GitLab move.
|
||||||
|
+ Explicitly hide minimize and maximize.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 2 22:00:58 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.2:
|
||||||
|
+ Port to meson build system.
|
||||||
|
+ Replace some deprecated API.
|
||||||
|
- Switch to meson build system, add meson BuildRequires and macros.
|
||||||
|
- Drop intltool BuildRequires, no longer used nor needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 26 18:39:27 UTC 2018 - bjorn.lie@gmail.com
|
Wed Sep 26 18:39:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
15
sushi.spec
15
sushi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sushi
|
# spec file for package sushi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 3.30.0
|
Version: 3.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: SUSE-GPL-2.0-with-plugin-exception
|
License: SUSE-GPL-2.0-with-plugin-exception
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/sushi/3.30/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/sushi/3.32/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: intltool
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4
|
BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4
|
||||||
BuildRequires: pkgconfig(clutter-gst-3.0)
|
BuildRequires: pkgconfig(clutter-gst-3.0)
|
||||||
@ -60,12 +60,11 @@ Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user